Skip to content

Commit f1693a1

Browse files
Fix search typo in windows abused web services analytic (#3878)
1 parent 060feb0 commit f1693a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

detections/network/windows_abused_web_services.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Windows Abused Web Services
22
id: 01f0aef4-8591-4daa-a53d-0ed49823b681
3-
version: 7
4-
date: '2025-05-26'
3+
version: 8
4+
date: '2026-01-24'
55
author: Teoderick Contreras, Splunk
66
status: production
77
type: TTP
@@ -14,7 +14,7 @@ description: The following analytic detects a suspicious process making DNS quer
1414
significant as it may indicate an adversary attempting to download malicious files,
1515
a common initial access technique. If confirmed malicious, this could lead to unauthorized
1616
code execution, data exfiltration, or further compromise of the target host.
17-
search: '`sysmon` EventCode=22 QueryName IN ("*pastebin*",""*textbin*"", "*ngrok.io*",
17+
search: '`sysmon` EventCode=22 QueryName IN ("*pastebin*","*textbin*", "*ngrok.io*",
1818
"*discord*", "*duckdns.org*", "*pasteio.com*") | stats count min(_time) as firstTime
1919
max(_time) as lastTime by answer answer_count dvc process_exec process_guid process_name
2020
query query_count reply_code_id signature signature_id src user_id vendor_product

0 commit comments

Comments
 (0)