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
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100ec2ad4687e5402163e990ddb3e723d4fb30ad0a17b153eee6b4e6b4c7ce8d491022033512c2d600df63f943c3fa8cca3baee7078317444395edf1b8413d3de12f1bc:922c64590222798bb761d5b6d8e72950
|