😈
isMalicious
  • 👋Welcome!
  • 📂Getting Started
  • Technical Docs
    • 📂API Reference
      • ✅Check ressource
        • Reputation
        • Vulnerabilities
        • Geolocation
        • Whois
      • 🔎Search resource
      • 📬Submit source
Powered by GitBook
On this page
  1. Technical Docs
  2. API Reference
  3. Check ressource

Reputation

PreviousCheck ressourceNextVulnerabilities

Last updated 5 months ago

Check IP/Domain Reputation

The response returns a JSON object indicating the reputation status of the queried IP address or domain. It includes a list of sources that verified the domain as malicious, the domain type, its value, overall reputation results, and a flag indicating if the domain is considered malicious.

Request

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

Try this endpoint in your 🔗

Query Parameters

Parameter
Type
Description

query

string

The IP address / Domain name to check.

Response

{
    "sources": [
        {
            "status": "verified",
            "name": "Dl Red Flag Domains - Red.flag.domains.txt",
            "type": "domain",
            "url": "https://dl.red.flag.domains/red.flag.domains.txt"
        },
        {
            "category": "phishing",
            "status": "verified",
            "name": "Duggytuxy - Phishing Scam Domains.txt",
            "type": "domain",
            "url": "https://raw.githubusercontent.com/duggytuxy/phishing_scam_domains/main/phishing_scam_domains.txt"
        },
        {
            "status": "verified",
            "name": "Romain Marcoux - Full Domains Aa.txt",
            "type": "domain",
            "category": "malware",
            "url": "https://raw.githubusercontent.com/romainmarcoux/malicious-domains/main/full-domains-aa.txt"
        },
        {
            "status": "verified",
            "name": "Hyder365 - Combined.txt",
            "type": "domain",
            "category": "phishing",
            "url": "https://raw.githubusercontent.com/hyder365/combined-dns-list/master/combined.txt"
        },
        {
            "category": "phishing",
            "status": "verified",
            "name": "Hectorm - Hmirror - Someonewhocares.org",
            "type": "domain",
            "url": "https://raw.githubusercontent.com/hectorm/hmirror/master/data/someonewhocares.org/list.txt"
        },
        {
            "category": "phishing",
            "status": "verified",
            "name": "Someonewhocares Org - Hosts",
            "type": "domain",
            "url": "https://someonewhocares.org/hosts/hosts"
        },
        {
            "category": "malware",
            "status": "verified",
            "name": "V Firebog Net - Prigent Malware.txt",
            "type": "domain",
            "url": "https://v.firebog.net/hosts/Prigent-Malware.txt"
        }
    ],
    "type": "DOMAIN",
    "value": "qouv.fr",
    "malicious": true,
    "reputation": {
        "malicious": 7,
        "harmless": 0,
        "suspicious": 0,
        "undetected": 573,
        "timeout": 0
    }
}

Description

This feature allows users to check the reputation of IP addresses or domain names quickly and effectively. By querying multiple verified sources, it provides comprehensive insight into whether a domain is considered malicious. The system identifies threats related to phishing and malware, offering an enhanced level of threat detection and protection. This multi-source approach ensures more accurate results and reduces the chances of false positives, helping users make informed decisions about potential security threats.

Why is this useful?

  • Protects against cyber threats like phishing and malware.

  • Identifies potentially harmful websites.

  • Prevents unauthorized access to sensitive data.

  • Ensures safe browsing for employees.

  • Enhances overall cybersecurity measures.

  • Minimizes downtime caused by cyber attacks.

  • Safeguards business reputation by maintaining network security.

More:

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

📂
✅
browser
Vulnerabilities
Geolocation
Whois