ECS::LogEntry::Dll::Pe
Inherits JSON::Serializable < Struct < Value < Object
Constructors
Instance methods
dll.pe.architecture
CPU architecture target for the file.
Level: Extended Type: Keyword Example:
x64
dll.pe.architecture
CPU architecture target for the file.
Level: Extended Type: Keyword Example:
x64
dll.pe.company
Internal company name of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
Microsoft Corporation
dll.pe.company
Internal company name of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
Microsoft Corporation
dll.pe.description
Internal description of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
Paint
dll.pe.description
Internal description of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
Paint
dll.pe.file_version
Internal version of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
6.3.9600.17415
dll.pe.file_version
Internal version of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
6.3.9600.17415
dll.pe.imphash
A hash of the imports in a PE file. An imphash -- or import hash -- can be used to fingerprint binaries even after recompilation or other code-level transformations have occurred, which would change more traditional hash values.
Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.
Level: Extended Type: Keyword Example:
0c6803c4e922103c4dca5963aad36ddf
dll.pe.imphash
A hash of the imports in a PE file. An imphash -- or import hash -- can be used to fingerprint binaries even after recompilation or other code-level transformations have occurred, which would change more traditional hash values.
Learn more at https://www.fireeye.com/blog/threat-research/2014/01/tracking-malware-import-hashing.html.
Level: Extended Type: Keyword Example:
0c6803c4e922103c4dca5963aad36ddf
dll.pe.original_file_name
Internal name of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
MSPAINT.EXE
dll.pe.original_file_name
Internal name of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
MSPAINT.EXE
dll.pe.product
Internal product name of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
Microsoft® Windows® Operating System
dll.pe.product
Internal product name of the file, provided at compile-time.
Level: Extended Type: Keyword Example:
Microsoft® Windows® Operating System