Skip to content

Infinity Malware - Detect

ID: infinity-malware

Severity: info

Author: daffainfo

Tags: malware,file

id: infinity-malware
info:
name: Infinity Malware - Detect
author: daffainfo
severity: info
reference: https://github.com/Yara-Rules/rules/blob/master/malware/RAT_Ratdecoders.yar
tags: malware,file
file:
- extensions:
- all
matchers:
- type: word
part: raw
words:
- "CRYPTPROTECT_PROMPTSTRUCT"
- "discomouse"
- "GetDeepInfo"
- "AES_Encrypt"
- "StartUDPFlood"
- "BATScripting"
- "FBqINhRdpgnqATxJ.html"
- "magic_key"
condition: and
# digest: 4a0a0047304502207b39bd72c854f45337cfff32d9be4bacee2974b01a5290b12b6ad88f687c9d6c022100c73bf7f50a7df8b502e535395f6dc6029a9d6ee2da8fa36fccdab3269fbf14d1: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/infinity-malware.yaml"

View on Github