Skip to content

Instantly share code, notes, and snippets.

@ikiril01
Created April 5, 2016 16:57
Show Gist options
  • Save ikiril01/98577386dc1ea670b3f9aef07a14ccb4 to your computer and use it in GitHub Desktop.
Save ikiril01/98577386dc1ea670b3f9aef07a14ccb4 to your computer and use it in GitHub Desktop.
Domain -> IP Address Resolution Characterization (embedded) - TLO
{
"type": "package",
"spec_version": "stix-2.0",
"objects": [
{
"type": "domain-name-object",
"id": "domain-name--1",
"spec_version": "cybox-3.0",
"value":"http://foo.bar.com",
"resolved_to":{"type":"ipv4-addr-object",
"value": "1.2.3.4"}
},
],
"observations": [
{
"type": "observation",
"id": "observation--4",
"spec_version": "stix-2.0",
"created_at": "2016-03-21T01:01:01Z",
"observed_at": "2016-03-21T01:01:01Z",
"object_ref" : "domain-name--1"
}
]
}
@packet-rat
Copy link

Ivan, great work. How would a Fast Flux DNS characterization/representation look in your different options?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment