Skip to content

Area Rat C2 - Detect

ID: ares-rat-c2

Severity: info

Author: pussycat0x

Tags: c2,ir,osint,ares,panel,rat

Ares is a Python Remote Access Tool.

id: ares-rat-c2
info:
name: Area Rat C2 - Detect
author: pussycat0x
severity: info
description: |
Ares is a Python Remote Access Tool.
reference:
- https://github.com/montysecurity/C2-Tracker/blob/main/tracker.py
metadata:
verified: true
max-request: 1
shodan-query: product:'Ares RAT C2'
tags: c2,ir,osint,ares,panel,rat
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Ares</title>'
- 'Passphrase:'
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100d549cbeeb7a487f749188b50a322105c7c2a816fb305094af8ce95f7a6e9f5d7022100faac50b6314eb3807976806b21d9e7bdd18111120c85315e051ff08d22941f3e: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 "http/exposed-panels/c2/ares-rat-c2.yaml"

View on Github