Skip to content

Mystic Stealer Panel - Detect

ID: mystic-stealer

Severity: info

Author: pussycat0x

Tags: tech,rat,mystic-stealer,c2,panel

Mystic Stealer panel were detected.

id: mystic-stealer
info:
name: Mystic Stealer Panel - Detect
author: pussycat0x
severity: info
description: |
Mystic Stealer panel were detected.
metadata:
verified: "true"
max-request: 1
shodan-query: http.title:"Mystic Stealer"
tags: tech,rat,mystic-stealer,c2,panel
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
matchers:
- type: dsl
dsl:
- "status_code == 200 && contains(body, 'Mystic Stealer')"
condition: and
# digest: 490a004630440220457aedf2dfb4731fb2aff9235e7c6393b388070fe2801d0a5e664705eced10390220375074148467001b3d69975a5d63af2fc918921ab3ce52eaa72499f2e6e368ac: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/mystic-stealer.yaml"

View on Github