Skip to content

Linux Tsunami Malware - Detect

ID: linux-tsunami-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: linux-tsunami-malware
info:
name: Linux Tsunami Malware - Detect
author: daffainfo
severity: info
reference:
- https://github.com/Yara-Rules/rules/blob/master/malware/MALW_Miscelanea_Linux.yar
- http://www.kernelmode.info/forum/viewtopic.php?f=16&t=3483
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "PRIVMSG %s :[STD]Hitting %s"
- "NOTICE %s :TSUNAMI <target> <secs>"
- "NOTICE %s :I'm having a problem resolving my host, someone will have to SPOOFS me manually."
# digest: 4a0a00473045022030b2c32323237e320255f092a6a9bffb534a060af91d09bfb2786b2fa7aa6580022100a01e4ac473c910cd45167c9f5a8aba0daa0a28fb85714c8599dcea309f06a3a7: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/linux-tsunami-malware.yaml"

View on Github