Skip to content

Yayih Malware - Detect

ID: yayih-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: yayih-malware
info:
name: Yayih Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Yayih.yar
tags: malware,file
file:
- extensions:
- all
matchers-condition: or
matchers:
- type: word
part: raw
words:
- "/bbs/info.asp"
- "\\msinfo.exe"
- "%s\\%srcs.pdf"
- "\\aumLib.ini"
condition: or
- type: binary
binary:
- "8004087A03C18B45FC8034081903C1413B0A7CE9"
# digest: 4a0a00473045022100eff193ccdae367907c85e163c8985a20caf255a76cd858f1db595f7577d7c1d102201ad4c781c27f574cb1c7c0ac476a1e104cc6a25bba2a36b67b09f1c516258ff0:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/malware/yayih-malware.yaml"

View on Github