Enterprise customers can use the Threat Check API to determine if an IP address or hostname is present on a Silent Push Indicators of Future Attack (IOFA) feed. The API delivers a simple Boolean response indicating whether the indicator is listed.
Note: Enterprise customers enjoy unlimited usage for high-volume and real-time lookups.
What It Does
Checks if an indicator (IP address or hostname) is listed on an IOFA feed.
Returns a Boolean response (e.g.,
true
/false
or1
/0
with an optional descriptive text.Supports high-volume lookups for automated security processes, such as email filtering or SIEM integrations.
Benefits
Unlimited Access: Enterprise users are not charged per API call.
High-Volume Readiness: Designed for large-scale real-time lookups.
Easy Integration: Simple JSON response facilitates seamless integration into security workflows.
Risk Assessment: Provides immediate insight into high risk indicators, enabling rapid blocking or alerting.
Endpoints
The API consists of the following endpoint:
Endpoint | Description |
---|---|
| Check if an indicator is listed on a Silent Push IOFA feed. |
Methods
The API supports the following core operations:
Operation | Method | Descriptions |
---|---|---|
Feed |
| Retrieve information on whether a specific indicator is present on an IOFA feed. |
Required Query Parameters
Query Name | Description |
---|---|
| Type of indicator:
|
| Type of data. The default is |
| Unique identifier of the organization making the request. |
| IP address or hostname being investigated. |
Authentication
Enterprise customers authenticate their Threat Check API requests with a valid Threat Check API key, which can be found in the Subscription section of the platform’s user menu. Include the Threat Check API key in the u
parameter of the request.
NOTE: The API key for ThreatCheck is NOT the same as a standard Silent Push API key created and managed within the Organization menu.
Base URL and Versioning
The Threat Check API uses semantic versioning to ensure backward compatibility. Access all endpoints through the following base URL:
https://api.threatcheck.silentpush.com/v1/
Resources
For more information about the Threat Check API, select one of the following articles: