Skip to content

Instantly share code, notes, and snippets.

@ikiril01
Last active April 4, 2016 17:57
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/e05f729152c6db0d65d3c2e1c4b7d943 to your computer and use it in GitHub Desktop.
Save ikiril01/e05f729152c6db0d65d3c2e1c4b7d943 to your computer and use it in GitHub Desktop.
Malware Characterization w/ MAEC - Container
{
"type": "package",
"spec_version": "stix-2.0",
"ttps": [{
"id": "malware--1",
"type": "malware",
"maec": {
"spec_version": "maec-5.0",
"malware_subjects": [{
"id": "subject--1",
"type": "malware-subject",
"instance_object_ref": "object--1"
}],
"objects": [
{
"id": "object--1",
"type": "file-object",
"hashes": {"md5": "C37D819D0C4C16865E9519478897D5D4"}
},
{
"id": "object--2",
"type": "file-object",
"hashes": {"md5": "B4D33B0C7306351B9ED96578465C5579"}
}
],
"actions": [{
"id": "action--1",
"type": "malware-action",
"name": "create file",
"associated_objects": [{
"object_ref": "object--2",
"assocation_type": "output"
}]
}]
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment