Attack Types REST and WebSocket APIs
The Attack Type application programming interface (API) lists attack details based on the attack ID provided in the API query parameter.
The attack type ID ranges from 1-37 for REST APIs and 50-53 for WebSocket APIs. The REST API attacks can be per API or across APIs.
Method: GET
URL for per API attacks (REST and WebSocket):
/v4/abs/attack?later_date<>&earlier_date<>&api=<api_name>&type=<type_id>
URL for across API attacks:
/v4/abs/attack?later_date<>&earlier_date<>&type=<type_id>
Header | Value | |
---|---|---|
Access Key |
|
<string> |
Secret Key |
|
<string> |
Sample response:
{
"company": "ping identity",
"description": " Client (IP or Cookie) extracting an abnormal amount of
data for given API",
"earlier_date": "Sat Jun 01 08:20:00:000 2019",
"later_date": "Wed Jun 05 13:20:00:000 2019",
"api_name": "atmapp",
"ioc_type": "Data Exfiltration",
"ips": [
{
"ip": "100.64.6.50",
"access_time": [
"Tue Jun 04 16:09:59:935 2019"
]
},
{
"ip": "100.64.6.51",
"access_time": [
"Tue Jun 04 16:09:59:935 2019",
"Tue Jun 04 16:39:59:996 2019"
]
}
]
}