Skip to content

Instantly share code, notes, and snippets.

@ikiril01
Last active June 6, 2016 18:38
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 ikiril01/153c4ea6ca02b8ce1dd87d786ffcfab6 to your computer and use it in GitHub Desktop.
Save ikiril01/153c4ea6ca02b8ce1dd87d786ffcfab6 to your computer and use it in GitHub Desktop.
CybOX Relationships (as reference) - Metadata
{
"type": "package",
"spec_version": "stix-2.0",
"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",
"cybox": {
"objects": [
{
"type": "url-object",
"id": "url-object--1",
"spec_version": "cybox-3.0",
"value": "http://foo.bar.com/qwerty",
"redirects_to_ref": {"object_ref":"url-object--2",
"http_redirect_code":"301"}
},
{
"type": "url-object",
"id": "url-object--2",
"spec_version": "cybox-3.0",
"value": "http://bar.foo.com/dvorak"
}
]
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment