Overview
API Concepts Manage API Key
Internet Data
DNSIQ® WHOISIQ™ SSL Certificates Blacklist Lookup Host Attributes
Attack Analytics
Newly Observed Domains Newly Observed Hosts Malware Phishing Scam Content
Digital Footprint
Global Inventory API Global Inventory Schema Risk Metric Schema Workspace Management API
Coming Soon
Enrich
PassiveTotal
Getting Started Actions Artifact Articles Attack Surface Intelligence Intel Profiles Data Card Enrichment Services Monitor Project SSL Certificates Tag Artifact Trackers Host Attributes Cookies Components Passive DNS Whois Bulk Enrichment Reputation Vulnerability Intelligence
RiskIQ.com

Reputation

Get reputation from a given domain, host or IP.

 

What It Looks Like

Get Reputation

Curl Example

curl -u $USERNAME:$KEY 'https://api.riskiq.net/pt/v2/reputation?query=2020-windows.com'

Sample Response


{
    "score": 100,
    "classification": "MALICIOUS",
    "rules": [
        {
            "name": "RiskIQ Intel Article",
            "description": "Current Events to Widespread Campaigns: Pivoting from Samples to Identify Activity",
            "severity": 5,
            "link": "https://community.riskiq.com/article/caa35d15"
        },
        {
            "name": "Registrant email provider",
            "description": "Domain is registered with an email provider that is more likely to register malicious domains",
            "severity": 3,
            "link": null
        },
        {
            "name": "Registrar",
            "description": "Domains registered with this registrar are more likely to be malicious",
            "severity": 3,
            "link": null
        }
    ]
}