23 lines
495 B
YAML
23 lines
495 B
YAML
id: pypi-malware
|
|
|
|
info:
|
|
name: Fake PyPI Malware - Detect
|
|
author: daffainfo
|
|
severity: info
|
|
reference:
|
|
- http://www.nbu.gov.sk/skcsirt-sa-20170909-pypi/
|
|
- https://github.com/Yara-Rules/rules/blob/master/malware/MALW_PyPI.yar
|
|
tags: malware,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
matchers:
|
|
- type: word
|
|
part: raw
|
|
words:
|
|
- "# Welcome Here! :)"
|
|
- "# just toy, no harm :)"
|
|
- "[0x76,0x21,0xfe,0xcc,0xee]"
|
|
condition: and |