24 lines
509 B
YAML
24 lines
509 B
YAML
id: dexter-malware
|
|
|
|
info:
|
|
name: Dexter Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Dexter.yar
|
|
- http://goo.gl/oBvy8b
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- 'Java Security Plugin'
|
|
- '%s\\%s\\%s.exe'
|
|
- 'Sun Java Security Plugin'
|
|
- '\\Internet Explorer\\iexplore.exe'
|
|
condition: and |