Document toolboxDocument toolbox

InfoRanks API

InfoRanks

The InfoRank worker returns the ranking of a host indicator in the Infoblox curated InfoRank list. The InfoRank list provides the most popular second-level domains (SLDs) updated each day from an aggregated dataset based on DNS records from various data sources. The process to determine the rank for each domain uses count information in combination with statistical inference techniques to accurately estimate the SLDs’ true ranks over time. The api reports top and bottom bracket of where this indicator historically will fall. For example, cbsnews.com will normally fall between 687 and 813. If a site suddenly became number 100 and its normally 10,000, then this should be considered an anomaly and investigated further.


Data Structure:


{
"domain": string,
"interval": string,
"rank": integer
}


Example:

Given an indicator of “google.com”, InfoRank will return the following:

{
"domain": "google.com",
"interval": "[39, 40]", 
"rank": 39
}