ComRAT Network Communication

Detects Turla ComRAT network communication.

Sigma rule (View on GitHub)

 1title: ComRAT Network Communication
 2id: 7857f021-007f-4928-8b2c-7aedbe64bb82
 3status: test
 4description: Detects Turla ComRAT network communication.
 5references:
 6    - https://www.welivesecurity.com/wp-content/uploads/2020/05/ESET_Turla_ComRAT.pdf
 7author: Florian Roth (Nextron Systems)
 8date: 2020-05-26
 9modified: 2024-02-26
10tags:
11    - attack.defense-evasion
12    - attack.command-and-control
13    - attack.t1071.001
14    - attack.g0010
15    - detection.emerging-threats
16logsource:
17    category: proxy
18detection:
19    selection:
20        c-uri|contains: '/index/index.php\?h='
21    condition: selection
22falsepositives:
23    - Unknown
24level: high

References

Related rules

to-top