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/0a7384c7afc35eb98ca8e04230a89937 to your computer and use it in GitHub Desktop.
Save jcran/0a7384c7afc35eb98ca8e04230a89937 to your computer and use it in GitHub Desktop.
example result from intrigue.io collection results api - recent entities
{
"success": true,
"message": "success",
"result": [
{
"name": "104.18.167.96:2087",
"type": "Intrigue::Entity::NetworkService",
"first_seen": "2020-04-06 21:51:00 UTC",
"last_seen": "2020-04-06 21:51:00 UTC",
"hidden": false,
"scoped": true,
"alias_group": "0.111763e6"
},
{
"name": "ssl891693.cloudflaressl.com (247955920622010075277950185382081783190)",
"type": "Intrigue::Entity::SslCertificate",
"first_seen": "2020-04-06 21:51:00 UTC",
"last_seen": "2020-04-06 21:51:00 UTC",
"hidden": false,
"scoped": true,
"alias_group": "0.111806e6"
},
{
"name": "http://104.26.12.18:8880",
"type": "Intrigue::Entity::Uri",
"first_seen": "2020-04-06 21:51:00 UTC",
"last_seen": "2020-04-06 21:51:00 UTC",
"hidden": false,
"scoped": true,
"alias_group": "0.111817e6"
},
{
"name": "https://xzs7juqd8mfs.wpeproxy.com:443",
"type": "Intrigue::Entity::Uri",
"first_seen": "2020-04-06 21:51:00 UTC",
"last_seen": "2020-04-06 21:51:00 UTC",
"hidden": false,
"scoped": true,
"alias_group": "0.111781e6"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment