External DocumentationTo learn more, visit the Tenable Identity Exposure documentation.
Actions
Get All Attacks
Get a list of attacks with optional filtering.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| End Date | The end of the timeframe to search attacks until. |
| Limit | The maximum number of results to return in the response. |
| Profile ID | The ID of the profile to get attacks for. |
| Resource Type | The type of the resource to search for. |
| Resource Value | The value of the resource to search for. |
| Start Date | The start of the timeframe to search attacks from. |
| Parameter | Description |
|---|---|
| Attack Type IDs | A comma-separated list of attack type IDs. Can be obtained using Get Attack Types action. |
| Order | The desired order of the returned response. |
| Return Closed Attacks | Select whether to include closed attacks in the response. |
| Search | A string to filter the retuned results by. |
[
{
"id": 0,
"directoryId": 0,
"attackTypeId": 0,
"dc": "string",
"date": "2025-10-23T09:10:14.918Z",
"vector": {
"template": "string",
"attributes": [
{
"name": "string",
"value": "string",
"valueType": "string"
}
]
},
"source": {
"ip": "string",
"hostname": "string"
},
"destination": {
"ip": "string",
"hostname": "string"
},
"isClosed": true
}
]
Was this page helpful?