MISP objects updated

pull/8/head
Alexandre Dulaunoy 2017-09-20 12:08:50 +02:00
parent 11a3a371e5
commit 467b73a3ab
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 604 additions and 268 deletions

View File

@ -5,7 +5,7 @@
% ipr= "trust200902" % ipr= "trust200902"
% area = "Security" % area = "Security"
% %
% date = 2017-09-04T00:00:00Z % date = 2017-09-20T00:00:00Z
% %
% [[author]] % [[author]]
% initials="A." % initials="A."
@ -651,39 +651,39 @@ A MISP document containing an Object **MUST** contain a name, a meta-category, a
~~~~~ ~~~~~
"Object": { "Object": {
"id": "588", "id": "588",
"name": "file", "name": "file",
"meta-category": "file", "meta-category": "file",
"description": "File object describing a file with meta-information", "description": "File object describing a file with meta-information",
"template_uuid": "688c46fb-5edb-40a3-8273-1af7923e2215", "template_uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
"template_version": "3", "template_version": "3",
"event_id": "56", "event_id": "56",
"uuid": "398b0094-0384-4c48-9bf0-22b3dff9c4d3", "uuid": "398b0094-0384-4c48-9bf0-22b3dff9c4d3",
"timestamp": "1505747965", "timestamp": "1505747965",
"distribution": "5", "distribution": "5",
"sharing_group_id": "0", "sharing_group_id": "0",
"comment": "", "comment": "",
"deleted": false, "deleted": false,
"ObjectReference": [], "ObjectReference": [],
"Attribute": [ "Attribute": [
"id": "7822", "id": "7822",
"type": "filename", "type": "filename",
"category": "Payload delivery", "category": "Payload delivery",
"to_ids": true, "to_ids": true,
"uuid": "59bfe3fb-bde0-4dfe-b5b1-2b10a07724d1", "uuid": "59bfe3fb-bde0-4dfe-b5b1-2b10a07724d1",
"event_id": "56", "event_id": "56",
"distribution": "0", "distribution": "0",
"timestamp": "1505747963", "timestamp": "1505747963",
"comment": "", "comment": "",
"sharing_group_id": "0", "sharing_group_id": "0",
"deleted": false, "deleted": false,
"disable_correlation": false, "disable_correlation": false,
"object_id": "588", "object_id": "588",
"object_relation": "filename", "object_relation": "filename",
"value": "StarCraft.exe", "value": "StarCraft.exe",
"ShadowAttribute": [] "ShadowAttribute": []
] ]
} }
~~~~~ ~~~~~
### Object Attributes ### Object Attributes

File diff suppressed because it is too large Load Diff