From 8f20920bb0ca1f1343d5f54ebdf5ddf5138a6e3d Mon Sep 17 00:00:00 2001 From: divious1 Date: Tue, 5 Jan 2021 09:38:59 -0500 Subject: [PATCH] minor typo on how to implement --- .../endpoint/sunburst_correlation_dll_and_network_event.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detections/endpoint/sunburst_correlation_dll_and_network_event.yml b/detections/endpoint/sunburst_correlation_dll_and_network_event.yml index 18976e589d..f02513eaf0 100644 --- a/detections/endpoint/sunburst_correlation_dll_and_network_event.yml +++ b/detections/endpoint/sunburst_correlation_dll_and_network_event.yml @@ -5,7 +5,7 @@ date: '2020-12-14' description: 'The malware sunburst will load the malicious dll by SolarWinds.BusinessLayerHost.exe. After a period of 12-14 days, the malware will attempt to resolve a subdomain of avsvmcloud.com. This detections will correlate both events.' -how_to_implement: This detection relies on sysmon logs with the Event ID 6, Driver loaded. Please tune your sysmon +how_to_implement: This detection relies on sysmon logs with the Event ID 7, Driver loaded. Please tune your sysmon config that you DriverLoad event for SolarWinds.Orion.Core.BusinessLayer.dll is captured by Sysmon. Additionally, you need sysmon logs for Event ID 22, DNS Query. We suggest to run this detection at least once a day over the last 14 days. type: ESCU