Skip to content

Instantly share code, notes, and snippets.

@ikiril01
Last active July 13, 2016 17:15
Show Gist options
  • Save ikiril01/9e4420ce3240d8e868039fd8bd377dd0 to your computer and use it in GitHub Desktop.
Save ikiril01/9e4420ce3240d8e868039fd8bd377dd0 to your computer and use it in GitHub Desktop.
CybOX Relationships (as reference) - Domain Redirection/Resolution
{
"type": "package",
"spec_version": "stix-2.0",
"observed_data": [{
"type": "observation",
"id": "observation--4",
"spec_version": "stix-2.0",
"created_at": "2016-03-21T01:01:01Z",
"observed_at": "2016-03-21T01:01:01Z",
"cybox": {
"objects": {
"0" :{
"type": "domain-name-object",
"spec_version": "cybox-3.0",
"value": "http://foo.bar.com",
"resolves_to_ref": "2",
"redirects_to_ref": "1"
},
"1": {
"type": "domain-name-object",
"spec_version": "cybox-3.0",
"value": "http://bar.foo.com"
},
"2": {
"type": "ipv4-addr-object",
"spec_version": "cybox-3.0",
"value": "1.2.3.4"
}
}
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment