Anomali Security Analytics Alerts
Anomali Security Analytics Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.10.0 and later.
The Anomali Security Analytics pack allows users to manage security alerts by interacting directly with the Anomali Security Analytics platform. It supports creating search jobs, monitoring their status, retrieving results, and updating alert statuses or comments, streamlining integration with Palo Alto XSOAR. This integration was integrated and tested with version 1.0 of AnomaliSecurityAnalyticsAlerts.
#
Configure Anomali Security Analytics Alerts in CortexParameter | Required |
---|---|
Server URL | True |
Username | True |
API Key | True |
Trust any certificate (not secure) | False |
Use system proxy settings | False |
#
CommandsYou can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
anomali-security-analytics-search-job-createCreate a new search job.
#
Base Commandanomali-security-analytics-search-job-create
#
InputArgument Name | Description | Required |
---|---|---|
query | Search expression or keyword you're looking for in logs, e.g. alerts. | Required |
source | Filters results by the log source or origin system, e.g. third_party_xsoar_integration. Default value is third_party. Default is third_party. | Optional |
from | Timerange - start time, e.g., 1 hour, 30 minutes. Default value is 1 day. Default is 1 day. | Optional |
to | Timerange - end time, e.g., 1 hour, 30 minutes. Default value is present. Default is 0 minutes. | Optional |
timezone | The desired timezone for the log source. Pass the official IANA name for the time zone you are interested in, e.g. Europe/London, America/New_York. Default value is UTC. Default is UTC. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AnomaliSecurityAnalytics.SearchJob.job_id | String | Job ID of the search job. |
#
Human Readable OutputSearch Job Created |job_id|status| |---|---| | 7af7bc62c807446fa4bf7ad12dfbe64b | in progress |
#
anomali-security-analytics-search-job-resultsGet search job results.
#
Base Commandanomali-security-analytics-search-job-results
#
InputArgument Name | Description | Required |
---|---|---|
job_id | Unique identifier assigned to a background process or job. | Required |
offset | Offset of records returned from the search result job. For example, if offset=10 and fetch_size=30, then this API will return results indexed 10 to 40. Default value is 0. | Optional |
fetch_size | Number of records returned from the search result job. Maximum rows is 1000. Default value is 25. Default is 25. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AnomaliSecurityAnalytics.SearchJobResults.job_id | String | Job ID of the search job. |
AnomaliSecurityAnalytics.SearchJobResults.status | String | Status of the search. |
AnomaliSecurityAnalytics.SearchJobResults.count | Number | Number of records returned. |
AnomaliSecurityAnalytics.SearchJobResults.has_next | Boolean | Indicates if more pages are available. |
AnomaliSecurityAnalytics.SearchJobResults.is_aggregated | Boolean | Indicates if the search is aggregated. |
AnomaliSecurityAnalytics.SearchJobResults.records | Array | List of records containing the fields included in the fields response attribute. |
AnomaliSecurityAnalytics.SearchJobResults.result_row_count | Number | Total number of records retrieved by the search. |
AnomaliSecurityAnalytics.SearchJobResults.search_end_time | Number | End timestamp of the search (UNIX timestamp in milliseconds). |
AnomaliSecurityAnalytics.SearchJobResults.search_start_time | Number | Start timestamp of the search (UNIX timestamp in milliseconds). |
AnomaliSecurityAnalytics.SearchJobResults.status | String | Status of the search job. |
AnomaliSecurityAnalytics.SearchJobResults.types | Array | Data types of the search record attributes. |
#
Human Readable OutputSearch Job Results
id | name | owner | status | severity | alert_time | search_job_id |
---|---|---|---|---|---|---|
905 | AlertTriageDemo | test@anomali.com | new | high | 1741867250299 | 7af7bc62c807446fa4bf7ad12dfbe64b |
#
anomali-security-analytics-alert-updateUpdate alert's comment or status.
#
Base Commandanomali-security-analytics-alert-update
#
InputArgument Name | Description | Required |
---|---|---|
uuid | Universally unique identifier assigned to uniquely identify objects such as Jobs, Alerts, Observables, Threat model entities. You can find it in search job results command. | Required |
comment | Field for adding analyst notes or remarks to Match events, IOC submissions and Alert triage decisions. Please provide either 'status' or 'comment' parameter. | Optional |
status | Current state of the observable in ThreatStream, e.g., active, inactive, falsepos. Please provide either 'status' or 'comment' parameter. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
AnomaliSecurityAnalytics.UpdateAlert.message | String | Confirmation message returned after updating the alert status. |
#
Human Readable OutputUpdate Alert Status |message| |---| | Table (alert) was successfully updated. |