Request Threat Signature Metadata in Batch Mode
POST/threats
A POST request to retrieve the threats signature metadata by id, name or sample hash (sha256 or md5) in batch mode. Batch limit is 100 entries.
- Notes:
- Optionally, each query parameter can be used together with the "type" query parameter to filter out the results.
- Any Antivirus / WildFire release summary information before February 2020 is best-effort since the information is not available.
Request
Responses
- 200
- 4XX
- 5XX
Request succeeded
Response Headers
X-Day-RateLimit-Limit
The maximum number of requests that the user is permitted to make per day.
Example:
2000
X-Day-RateLimit-Remaining
The number of requests remaining in the current rate limit window (one day).
X-Day-RateLimit-Reset
The epoch timestamp at which the current rate limit window (one day) resets.
X-Minute-RateLimit-Limit
The maximum number of requests that the user is permitted to make per minute.
Example:
200
X-Minute-RateLimit-Remaining
The number of requests remaining in the current rate limit window (one minute).
X-Minute-RateLimit-Reset
The epoch timestamp at which the current rate limit window (one minute) resets.
Client related error response
Server related error response