Last active
April 4, 2016 17:57
-
-
Save ikiril01/e05f729152c6db0d65d3c2e1c4b7d943 to your computer and use it in GitHub Desktop.
Malware Characterization w/ MAEC - Container
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", | |
"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