Portscanning and Broadscanning๐
The Portscanning and Broadscanning Detectors identify attempts by a threat actor to search assets in your environment for open ports that might present attack opportunities. They do this by attempting to open a connection from one machine to another, and if the connection succeeds, then the port is open.
There are two subversions of this activity:
- Portscanning looks for many open ports of interest on a single asset.
- Broadscanning looks for many portscan activities on a large number of assets.
These detectors process streams of netflow data and look for the combinations of events that match the threshold criteria.


Requirements๐
This detector requires the following data sources, integrations, or schemas:
- Netflow
Events are filtered to match the following criteria:
- Source and destination addresses are internal or loopback
- Set of important destination ports
Inputs๐
Detections are from the following normalized sources:
- Netflow
Outputs๐
Detections from this detector are pushed to the XDR Detection Database and Detection Triage Dashboard.
Configuration Options๐
This detector is enabled by default when the required data sources or integrations are available in the tenant.
MITRE ATT&CK Category๐
- MITRE Enterprise ATT&CK - Reconnaissance - Gather Victim Network Information. For more information, see MITRE Technique T1590.
- MITRE Enterprise ATT&CK - Reconnaissance - Active Scanning. For more information, see MITRE Technique T1595.
Detector Testing๐
This detector does not have a supported testing method, though an Advanced Search will verify if detections originated with this detector.
Note
If no supported testing method is available, an Advanced Search will show you if any detections came from this detector if a qualifying event was observed. A search with no results does not indicate the detector is not working. A lack of search results for the detector may only indicate that the specific attack has not been observed in the tenant. However, it could indicate the underlying data is not available. Ensure the required schemas are provided in Data Sources along with the supported device type(s) for that schema.
FROM detection WHERE metadata.creator.detector.detector_id='app:detect:portscanning'
FROM detection WHERE metadata.creator.detector.detector_id='app:detect:broadscanning'
References๐
- Schemas