Last active
June 6, 2016 18:38
-
-
Save ikiril01/153c4ea6ca02b8ce1dd87d786ffcfab6 to your computer and use it in GitHub Desktop.
CybOX Relationships (as reference) - Metadata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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