DarkComet Trojan - Detect
ID: darkcomet-trojan
Severity: info
Author: pussycat0x
Tags: network,c2,ir,osint,cti,darkcomet,tcp
Description
Section titled “Description”DarkComet is a remote access trojan (RAT) developed by Jean-Pierre Lesueur (known as DarkCoderSc[2]), an independent programmer and computer security coder from France. Although the RAT was developed back in 2008, it began to proliferate at the start of 2012.
YAML Source
Section titled “YAML Source”id: darkcomet-trojan
info: name: DarkComet Trojan - Detect author: pussycat0x severity: info description: | DarkComet is a remote access trojan (RAT) developed by Jean-Pierre Lesueur (known as DarkCoderSc[2]), an independent programmer and computer security coder from France. Although the RAT was developed back in 2008, it began to proliferate at the start of 2012. reference: - https://github.com/montysecurity/C2-Tracker/blob/main/tracker.py metadata: verified: true max-request: 1 shodan-query: product:'DarkComet Trojan' tags: network,c2,ir,osint,cti,darkcomet,tcp
tcp: - inputs: - data: 2E type: hex
host: - "{{Hostname}}" port: 1604 read-size: 1024
matchers: - type: word words: - "BF7CAB464EFB"# digest: 4a0a004730450220496c4ecb90e5ad057e80b5ed43fd76e1ffe49507710115001f610756ec40d752022100a95a06de345ffed199a2972abb90d7927044ed435a82428d852445e8b8288515: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/darkcomet-trojan.yaml"