Skip to content

Instantly share code, notes, and snippets.

@ghoeffner
Last active March 12, 2018 21:50
Show Gist options
  • Save ghoeffner/ad79e3c86c1a4e52009900a47a69dde9 to your computer and use it in GitHub Desktop.
Save ghoeffner/ad79e3c86c1a4e52009900a47a69dde9 to your computer and use it in GitHub Desktop.
curl -s --header "APIKEY: $ST_API" 'https://api.securitytrails.com/v1/history/uber.com/dns/a?page=2' | jq -C
{
"type": "a/ipv4",
"records": [
{
"values": [
{
"ip_count": 1,
"ip": "69.174.241.122"
}
],
"organizations": [
"Peer 1 Network (USA) Inc."
],
"last_seen": "2011-03-25",
"first_seen": "2011-01-07"
},
{
"snipped": "-------------"
},
{
"values": [
{
"ip_count": 3,
"ip": "69.65.119.245"
}
],
"organizations": [
"Virtacore Systems Inc"
],
"last_seen": "2008-10-21",
"first_seen": "2008-09-01"
}
],
"pages": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment