Get a domain reputation score
GET https://api.threatintelligenceplatform.com/v2/reputation?domainName=threatintelligenceplatform.com
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
domainName | string | The target domain name or IPv4 address. | |
mode | null | TIP can check the domain specified in two modes: "fast" (default): only select test codes will run — i.e., 62 WHOIS Domain status, 82 Malware Databases check, 87 SSL certificate validity, and 93 WHOIS Domain check—while other tests and data collectors will be disabled. "full": All tests will be performed, similar to what the TIP GUI displays. |
RESPONSES
status: OK
{"mode":"full","reputationScore":74.13,"testResults":[{"test":"SOA record configuration check","testCode":84,"warnings":[{"warningDescription":"Although the serial number is valid, it's not following the general convention: 2292107415","warningCode":1018},{"warningDescription":"The expire interval is 604800. Recommended range is [1209600 .. 2419200]","warningCode":1019}]},{"test":"Mail servers configuration check","testCode":80,"warnings":[{"warningDescription":"The following mail servers use the same IPv6 address: 2404:6800:4008:c15::1b - aspmx2.googlemail.com, alt1.aspmx.l.google.com","warningCode":5020},{"warningDescription":"The top priority mail server is ASPMX.L.GOOGLE.com, but TTL is not equal to the recommended value (86400)","warningCode":5018}]},{"test":"Real-time blackhole check","testCode":32,"warnings":[{"warningDescription":"Mail server aspmx2.googlemail.com listed on cbl.abuseat.org, zen.spamhaus.org","warningCode":5001},{"warningDescription":"Mail server aspmx3.googlemail.com listed on cbl.abuseat.org, sbl.spamhaus.org, zen.spamhaus.org","warningCode":5001},{"warningDescription":"Mail server aspmx.l.google.com listed on sbl.spamhaus.org","warningCode":5001},{"warningDescription":"Mail server alt1.aspmx.l.google.com listed on sbl.spamhaus.org","warningCode":5001}]},{"test":"SSL vulnerabilities","testCode":88,"warnings":[{"warningDescription":"HTTP Strict Transport Security not set","warningCode":6015},{"warningDescription":"TLSA record not configured or configured wrong","warningCode":6019},{"warningDescription":"OCSP stapling not configured","warningCode":6006}]}]}