misp-objects/objects/pe/definition.json

135 lines
3.7 KiB
JSON
Raw Normal View History

2017-03-09 14:14:36 +01:00
{
"attributes": {
"company-name": {
"description": "CompanyName in the resources",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2017-03-15 11:30:54 +01:00
},
"compilation-timestamp": {
"description": "Compilation timestamp defined in the PE header",
"misp-attribute": "datetime",
"ui-priority": 1
2017-07-03 12:17:46 +02:00
},
"entrypoint-address": {
"description": "Address of the entry point",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2017-07-03 12:17:46 +02:00
},
"entrypoint-section-at-position": {
"description": "Name of the section and position of the section in the PE",
2017-03-14 15:57:05 +01:00
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2017-07-03 12:17:46 +02:00
},
"file-description": {
"description": "FileDescription in the resources",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
2017-08-29 13:25:58 +02:00
"misp-attribute": "text",
"ui-priority": 0
2017-07-03 12:17:46 +02:00
},
"file-version": {
"description": "FileVersion in the resources",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"impfuzzy": {
"description": "Fuzzy Hash (ssdeep) calculated from the import table",
"misp-attribute": "impfuzzy",
"ui-priority": 0
2017-03-09 14:14:36 +01:00
},
2017-07-03 12:17:46 +02:00
"imphash": {
2017-08-29 13:25:58 +02:00
"description": "Hash (md5) calculated from the import table",
"misp-attribute": "imphash",
"ui-priority": 0
2017-03-09 14:14:36 +01:00
},
"internal-filename": {
"description": "InternalFilename in the resources",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "filename",
"ui-priority": 0
2017-03-09 14:14:36 +01:00
},
"lang-id": {
"description": "Lang ID in the resources",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2017-03-09 14:14:36 +01:00
},
"legal-copyright": {
"description": "LegalCopyright in the resources",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2017-03-09 14:14:36 +01:00
},
"number-sections": {
"description": "Number of sections",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 0
2017-03-09 14:14:36 +01:00
},
"original-filename": {
"description": "OriginalFilename in the resources",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "filename",
"ui-priority": 1
},
"pehash": {
"description": "Hash of the structural information about a sample. See https://www.usenix.org/legacy/event/leet09/tech/full_papers/wicherski/wicherski_html/",
"misp-attribute": "pehash",
"ui-priority": 0
2017-03-09 14:14:36 +01:00
},
"product-name": {
2017-08-29 13:25:58 +02:00
"description": "ProductName in the resources",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2017-03-09 14:14:36 +01:00
},
"product-version": {
2017-08-29 13:25:58 +02:00
"description": "ProductVersion in the resources",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
2017-03-12 23:06:39 +01:00
},
2020-08-20 10:39:49 +02:00
"richpe": {
"description": "RichPE metadata hash",
"misp-attribute": "md5",
2020-08-20 10:44:41 +02:00
"multiple": true,
2020-08-20 10:39:49 +02:00
"ui-priority": 0
},
"text": {
"description": "Free text value to attach to the PE",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "text",
"recommended": false,
"ui-priority": 1
2017-03-12 23:06:39 +01:00
},
"type": {
"description": "Type of PE",
2017-07-03 12:17:46 +02:00
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"exe",
"dll",
"driver",
"unknown"
],
"ui-priority": 1
2017-03-09 14:14:36 +01:00
}
},
2017-07-03 12:17:46 +02:00
"description": "Object describing a Portable Executable",
"meta-category": "file",
"name": "pe",
"requiredOneOf": [
"text",
"type",
"original-filename",
"internal-filename",
"entrypoint-address",
"imphash",
"impfuzzy"
],
2017-07-03 12:17:46 +02:00
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
2020-08-20 10:14:35 +02:00
"version": 6
}