Detection rules › Panther

VPC Flow Port Scanning

Status
Deprecated
Severity
medium
Tags
Discovery:Network Service Discovery
Source
github.com/panther-labs/panther-analysis

Searches for potential port scanning activity in VPC Flow logs

MITRE ATT&CK coverage

TacticTechniques
DiscoveryT1046 Network Service Discovery

Rule body yaml

AnalysisType: scheduled_rule
Filename: anomalous_vpc_port_activity.py
RuleID: "VPCFlow.Port.Scanning"
DisplayName: "VPC Flow Port Scanning"
Reports:
  MITRE ATT&CK:
    - TA0007:T1046
Tags:
  - Discovery:Network Service Discovery
Description: >
  Searches for potential port scanning activity in VPC Flow logs
Enabled: false
Status: Deprecated
Runbook: >
  Analyze VPC Flow logs of suspicious IPs and see what ports are being accessed. A sequence of ports may be suspicious
ScheduledQueries:
  - VPC Flow Port Scanning
Severity: Medium
Tests:
  - Name: Value Returned By Query
    ExpectedResult: true
    Log:
      Anything: any value

Detection logic

Filter

def rule(_):
    return True