Skip to content

Instantly share code, notes, and snippets.

@ikiril01
ikiril01 / example.json
Created April 4, 2016 19:43
Recursive Archive File Characterization - Container
{
"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",
"objects": [
@ikiril01
ikiril01 / example.json
Created April 4, 2016 18:53
Domain -> IP Address Resolution Characterization - Container
{
"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",
"objects": [
@ikiril01
ikiril01 / example.json
Last active April 5, 2016 16:54
Domain -> IP Address Resolution Characterization - TLO
{
"type": "package",
"spec_version": "stix-2.0",
"objects": [
{
"type": "domain-name-object",
"id": "domain-name--1",
"spec_version": "cybox-3.0",
"value":"http://foo.bar.com"
},
@ikiril01
ikiril01 / example.json
Created April 4, 2016 18:09
Malware Characterization w/ MAEC + Observation - Container
{
"type": "package",
"spec_version": "stix-2.0",
"observations": [{
"type": "observation",
"id": "observation--1",
"spec_version": "stix-2.0",
"created_at": "2016-03-21T01:01:01Z",
"observed_at": "2016-03-21T01:01:01Z",
"objects": [{
@ikiril01
ikiril01 / example.json
Created April 4, 2016 18:04
Malware Characterization w/ MAEC + Observations - TLO
{
"type": "package",
"spec_version": "stix-2.0",
"objects": [
{
"id": "object--1",
"type": "file-object",
"hashes": {"md5": "C37D819D0C4C16865E9519478897D5D4"}
},
{
@ikiril01
ikiril01 / example.json
Last active April 4, 2016 17:57
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",
@ikiril01
ikiril01 / example.json
Last active April 4, 2016 17:58
Malware Characterization w/ MAEC - TLO
{
"type": "package",
"spec_version": "stix-2.0",
"objects": [
{
"id": "object--1",
"type": "file-object",
"hashes": {"md5": "C37D819D0C4C16865E9519478897D5D4"}
},
{
@ikiril01
ikiril01 / example.json
Created April 4, 2016 16:38
Network Connection w/ AS - Container
{
"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",
"objects": [
@ikiril01
ikiril01 / example.json
Last active April 5, 2016 15:56
Network Connection w/ AS - TLO
{
"type": "package",
"spec_version": "stix-2.0",
"objects": [
{
"type": "network-connection",
"id": "network-connection--1",
"spec_version": "cybox-3.0"
},
{
@ikiril01
ikiril01 / cybox_hierarchy.json
Last active January 20, 2016 16:09
CybOX Visualization Test
{
"name": "CybOX 3.0",
"children": [
{"name":"Core Components",
"children": [{"name":"CybOX Core", "size": 5234},
{"name":"CybOX Common", "size":3434},
{"name":"CybOX Vocabularies", "size":2343}]
},
{
"name": "Objects",