We are excited to announce the launch of FraudGuard.io’s latest API feature: the IP Address Lookup API v3 by threat type. This powerful new API provides customers with comprehensive information about IP addresses, including valuable insights into their reputation collected by our advanced attack correlation engine.

Our IP Address Lookup API delivers detailed data about any given IP address, empowering our customers to make informed decisions and enhance their cybersecurity defenses. Let’s explore some key features of this new API:

Detailed IP Address Information:

With the IP Address Lookup API, customers gain access to a wealth of information about IP addresses, including:

Geographical Data: Country, state/province, city, and postal code.

Geolocation: Latitude and longitude coordinates.

Network Information: Connection type, ASN (Autonomous System Number), ISP (Internet Service Provider), and organization.

Reputation Tracking:

One of the standout features of our IP Address Lookup API is its ability to provide reputation tracking for IP addresses. Our attack correlation engine continuously monitors and analyzes IP addresses for suspicious activities, categorizing them based on various threat classifications. Customers can access the following reputation data:

Anonymous Tracker: Indicating whether the IP address is associated with anonymous activities.

Botnet Tracker: Identifying if the IP address is part of a botnet network.

Honeypot Tracker: Tracking if the IP address has triggered honeypot interactions.

Abuse Tracker: Highlighting any instances of abusive behavior associated with the IP address.

Spam Tracker: Notifying if the IP address has been involved in spamming activities.

Each reputation tracker includes information about whether the IP address is listed and the date of discovery, providing customers with up-to-date insights into potential threats.

Sample Output:

Here’s a sample output of the IP Address Lookup API:

{
    "isocode": "CZ",
    "country": "Czechia",
    "state_code": "641",
    "state": "Blansko District",
    "city": "Letovice",
    "postal_code": "679 61",
    "latitude": 49.5526,
    "longitude": 16.5873,
    "timezone": "Europe/Prague",
    "connection_type": "Cable/DSL",
    "asn": 15425,
    "asn_organization": "PODA a.s.",
    "isp": "PODA a.s.",
    "organization": "PODA a.s.",
    "anonymous_tracker": {
        "listed": false,
        "discover_date": "2024-04-23 02:23:50"
    },
    "botnet_tracker": {
        "listed": false,
        "discover_date": "2024-04-23 02:23:50"
    },
    "honeypot_tracker": {
        "listed": false,
        "discover_date": "2024-04-23 02:23:50"
    },
    "abuse_tracker": {
        "listed": false,
        "discover_date": "2024-04-23 02:23:50"
    },
    "spam_tracker": {
        "listed": false,
        "discover_date": "2024-04-23 02:23:50"
    }
}