26 lines
555 B
YAML
26 lines
555 B
YAML
|
id: universal-1337-malware
|
||
|
|
||
|
info:
|
||
|
name: Universal 1337 Stealer Malware - Detect
|
||
|
author: daffainfo
|
||
|
severity: info
|
||
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Stealer.yar
|
||
|
tags: malware,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
matchers-condition: or
|
||
|
matchers:
|
||
|
- type: binary
|
||
|
binary:
|
||
|
- "2A5B532D502D4C2D492D545D2A"
|
||
|
- "2A5B482D452D522D455D2A"
|
||
|
condition: and
|
||
|
|
||
|
- type: binary
|
||
|
binary:
|
||
|
- "4654507E"
|
||
|
- "7E317E317E307E30"
|
||
|
condition: and
|