From 332f7d27da3d665ff33578775b2bec7bbb65a589 Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Tue, 22 Aug 2017 10:02:54 +0200 Subject: [PATCH] Win WMI Persistence http://blog.trendmicro.com/trendlabs-security-intelligence/cryptocurrency-miner-uses-wmi-eternalblue-spread-filelessly/ https://twitter.com/mattifestation/status/899646620148539397 --- rules/windows/other/win_wmi_persistence.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 rules/windows/other/win_wmi_persistence.yml diff --git a/rules/windows/other/win_wmi_persistence.yml b/rules/windows/other/win_wmi_persistence.yml new file mode 100644 index 000000000..a86f812b7 --- /dev/null +++ b/rules/windows/other/win_wmi_persistence.yml @@ -0,0 +1,19 @@ +title: WMI Persistence +status: experimental +description: Detects suspicious WMI event filter and command line event consumer based on event id 5861 (Windows 10) +author: Florian Roth +reference: https://twitter.com/mattifestation/status/899646620148539397 +logsource: + product: windows + service: wmi +detection: + selection: + EventID: 5861 + keywords: + - 'CommandLineEventConsumer' + - 'CommandLineTemplate' + - 'Binding EventFilter' + condition: selection and 1 of keywords +falsepositives: + - Unknown (data set is too small; further testing needed) +level: high