Skip to content

XtremeRAT Trojan - Detect

ID: xtremerat-trojan

Severity: info

Author: pussycat0x

Tags: network,c2,ir,osint,cti,xtreamerat,tcp

Xtreme Rat is a Remote Access Trojan that can steal information. This RAT has been used in attacks targeting Israeli and Syrian governments last 2012.

id: xtremerat-trojan
info:
name: XtremeRAT Trojan - Detect
author: pussycat0x
severity: info
description: |
Xtreme Rat is a Remote Access Trojan that can steal information. This RAT has been used in attacks targeting Israeli and Syrian governments last 2012.
reference:
- https://github.com/montysecurity/C2-Tracker/blob/main/tracker.py
metadata:
verified: true
max-request: 1
shodan-query: product:'XtremeRAT Trojan'
tags: network,c2,ir,osint,cti,xtreamerat,tcp
tcp:
- inputs:
- data: 2E
type: hex
host:
- "{{Hostname}}"
port: 10001
read-size: 1024
matchers:
- type: regex
regex:
- "^X$"
# digest: 4a0a0047304502201aaa74a0a45685b9753111d481d9cdfc84052219218b3da42b37d08ab01cfe00022100caae938c671ed7128bed1763f70fe43db4255254ecec39c67c2174e060c8775d: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 "network/c2/xtremerat-trojan.yaml"

View on Github