Skip to content

IotReaper Malware - Detect

ID: iotreaper-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: iotreaper-malware
info:
name: IotReaper Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_IotReaper.yar
tags: malware,file
file:
- extensions:
- all
matchers-condition: or
matchers:
- type: word
part: raw
words:
- 'XTALKER7'
- 'Insta11 Microsoft'
- 'wudMessage'
- 'ECD4FC4D-521C-11D0-B792-00A0C90312E1'
- 'B12AE898-D056-4378-A844-6D393FE37956'
condition: or
- type: binary
binary:
- 'E9000000006823040000'
# digest: 490a0046304402207843390b53edf46a17b755dc2be3da6bc6c02d2ebae25a8100bbbf7d0afb0aac02200933ef4118e4c6d99c7f0b4f571ff764ab557658a9dd8008f971d6cbebeae67d: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/iotreaper-malware.yaml"

View on Github