DLL Fieldsedit

These fields contain information about code libraries dynamically loaded into processes.

Many operating systems refer to "shared code libraries" with different names, but this field set refers to all of the following:

  • Dynamic-link library (.dll) commonly used on Windows
  • Shared Object (.so) commonly used on Unix-like operating systems
  • Dynamic library (.dylib) commonly used on macOS

DLL Field Detailsedit

Field Description Level

dll.name

Name of the library.

This generally maps to the name of the file on disk.

type: keyword

example: kernel32.dll

core

dll.path

Full file path of the library.

type: keyword

example: C:\Windows\System32\kernel32.dll

extended

Field Reuseedit

Field sets that can be nested under DLLedit
Field Set Location Description

code_signature

dll.code_signature.*

These fields contain information about binary code signatures.

hash

dll.hash.*

Hashes, usually file hashes.

pe

dll.pe.*

These fields contain Windows Portable Executable (PE) metadata.