Detection rules › Panther

Upwind Vulnerability Detection Passthrough

Status
Experimental
Severity
medium
Group by
id, severity
Log types
Upwind.Detections
Tags
Upwind, Passthrough, Vulnerability, Initial Access, Exploit Public-Facing Application
Reference
https://docs.upwind.io/restapi/v1/get-threat-detection
Source
github.com/panther-labs/panther-analysis

Re-raises Upwind vulnerability detections in Panther. Covers exploitable CVEs identified in runtime containers, VMs, and serverless environments, prioritized by active exposure.

MITRE ATT&CK coverage

TacticTechniques
Initial AccessT1190 Exploit Public-Facing Application

Rule body yaml

AnalysisType: rule
RuleID: Upwind.Detection.Vulnerability.Passthrough
DisplayName: Upwind Vulnerability Detection Passthrough
Description: >
  Re-raises Upwind vulnerability detections in Panther. Covers exploitable CVEs identified
  in runtime containers, VMs, and serverless environments, prioritized by active exposure.
Runbook: |
  1. Check whether resource.internet_exposure.ingress.active_communication is true and review resource.risk_categories to assess the blast radius of the vulnerability on resource.name in resource.cloud_account_id
  2. Query Upwind.Detections for all vulnerability detections on the same resource.name in the past 90 days to evaluate patch cadence and determine if this finding is recurring
  3. Search for runtime or network threat detections against the same resource.name or resource.cloud_account_id in the past 30 days to determine whether the vulnerability has already been exploited
Reference: https://docs.upwind.io/restapi/v1/get-threat-detection
Enabled: true
Filename: upwind_vulnerability_detection_passthrough.py
Severity: Medium
Status: Experimental
LogTypes:
  - Upwind.Detections
DedupPeriodMinutes: 1440
Threshold: 1
Reports:
  MITRE ATT&CK:
    - TA0001:T1190  # Initial Access: Exploit Public-Facing Application
Tags:
  - Upwind
  - Passthrough
  - Vulnerability
  - Initial Access
  - Exploit Public-Facing Application
Tests:
  - Name: Critical Vulnerability Detection
    ExpectedResult: true
    Log:
      {
        "p_event_time": "2026-03-18T14:00:00Z",
        "p_log_type": "Upwind.Detections",
        "p_row_id": "bb2233cc4455bb2233cc4455bb2233cc",
        "p_schema_version": 0,
        "category": "Vulnerability",
        "description": "Critical CVE-2024-1234 detected in a runtime container image.",
        "first_seen_time": "2026-03-18T13:50:00Z",
        "id": "det-vuln-001",
        "last_seen_time": "2026-03-18T14:00:00Z",
        "occurrence_count": 1,
        "severity": "CRITICAL",
        "status": "open",
        "title": "Critical Vulnerability in Runtime Container",
        "type": "vulnerability",
        "upwind_console_link": "https://console.upwind.io/detections/det-vuln-001",
        "resource": {
          "cloud_account_id": "123456789012",
          "cloud_account_name": "prod-aws",
          "cloud_provider": "AWS",
          "cluster_id": "cluster-abc123",
          "name": "frontend-pod",
          "namespace": "production",
          "region": "us-east-1",
          "type": "Pod",
          "upwind_asset_id": "asset-vuln-001",
          "risk_categories": ["internet_facing", "critical_workload"],
          "internet_exposure": {
            "ingress": {
              "active_communication": true
            }
          }
        },
        "mitre_attacks": [
          {
            "tactic_id": "TA0001",
            "tactic_name": "Initial Access",
            "technique_id": "T1190",
            "technique_name": "Exploit Public-Facing Application"
          }
        ],
        "triggers": [
          {
            "policy_id": "pol-vuln-001",
            "policy_name": "Critical Runtime CVE Policy",
            "events": []
          }
        ]
      }
  - Name: Non-Vulnerability Category - Not Matched
    ExpectedResult: false
    Log:
      {
        "p_event_time": "2026-03-18T14:00:00Z",
        "p_log_type": "Upwind.Detections",
        "p_row_id": "cc3344dd5566cc3344dd5566cc3344dd",
        "p_schema_version": 0,
        "category": "API Threat",
        "description": "Broken auth on API.",
        "first_seen_time": "2026-03-18T13:50:00Z",
        "id": "det-api-003",
        "last_seen_time": "2026-03-18T14:00:00Z",
        "occurrence_count": 2,
        "severity": "HIGH",
        "status": "open",
        "title": "Broken Authentication",
        "type": "api_threat",
        "resource": {
          "cloud_account_id": "123456789012",
          "name": "api-service",
          "region": "us-east-1",
          "type": "Service"
        },
        "mitre_attacks": [],
        "triggers": []
      }
  - Name: Vulnerability Category with Unknown Severity - Suppressed
    ExpectedResult: false
    Log:
      {
        "p_event_time": "2026-03-18T14:00:00Z",
        "p_log_type": "Upwind.Detections",
        "p_row_id": "dd4455ee6677dd4455ee6677dd4455ee",
        "p_schema_version": 0,
        "category": "Vulnerabilities",
        "description": "Low-priority informational CVE detected.",
        "first_seen_time": "2026-03-18T13:50:00Z",
        "id": "det-vuln-002",
        "last_seen_time": "2026-03-18T14:00:00Z",
        "occurrence_count": 1,
        "severity": "INFO",
        "status": "open",
        "title": "Low-Priority CVE Detected",
        "type": "vulnerability",
        "resource": {
          "cloud_account_id": "123456789012",
          "name": "batch-job-pod",
          "region": "us-west-2",
          "type": "Pod"
        },
        "mitre_attacks": [],
        "triggers": []
      }

Detection logic

Condition

category contains "vulnerab"
category not contains "api"

This rule also runs imperative logic the parser cannot express as a filter; the conditions above are the structured part it could extract.

Exclusions

Top-level NOT(...) conjuncts: predicates this rule actively suppresses.

FieldKindExcluded values
categorycontainsapi

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
categorycontains
  • vulnerab

Output fields

Fields the rule emits when it matches. Chronicle authors list these in the outcome block; they appear on the detection and $risk_score drives alerting. Sentinel / Defender XDR rules build them up through project / summarize / extend stages. Sentinel maps these into alert fields via entityMappings and customDetails; Defender XDR custom detections surface them as alert fields directly.

FieldSource
detection_idid
category
type
status
occurrence_count
title