atomic-threat-coverage/data_needed/DN_0011_7_windows_sysmon_image_loaded.yml
yugoslavskiy f278b6e4a0 - updated sysmon eid 1, 7, 17 and 18 (new fields)
- updated dn calculation to take enrichments to account
- updated dr class and template for both md and confluence to print enrichments (finally sigma has a rule with a link to our enrichment, I've submitted PR it a month ago)
- updated dr temlates for both md and confluence to be more verbose — if there is no info, we put some info messsage, not just empty field
2019-07-09 10:11:01 +03:00

68 lines
2.5 KiB
YAML

title: DN_0011_7_windows_sysmon_image_loaded
description: >
The image loaded event logs when a module is loaded in a specific process
loggingpolicy:
- LP_0006_windows_sysmon_image_loaded
references:
- https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=90007
- https://github.com/Cyb3rWard0g/OSSEM/blob/master/data_dictionaries/windows/sysmon/event-7.md
category: OS Logs
platform: Windows
type: Applications and Services Logs
channel: Microsoft-Windows-Sysmon/Operational
provider: Microsoft-Windows-Sysmon
fields:
- EventID
- Computer
- Hostname # redundant
- UtcTime
- ProcessGuid
- ProcessId
- Image
- ImageLoaded
- FileVersion
- Description
- Product
- Company
- OriginalFileName
- Hashes
- Signed
- Signature
- SignatureStatus
sample: |
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Sysmon" Guid="{5770385F-C22A-43E0-BF4C-06F5698FFBD9}" />
<EventID>7</EventID>
<Version>3</Version>
<Level>4</Level>
<Task>7</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2019-07-09T04:15:07.860831900Z" />
<EventRecordID>9146</EventRecordID>
<Correlation />
<Execution ProcessID="1540" ThreadID="3456" />
<Channel>Microsoft-Windows-Sysmon/Operational</Channel>
<Computer>atc-win-10</Computer>
<Security UserID="S-1-5-18" />
</System>
- <EventData>
<Data Name="RuleName" />
<Data Name="UtcTime">2019-07-09 04:13:59.602</Data>
<Data Name="ProcessGuid">{717CFEC0-1487-5D24-0000-00103F202900}</Data>
<Data Name="ProcessId">2352</Data>
<Data Name="Image">C:\Windows\System32\sihost.exe</Data>
<Data Name="ImageLoaded">C:\Windows\System32\msvcrt.dll</Data>
<Data Name="FileVersion">7.0.14393.0 (rs1_release.160715-1616)</Data>
<Data Name="Description">Windows NT CRT DLL</Data>
<Data Name="Product">Microsoft® Windows® Operating System</Data>
<Data Name="Company">Microsoft Corporation</Data>
<Data Name="OriginalFileName">msvcrt.dll</Data>
<Data Name="Hashes">MD5=94EF9321C287FC1B179419E662996A41,SHA256=555B434EC9E8628820905A8F1D7BC7F8EE99C6D44A01892ADD16E39E6B675A0D</Data>
<Data Name="Signed">true</Data>
<Data Name="Signature">Microsoft Windows</Data>
<Data Name="SignatureStatus">Valid</Data>
</EventData>
</Event>