Skip to content

Commit

Permalink
add: [pe] Added some PE fields as available with lief API
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Apr 2, 2024
1 parent 1118a04 commit ad952be
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion objects/pe/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"misp-attribute": "authentihash",
"ui-priority": 1
},
"characteristics": {
"description": "The characteristics that indicate the attributes of the file",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
},
"company-name": {
"description": "CompanyName in the resources",
"disable_correlation": true,
Expand Down Expand Up @@ -68,6 +74,18 @@
"misp-attribute": "text",
"ui-priority": 0
},
"machine-type": {
"description": "Type of machine",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
},
"number-of-symbols": {
"description": "Number of entries in the symbol table",
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 0
},
"number-sections": {
"description": "Number of sections",
"disable_correlation": true,
Expand All @@ -85,6 +103,12 @@
"misp-attribute": "pehash",
"ui-priority": 0
},
"pointer-to-symbol-table": {
"description": "The file offset of the COFF symbol table.",
"disable_correlation": true,
"misp-attribute": "hex",
"ui-priority": 0
},
"product-name": {
"description": "ProductName in the resources",
"disable_correlation": true,
Expand All @@ -103,6 +127,12 @@
"multiple": true,
"ui-priority": 0
},
"size-of-optional-header": {
"description": "Size of the optional header and the data directories which follow this header",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"text": {
"description": "Free text value to attach to the PE",
"disable_correlation": true,
Expand Down Expand Up @@ -136,5 +166,5 @@
"impfuzzy"
],
"uuid": "cf7adecc-d4f0-4e88-9d90-f978ee151a07",
"version": 7
"version": 8
}

0 comments on commit ad952be

Please sign in to comment.