Skip to content

Blackworm Malware - Detect

ID: blackworm-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: blackworm-malware
info:
name: Blackworm Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_BlackWorm.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- 'm_ComputerObjectProvider'
- 'MyWebServices'
- 'get_ExecutablePath'
- 'get_WebServices'
- 'My.WebServices'
- 'My.User'
- 'm_UserObjectProvider'
- 'DelegateCallback'
- 'TargetMethod'
- '000004b0'
- 'Microsoft Corporation'
condition: and
# digest: 490a0046304402210097d027f761816794cf9ddb31ecd71e51bf048b09b35ade71f67ebc99abf252b0021f2f169de2ce90a0b830df762a33bb291ca9c83eb6b5a02a0f52f17d5e5de7dc: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/blackworm-malware.yaml"

View on Github