curl --request GET \ --url https://threat-intel-api.abusix.com/beta/tags
{ "status": "success", "statusCode": 200, "result": [ { "name": "<string>", "intent": "malicious", "category": "activity", "description": "<string>" } ] }
Include the full description in the response or not. Default is false.
success
x > 0
200
Show child attributes
malicious
suspicious
unknown
none
activity
tool
actor
A description about the tag. Only included if includeDescriptions is set to true.