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

Data Card

These endpoints will allow you to check all information about Data Cards.

 

What It Looks Like

Get Summary Data Card

Retrieves a summary data card associated to the given query.

Curl Example

curl -u $USERNAME:$KEY 'https://api.riskiq.net/pt/v2/cards/summary?query=passivetotal.org'

Response (Domain/Host Example)

{
    "type": "Domain",
    "name": "passivetotal.org",
    "link": "https://community.riskiq.com/search/passivetotal.org",
    "netblock": "107.154.108.0/24",
    "os": "Windows",
    "asn": "Google - 12345",
    "hosting_provider": "Google Cloud",
    "data_summary": {
        "resolutions": {
            "count": 48,
            "link": "https://community.riskiq.com/search/passivetotal.org/resolutions"
        },
        "certificates": {
            "count": 100,
            "link": "https://community.riskiq.com/search/passivetotal.org/certificates"
        },
        "hashes": {
            "count": 1,
            "link": "https://community.riskiq.com/search/passivetotal.org/hashes"
        },
        "projects": {
            "count": 32,
            "link": "https://community.riskiq.com/search/passivetotal.org/projects"
        },
        "articles": {
            "count": 2,
            "link": "https://community.riskiq.com/research?query=passivetotal.org"
        },
        "trackers": {
            "count": 71,
            "link": "https://community.riskiq.com/search/passivetotal.org/trackers"
        },
        "components": {
            "count": 625,
            "link": "https://community.riskiq.com/search/passivetotal.org/components"
        },
        "host_pairs": {
            "count": 530,
            "link": "https://community.riskiq.com/search/passivetotal.org/hostpairs"
        },
        "cookies": {
            "count": 1110,
            "link": "https://community.riskiq.com/search/passivetotal.org/cookies"
        }
    }
}
		

Response (IP Example)

{
    "type": "IP Address",
    "name": "104.18.64.82",
    "link": "https://community.riskiq.com/search/104.18.64.82",
    "netblock": "104.18.64.0/20",
    "os": "Windows",
    "organization": "Cloudflare, Inc.",
    "asn": "Google - 12345",
    "hosting_provider": "Google Cloud",
    "data_summary": {
        "resolutions": {
            "count": 21,
            "link": "https://community.riskiq.com/search/104.18.64.82/resolutions"
        },
        "services": {
            "count": 10,
            "link": "https://community.riskiq.com/search/104.18.64.82/services"
        },
        "certificates": {
            "count": 16,
            "link": "https://community.riskiq.com/search/104.18.64.82/certificates"
        },
        "hashes": {
            "count": 40,
            "link": "https://community.riskiq.com/search/104.18.64.82/hashes"
        },
        "projects": {
            "count": 0,
            "link": "https://community.riskiq.com/search/104.18.64.82/projects"
        },
        "articles": {
            "count": 7,
            "link": "https://community.riskiq.com/research?query=104.18.64.82"
        },
        "trackers": {
            "count": 138,
            "link": "https://community.riskiq.com/search/104.18.64.82/trackers"
        },
        "components": {
            "count": 286,
            "link": "https://community.riskiq.com/search/104.18.64.82/components"
        },
        "host_pairs": {
            "count": 0,
            "link": "https://community.riskiq.com/search/104.18.64.82/hostpairs"
        },
        "reverse_dns": {
            "count": 0,
            "link": "https://community.riskiq.com/search/104.18.64.82/dns"
        },
        "cookies": {
            "count": 3812,
            "link": "https://community.riskiq.com/search/104.18.64.82/cookies"
        }
    }
}