DLL fields
Elastic Stack Serverless
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 WindowsShared Object (
.so
) commonly used on Unix-like operating systemsDynamic library (
.dylib
) commonly used on macOS
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.origin_referrer_url | This field is beta and subject to change. The URL of the webpage that linked to the dll file. type: keyword example: http://example.com/article1.html |
extended |
dll.origin_url | This field is beta and subject to change. The URL where the dll file is hosted. type: keyword example: http://example.com/files/example.dll |
extended |
dll.path | Full file path of the library. type: keyword example: C:\Windows\System32\kernel32.dll |
extended |
Location | Field Set | Description |
---|---|---|
dll.code_signature.* |
code_signature | These fields contain information about binary code signatures. |
dll.hash.* |
hash | Hashes, usually file hashes. |
dll.pe.* |
pe | These fields contain Windows Portable Executable (PE) metadata. |