← Back to SOC feed Coverage →

PwnDrp Access

sigma CRITICAL SigmaHQ
T1071.001T1102.001T1102.003
imWebSession
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at SigmaHQ →
Retrieved: 2026-03-25T02:50:08Z · Confidence: medium

Hunt Hypothesis

Adversaries may use PwnDrp web servers to exfiltrate data or deploy malicious payloads by leveraging compromised credentials or misconfigured access controls. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify potential red team activity or malicious operations that could lead to data breaches or system compromise.

Detection Rule

Sigma (Original)

title: PwnDrp Access
id: 2b1ee7e4-89b6-4739-b7bb-b811b6607e5e
status: test
description: Detects downloads from PwnDrp web servers developed for red team testing and most likely also used for criminal activity
references:
    - https://breakdev.org/pwndrop/
author: Florian Roth (Nextron Systems)
date: 2020-04-15
modified: 2021-11-27
tags:
    - attack.command-and-control
    - attack.t1071.001
    - attack.t1102.001
    - attack.t1102.003
logsource:
    category: proxy
detection:
    selection:
        c-uri|contains: '/pwndrop/'
    condition: selection
falsepositives:
    - Unknown
level: critical

KQL (Azure Sentinel)

imWebSession
| where Url contains "/pwndrop/"

False Positive Guidance

MITRE ATT&CK Context

Original source: https://github.com/SigmaHQ/sigma/blob/master/rules/web/proxy_generic/proxy_pwndrop.yml