v1
latestSwagger 2.02026-08-0484141342.3 KBThreats
# Action Details List
Action Details; Action Id, Action Display Id, Action Name, Action Release Date, Action Description, Action Affected Os, Action Affected Products, Action Affected Platforms, Action Category, Attack Module, Mitres, Unified Kill Chains, Module Based Details, Owasp, Reference Links, Keyword Queries
get/v1/threat-library/actions
Query parameters
action_idsinteger[]
List Action Details With Action ID List. (Max 100 ids)
action_display_idsinteger[]
List Action Details With Action Display ID List. (Max 100 display ids)
Response
ActionDetailListReturnResponse
Example response
{
"actions": [
{
"affected_os": [
"Windows"
],
"affected_platforms": [
{
"architecture": "32-bit",
"name": "Windows 10",
"os": "Windows"
}
],
"affected_products": [
"Windows",
"Linux"
],
"attack_category": "category 1",
"attack_module": "module 1",
"attack_module_id": 1,
"created_at": 1654623047,
"cve": "cve 1",
"cwe": "cwe 1",
"description": "description",
"display_id": 11,
"id": 1,
"keyword_queries": [
{
"id": 1,
"query": "example query",
"type": "Default/Custom"
}
],
"name": "action 1",
"owasp": "owasp 1",
"release_date": 1649983505,
"sources": [
"source1",
"source2"
],
"tags": [
"Custom"
],
"updated_at": 1654623047
}
],
"pages": {
"limit": 20,
"total_count": 100
}
}