nuclei-templates/file/malware/miniasp3-malware.yaml

60 lines
1.4 KiB
YAML
Raw Normal View History

2023-08-01 11:37:58 +00:00
id: miniasp3-malware
2023-02-28 01:18:13 +00:00
info:
2023-03-09 18:14:31 +00:00
name: MiniASP3 Malware - Detect
2023-02-28 01:18:13 +00:00
author: daffainfo
2023-08-01 09:54:35 +00:00
severity: info
2023-02-28 01:18:13 +00:00
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
2023-08-01 09:54:35 +00:00
part: raw
2023-02-28 01:18:13 +00:00
words:
- "MiniAsp3\\Release\\MiniAsp.pdb"
- "http://%s/about.htm"
- "http://%s/result_%s.htm"
- "open internet failed…"
condition: and
- type: word
2023-08-01 09:54:35 +00:00
part: raw
2023-02-28 01:18:13 +00:00
words:
- "MiniAsp3\\Release\\MiniAsp.pdb"
- "http://%s/about.htm"
- "http://%s/result_%s.htm"
- "run error!"
condition: and
- type: word
2023-08-01 09:54:35 +00:00
part: raw
2023-02-28 01:18:13 +00:00
words:
- "MiniAsp3\\Release\\MiniAsp.pdb"
- "http://%s/about.htm"
- "http://%s/result_%s.htm"
- "run ok!"
condition: and
- type: word
2023-08-01 09:54:35 +00:00
part: raw
2023-02-28 01:18:13 +00:00
words:
- "MiniAsp3\\Release\\MiniAsp.pdb"
- "http://%s/about.htm"
- "http://%s/result_%s.htm"
- "time out,change to mode 0"
condition: and
- type: word
2023-08-01 09:54:35 +00:00
part: raw
2023-02-28 01:18:13 +00:00
words:
- "MiniAsp3\\Release\\MiniAsp.pdb"
- "http://%s/about.htm"
- "http://%s/result_%s.htm"
- "command is null!"
condition: and