DarkTrack RAT Trojan - Detect
ID: darktrack-rat-trojan
Severity: info
Author: pussycat0x
Tags: network,c2,ir,osint,cti,darktrack,rat,tcp
Description
Section titled “Description”DarkTrack is a malicious program classified as a Remote Access Trojan (RAT). This type of malware enables remote access and control over an infected device. The level of control these programs have varies, however, some can allow user-level manipulation of the affected machine.
YAML Source
Section titled “YAML Source”id: darktrack-rat-trojan
info: name: DarkTrack RAT Trojan - Detect author: pussycat0x severity: info description: | DarkTrack is a malicious program classified as a Remote Access Trojan (RAT). This type of malware enables remote access and control over an infected device. The level of control these programs have varies, however, some can allow user-level manipulation of the affected machine. reference: - https://github.com/montysecurity/C2-Tracker/blob/main/tracker.py metadata: verified: true max-request: 1 shodan-query: product:'DarkTrack RAT Trojan' tags: network,c2,ir,osint,cti,darktrack,rat,tcp
tcp: - inputs: - data: 2E type: hex
host: - "{{Hostname}}" port: 60129 read-size: 1024
matchers: - type: word encoding: hex words: - "0100000000000000034761"# digest: 4b0a004830460221009e11dbeff13f18498a4993de308af8f6d4b38a355a5413002e7b524a53687999022100939f86486c62a4bd839af588f9143f438f3f4888c8399f48866bcd91b411c9be:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "network/c2/darktrack-rat-trojan.yaml"