Skip to main content
GET
/
stix2
/
{stix2id}
STIX2.0
curl --request GET \
  --url https://app.onefirewall.com/api/v1/stix2/{stix2id} \
  --header 'Authorization: <api-key>'
"string"

Documentation Index

Fetch the complete documentation index at: https://docs.onefirewall.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization Token

Path Parameters

stix2id
string
required

Threat Actor ID (IPv4, URL, Domain, File), at the moment we only provide information based on IPv4

Response

200 - application/json

The response body contains an array of STIX2 objects, for simplicy we not going to explain in details the content format, however we are using Standard STIX2 bundles, and more information can be found here: STIX™ Version 2.0

The response is of type string.