Module

module

The Module object describes the load attributes of a module.

Attributes

CaptionNameTypeDescription
Base Addressbase_addressStringThe memory address where the module was loaded.
FilefileFile[]Entity:FILE

The module file object.
Function Namefunction_nameStringThe entry-point function of the module. The system calls the entry-point function whenever a process or thread loads or unloads the module.
Load Typeload_typeStringThe load type, normalized to the caption of the load_type_id value. In the case of 'Other', it is defined by the event source.
Load Type IDload_type_idIntegerThe normalized identifier for how the module was loaded in memory.
  • 1: Standard (STANDARD)
  • 2: Non Standard (NON_STANDARD)
  • 3: ShellCode (SHELLCODE)
  • 4: Mapped (MAPPED)
  • 5: NonStandard Backed (NONSTANDARD_BACKED)
  • 0: Unknown (UNKNOWN)
  • 99: Other (OTHER)
Raw Dataraw_dataJSONGroup:context

The event data as received from the event source.
Record IDrecord_idStringGroup:primary

Unique identifier for the object
Start Addressstart_addressStringThe start address of the execution.
TypetypeStringThe module type.
UnmappedunmappedUnmapped[]Data from the source that was not mapped into the schema.

Relationships

Module shown in context

Inbound Relationships

These objects and events reference Module in their attributes:

Outbound Relationships

Module references the following objects and events in its attributes:

This page describes qdm-1.5.1+ocsf-1.6.0


Did this page help you?