Skip to content

Gafgyt Oh Malware - Detect

ID: gafgyt-oh-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: gafgyt-oh-malware
info:
name: Gafgyt Oh Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Gafgyt.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- 'busyboxterrorist'
- 'BOGOMIPS'
- '124.105.97.%d'
- 'fucknet'
condition: and
# digest: 4a0a00473045022100fdfa0482b6803b07233912406b64b69d10929fed5ed7b72c1fca92c2460cc7a502203e9c8e9327b12f6b426bd9f11ad0d58c0f0363e1ca0e787c48e6f0cd7800f571:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/malware/gafgyt-oh-malware.yaml"

View on Github