60 lines
1.4 KiB
YAML
60 lines
1.4 KiB
YAML
id: miniasp3-malware
|
|
|
|
info:
|
|
name: MiniASP3 Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_MiniAsp3_mem.yar
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "MiniAsp3\\Release\\MiniAsp.pdb"
|
|
- "http://%s/about.htm"
|
|
- "http://%s/result_%s.htm"
|
|
- "open internet failed…"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "MiniAsp3\\Release\\MiniAsp.pdb"
|
|
- "http://%s/about.htm"
|
|
- "http://%s/result_%s.htm"
|
|
- "run error!"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "MiniAsp3\\Release\\MiniAsp.pdb"
|
|
- "http://%s/about.htm"
|
|
- "http://%s/result_%s.htm"
|
|
- "run ok!"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "MiniAsp3\\Release\\MiniAsp.pdb"
|
|
- "http://%s/about.htm"
|
|
- "http://%s/result_%s.htm"
|
|
- "time out,change to mode 0"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "MiniAsp3\\Release\\MiniAsp.pdb"
|
|
- "http://%s/about.htm"
|
|
- "http://%s/result_%s.htm"
|
|
- "command is null!"
|
|
condition: and
|