Connectors
...
Actions
Get Threat Appearences
6 min
description retrieve infected endpoints and frequency of a threat's appearances in sentinelone using the specified threat id endpoint url /web/api/v2 1/private/threats/{{threat id}}/appearances method get inputs path parameters (object) – required threat id (string) – required output example \[ { "status code" 200, "response headers" { "server" "nginx", "date" "wed, 16 nov 2022 19 02 30 gmt", "content type" "application/json", "transfer encoding" "chunked", "connection" "keep alive", "x rqid" "73e105d3 22fa 4f21 9985 f088bc4f75f4", "access control allow origin" "https //attivo us sentinelone net", "access control allow credentials" "true", "vary" "origin", "strict transport security" "max age=31536000; includesubdomains", "x frame options" "sameorigin", "x content type options" "nosniff", "content security policy" "default src 'self' ; connect src 'self' cdn pendo io app pendo io pendo io data pendo io storage googleapis com sentry io sentry io google analytics com gstatic com unpkg com cdn auth0 com wss\ // sentinelone net https //www googletagmanager com https //cdnjs cloudflare com data ; script src 'self' 'unsafe inline' 'unsafe eval' cdn pendo io app pendo io pendo io static storage googleapis com cdn pendo io storage googleapis com data pendo io https //www google analytics com https //www googletagmanager com https //unpkg com https //cdnjs cloudflare com ; img src 'self' data https //www google analytics com cdn pendo io app pendo io sentinelone com storage googleapis com data pendo io ; style src 'self' 'unsafe inline' app pendo io cdn pendo io storage googleapis com https //fonts googleapis com https //cdnjs cloudflare com ; font src 'self' data https //fonts gstatic com https //cdn auth0 com ; frame src 'self' blob https //receptive io https // pendo io https //pendo io extensions storage googleapis com/ https // youtube com ; frame ancestors 'self' app pendo io ; object src 'none'", "cache control" "no store", "pragma" "no cache", "expires" " 1", "content encoding" "gzip" }, "reason" "ok", "json body" { "data" { "accounts" 1, "agents" 3, "firstseen" "2021 11 18t16 16 19 043584z", "groups" 1, "lastseen" "2022 07 07t16 29 24 953300z", "sites" 1, "timesseen" 5 } } } ] output parameters status code (number) reason (string) json body (object) data (object) accounts (number) agents (number) firstseen (string) groups (number) lastseen (string) sites (number) timesseen (number) response headers header type server string date string content type string transfer encoding string connection string x rqid string access control allow origin string access control allow credentials string vary string strict transport security string x frame options string x content type options string content security policy string cache control string pragma string expires string content encoding string