Last active
April 4, 2016 17:58
-
-
Save ikiril01/0db2a1651dc7a4e77c4d5512f79e803f to your computer and use it in GitHub Desktop.
Malware Characterization w/ MAEC - TLO
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", | |
"objects": [ | |
{ | |
"id": "object--1", | |
"type": "file-object", | |
"hashes": {"md5": "C37D819D0C4C16865E9519478897D5D4"} | |
}, | |
{ | |
"id": "object--2", | |
"type": "file-object", | |
"hashes": {"md5": "B4D33B0C7306351B9ED96578465C5579"} | |
} | |
], | |
"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" | |
}], | |
"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