Get Network Statistics via netstat Flow Action
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Security Operations Integration Reference
The Security Common Orchestration - Get Network Statistics via netstat flow action retrieves the network statistics for an affected resource on a Windows-based system. This flow action can accelerate the investigation and remediation process.
The Get Network Statistics via netstat flow action can be used with any flow to retrieve network statistics from a Windows-based system. The machine is queried with the netstat command including the -a and -o parameters. To enhance the output data, get-process command is also invoked.
Results
Possible results for this flow action are:
Result | Description |
---|---|
Success | Network statistics were retrieved in JSON format. |
Failure | An error occurred while attempting to retrieve network statistics. More error information is available in the flow action output error. |
Variable | Description |
---|---|
target [string] | The fully qualified domain name (FQDN) or IP address of the target system. |
Output variables
The output variables contain data that can be used in subsequent activities.
Variable | Description |
---|---|
response [string] | A JSON string representing the current running processes on the target machine. JSON data includes:
|
Restrictions
The MID Server must support PowerShell.
SHA-256 hash requires PowerShell V4.