Detection rules › Kusto Query Language
Network Port Sweep from External Network (ASIM Network Session schema)
'This detection rule detects scenarios when a particular port is being scanned by multiple external sources. The rule utilize ASIM normalization, and is applied to any source which supports the ASIM Network Session schema.'
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Reconnaissance | T1590 Gather Victim Network Information |
| Discovery | T1046 Network Service Discovery |
Event coverage
Stages and Predicates
Stage 1: source
_Im_NetworkSession
Stage 2: where
NetworkDirection eq "Inbound"
Stage 3: summarize
Stage 4: where
macro "(array_length(set_DstIpAddr) > threshold)"
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.
| Field | Kind | Values |
|---|---|---|
NetworkDirection | eq |
|