2023-02-05 21:46:22 +01:00
|
|
|
title: DriverQuery.EXE Execution
|
2023-01-19 21:50:10 +01:00
|
|
|
id: a20def93-0709-4eae-9bd2-31206e21e6b2
|
|
|
|
|
related:
|
|
|
|
|
- id: 9fc3072c-dc8f-4bf7-b231-18950000fadd
|
|
|
|
|
type: similar
|
2024-08-01 10:26:14 +02:00
|
|
|
status: test
|
2023-01-19 21:50:10 +01:00
|
|
|
description: Detect usage of the "driverquery" utility. Which can be used to perform reconnaissance on installed drivers
|
|
|
|
|
references:
|
|
|
|
|
- https://thedfirreport.com/2023/01/09/unwrapping-ursnifs-gifts/
|
|
|
|
|
- https://www.vmray.com/cyber-security-blog/analyzing-ursnif-behavior-malware-sandbox/
|
|
|
|
|
- https://www.fireeye.com/blog/threat-research/2020/01/saigon-mysterious-ursnif-fork.html
|
2023-02-01 11:14:59 +01:00
|
|
|
author: Nasreddine Bencherchali (Nextron Systems)
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2023-01-19
|
|
|
|
|
modified: 2023-09-29
|
2023-01-19 21:50:10 +01:00
|
|
|
tags:
|
|
|
|
|
- attack.discovery
|
|
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
- Image|endswith: 'driverquery.exe'
|
2023-01-19 21:52:37 +01:00
|
|
|
- OriginalFileName: 'drvqry.exe'
|
2023-10-04 19:06:57 +02:00
|
|
|
filter_main_other: # These are covered in 9fc3072c-dc8f-4bf7-b231-18950000fadd to avoid duplicate alerting
|
|
|
|
|
- ParentImage|endswith:
|
2023-10-18 11:53:44 +02:00
|
|
|
- '\cscript.exe'
|
|
|
|
|
- '\mshta.exe'
|
|
|
|
|
- '\regsvr32.exe'
|
|
|
|
|
- '\rundll32.exe'
|
|
|
|
|
- '\wscript.exe'
|
2023-10-04 19:06:57 +02:00
|
|
|
- ParentImage|contains:
|
2023-10-18 11:53:44 +02:00
|
|
|
- '\AppData\Local\'
|
|
|
|
|
- '\Users\Public\'
|
|
|
|
|
- '\Windows\Temp\'
|
2023-10-04 19:06:57 +02:00
|
|
|
condition: selection and not 1 of filter_main_*
|
2023-01-19 21:50:10 +01:00
|
|
|
falsepositives:
|
|
|
|
|
- Legitimate use by third party tools in order to investigate installed drivers
|
|
|
|
|
level: medium # Level could be reduced to low if this utility is often used in your environment
|