Get AutoFocus Session Info Enrichment Flow
When the Security Operations Palo Alto Networks- Get AutoFocus Session Info Enrichment flow is executed, it queues a search query with AutoFocus for gathering information about a specified source IP. If AutoFocus has knowledge about previous sessions originating from that IP address, a JSON-formatted report is returned.
Avant de commencer
Role required: sn_si.analyst
Pourquoi et quand exécuter cette tâche
Procédure
AutoFocus Search Session action
The AutoFocus Search Session flow action uploads information from an IP address assigned to a security incident to AutoFocus and queues it for a search query.
Input variables
When the action executes, it queues a search query with AutoFocus for gathering information for a specified source IP. If AutoFocus has previously identified sessions originating from that IP address, a JSON-formatted report is returned.
Input variables determine the initial behavior of the action.
| Variable | Description |
|---|---|
| searchSessionQuery [string] | The search query for session information. |
Fetch Search Results action
The Fetch Search Results flow action fetches search results identified by a cookie to the search query initiated by the AutoFocus Search Session action.
Input variables
Input variables determine the initial behavior of the action.
| Variable | Description |
|---|---|
| afcookie [string] | The AutoFocus cookie for the search request generated by the AutoFocus Search Session action. |
Output variables
The output variables contain data that can be used in subsequent actions.
| Variable | Description |
|---|---|
| searchPending [Boolean] | True if the search request is still processing in AutoFocus. |
| result [string] | The search results data. |
| status [Boolean] | True if the search is completed and results have been successfully generated. |
| error [string] | The error, if any, that occurred in the action. |