Skip to content

DISGOMOJI Malware Hash - Detect

ID: disgomoji-malware-hash

Severity: info

Author: pussycat0x

Tags: malware,disgomoji

Detects DISGOMOJI modules based on strings in the ELF.

id: disgomoji-malware-hash
info:
name: DISGOMOJI Malware Hash - Detect
author: pussycat0x
severity: info
description: Detects DISGOMOJI modules based on strings in the ELF.
reference:
- https://github.com/volexity/threat-intel/blob/main/2024/2024-06-13%20DISGOMOJI/indicators/rules.yar
tags: malware,disgomoji
file:
- extensions:
- all
matchers:
- type: dsl
dsl:
- "sha256(raw) == '2abaae4f6794131108adf5b42e09ee5ce24769431a0e154feabe6052cfe70bf3'"
# digest: 4a0a00473045022100907c3e08b27c41779eeb99d6bc8f69a8fd8e822f1866ed9902dc70652528209e022033c7be9c643d773debb2df6c1f52a63dfdbfe1d5e527e0135cfe850094255974: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/hash/disgomoji-malware-hash.yaml"

View on Github