✅Check ressource

The Check endpoint allows you to check if an IP or domain is malicious.

Check IP

The response from the API indicates whether the queried IP address or domain is malicious. The malicious field is a boolean that confirms if the IP is associated with suspicious activity. If true, the sources array provides details about the blocklists where this IP was found, including the name, type, category, and a URL to the list. This helps users trace and verify the threat origins using reputable security sources.

Request

GET https://ismalicious.com/api/check?query=qouv.fr

Try this endpoint in your browser 🔗

Query Parameters

Parameter
Type
Description

query

string

The IP address / Domain name to check.

Description

Feature Description: IP and Domain Checking

The IP and Domain checking feature offers an advanced security layer for users aiming to proactively detect and mitigate potential threats. By leveraging a robust database of verified sources, this feature identifies malicious domains and IP addresses, ensuring businesses can address risks swiftly. Its real-time updates and comprehensive threat detection capabilities make it a pivotal tool for network security management, helping prevent data breaches and associated financial losses. Users can also perform targeted checks with specialized sub-endpoints, allowing for performance optimization and detailed threat analysis.

Why is this useful?

  • Enhances security by identifying malicious domains and IPs proactively.

  • Utilizes multiple verified sources for comprehensive threat detection.

  • Provides timely updates ensuring current threat protection.

  • Allows businesses to assess potential threats quickly and efficiently.

  • Facilitates informed decision-making regarding network security actions.

  • Minimizes risk of data breaches and financial loss.

  • Offers targeted sub-checks for detailed analysis, optimizing performance.

For performance reasons, you'll find separate endpoints for each sub-check you want to look for:

Last updated