GET
/
tags
/
{name}
curl --request GET \
  --url https://threat-intel-api.abusix.com/beta/tags/{name}
{
  "status": "success",
  "statusCode": 200,
  "result": {
    "name": "<string>",
    "intent": "malicious",
    "category": "activity",
    "description": "<string>",
    "references": [
      {
        "url": "<string>",
        "description": "<string>"
      }
    ],
    "timeline": [
      {
        "date": "<string>",
        "action": "<string>",
        "description": "<string>"
      }
    ]
  }
}

Path Parameters

name
string
required

Tag name to lookup

Example:

"credentials:brute-force"

Response

200
application/json

Get all information about one tag

The response is of type object.