Skip to content

XOR_DDosv1 Malware - Detect

ID: xor-ddos-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: xor-ddos-malware
info:
name: XOR_DDosv1 Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_XOR_DDos.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "BB2FA36AAA9541F0"
- "md5="
- "denyip="
- "filename="
- "rmfile="
- "exec_packet"
- "build_iphdr"
condition: and
# digest: 4b0a00483046022100b28acb9f444bb429575b6bb591c3033fff48fdcea978c743df989effd141fbfe022100ad09640e799f33714943c1d1dfe7c42242f0d45e5d664b25cd3522f7f615f767: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/xor-ddos-malware.yaml"

View on Github