Image Loading ============= Sysmon will log **EventID 7** for the loading of images (Components like DLL, OCX..) by a given process. This filter can cause high CPU usage if filtering is to open on desktop or terminal systems with lots of process starting and stopping, because of this event is best targeted by monitoring for specific libraries or combinations used by attackers. The event fields are: * **RuleName**: Name of rule that triggered the event. * **UtcTime**: Time in UTC when event was created * **ProcessGuid**: Process Guid of the process that loaded the image * **ProcessId**: Process ID used by the OS to identify the process that loaded the image * **Image**: File path of the process that loaded the image * **ImageLoaded**: Path of the image loaded * **FileVersion**: Version of the image loaded * **Description**: Description of the image loaded * **Product**: Product name the image loaded belongs to * **Company**: Company name the image loaded belongs to * **OriginalFileName**: OriginalFileName from the PE header, added on compilation * **Hashes**: Full hash of the file with the algorithms in the HashType field * **Signed**: State whether the image loaded is signed * **Signature**: The signer name * **SignatureStatus**: status of the signature Example of libraries leveraged by attackers ```xml jscript9.dll mshta.exe wshom.ocx scrrun.dll vbscript.dll System.Management.Automation.ni.dll System.Management.Automation.dll scrobj.dll ```