✅Check ressource
The Check endpoint allows you to check if an IP or domain is malicious.
Last updated
The Check endpoint allows you to check if an IP or domain is malicious.
Last updated
Returns if a specific IP address is malicious, with optional report.
GET https://ismalicious.com/api/check?ip=43.207.85.189
Try this endpoint in your browser 🔗
Query Parameters
Parameter | Type | Description |
---|---|---|
Integrating more open-source cyber threat intelligence feeds into the isMalicious API database improves overall threat detection capabilities by providing more robust and up-to-date information on malicious IPs.
Why is this useful?
Enhanced Threat Detection: Increases the coverage of potential threats by incorporating a wider range of sources.
Improved Accuracy: Cross-references multiple sources to validate threats and reduce false positives.
Timely Updates: Ensures the database is continuously updated with the latest threat intelligence.
Comprehensive Protection: Provides a broader view of the threat landscape, enabling better protection measures.
Returns if a specific domain is malicious, with optional report.
GET https://ismalicious.com/api/check?domain=anyalias.com
Try this endpoint in your browser 🔗
Query Parameters
Integrating more open-source cyber threat intelligence feeds into the isMalicious API database improves overall threat detection capabilities by providing more robust and up-to-date information on malicious domains.
Why is this useful?
Enhanced Threat Detection: Increases the coverage of potential threats by incorporating a wider range of sources.
Improved Accuracy: Cross-references multiple sources to validate threats and reduce false positives.
Timely Updates: Ensures the database is continuously updated with the latest threat intelligence.
Comprehensive Protection: Provides a broader view of the threat landscape, enabling better protection measures.
Parameter | Type | Description |
---|---|---|
ip
string
The IP address to check.
report
bool
(Optional) If true
, a detailed report will be included in the response.
domain
string
The domain to check.
report
bool
(Optional) If true
, a detailed report will be included in the response.