Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcran/2aa97a86d7c938be9885ca36dbc2c7f9 to your computer and use it in GitHub Desktop.
Save jcran/2aa97a86d7c938be9885ca36dbc2c7f9 to your computer and use it in GitHub Desktop.
example of a result returned from intrigue.io collection results (hosts) endpoint
{
"success": true,
"message": "success",
"result": {
"104.18.210.56": {
"resolutions": [],
"first_seen": "2020-02-12 08:11:22 UTC",
"last_seen": "2020-04-04 03:04:51 UTC",
"net_name": "CLOUDFLARENET, US",
"geolocation": {
"continent": "North America",
"country": "United States",
"country_code": "US",
"continent_code": "NA"
},
"ports": [
{
"number": "0.8443e4",
"protocol": "tcp"
}
],
"os": "",
"scoped": true,
"hidden": false
},
"104.18.210.56": {
"resolutions": [],
"first_seen": "2020-01-12 08:11:22 UTC",
"last_seen": "2020-04-04 03:04:51 UTC",
"net_name": "AMAZON, US",
"geolocation": {
"continent": "North America",
"country": "United States",
"country_code": "US",
"continent_code": "NA"
},
"ports": [],
"os": "Linux 2.4.18 - 2.4.22",
"scoped": true,
"hidden": false
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment