Threats
Get Threat by Name
Retrieve detailed threat intelligence information for a specific threat by looking up the threat's name. To query links, retrieve the threat by ID instead.
get/api/threat.php
Query parameters
keystring
Your Pulsedive API key.
API key authentication is optional. However, requests without a key have stricter rate limits. We recommend including an API key for better performance and reliability.
threatstring required
Example:zeus
Name of the threat to retrieve.
pretty0 | 1
Indicates whether to format returned JSON results.
For pretty-printed output, set to 1. For compact output, set to 0.
Response
Successful request. Returns threat information in JSON format.
Example response
{
"category": "malware",
"stamp_added": "2017-09-27 18:11:38",
"stamp_updated": "2017-09-27 18:11:38",
"stamp_seen": "2017-09-27 18:11:38",
"stamp_retired": "2017-09-27 18:11:38",
"updated_last_domain": "2017-09-27 18:11:38",
"related": [
{
"category": "malware",
"stamp_updated": "2025-09-15 07:48:30"
}
],
"news": [
{
"stamp": "2017-09-27 18:11:38",
"primary": 1
}
],
"comments": [
{
"stamp_added": "2017-09-27 18:11:38",
"stamp_updated": "2017-09-27 18:11:38"
}
],
"summary": {
"updated_last_domain": "2017-09-27 18:11:38",
"feeds": [
{
"pricing": "free",
"category": "malware",
"indicators": 10
}
],
"risk": {
"unknown": 31,
"low": 17,
"medium": 20,
"high": 5,
"critical": 1,
"retired": 874,
"total": 1037,
"none": 89
}
}
}