Skip to content

Instantly share code, notes, and snippets.

@ikiril01
Created November 15, 2016 16:12
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/cff702e920d3c514b914d67a939838bc to your computer and use it in GitHub Desktop.
Save ikiril01/cff702e920d3c514b914d67a939838bc to your computer and use it in GitHub Desktop.
Cyber Observable Object w/ Custom Property and Extension
{"0": {
"type": "file",
"hashes": {"MD5": "3773a88f65a5e780c8dff9cdc3a056f3"},
"size": 25537,
"x_foobar": "this is a custom property value",
"extended_properties": {
"ntfs-ext": {"sid": "1234567"},
"x-custom-ext": {
"foo": 456,
"bar": "test"
}
}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment