Potentially Suspicious Execution Of Regasm/Regsvcs With Uncommon Extension
Detects potentially suspicious execution of the Regasm/Regsvcs utilities with an uncommon extension.
Detection logic
selection_img
- Image|endswith:
- \Regsvcs.exe
- \Regasm.exe
- OriginalFileName:
- RegSvcs.exe
- RegAsm.exeselection_extension
CommandLine|contains:
- .dat
- .gif
- .jpeg
- .jpg
- .png
- .txtCondition
all of selection_*Raw YAML
title: Potentially Suspicious Execution Of Regasm/Regsvcs With Uncommon Extension
id: e9f8f8cc-07cc-4e81-b724-f387db9175e4
related:
- id: cc368ed0-2411-45dc-a222-510ace303cb2
type: derived
status: test
description: Detects potentially suspicious execution of the Regasm/Regsvcs utilities with an uncommon extension.
references:
- https://www.fortiguard.com/threat-signal-report/4718?s=09
- https://lolbas-project.github.io/lolbas/Binaries/Regasm/
- https://lolbas-project.github.io/lolbas/Binaries/Regsvcs/
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023-02-13
tags:
- attack.stealth
- attack.t1218.009
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith:
- '\Regsvcs.exe'
- '\Regasm.exe'
- OriginalFileName:
- 'RegSvcs.exe'
- 'RegAsm.exe'
selection_extension:
CommandLine|contains:
# Note: Add more potentially uncommon extensions
- '.dat'
- '.gif'
- '.jpeg'
- '.jpg'
- '.png'
- '.txt'
condition: all of selection_*
falsepositives:
- Unknown
level: mediumFalse positives
- Unknown
References
Related rules
Similar rules
Potentially Suspicious Execution Of Regasm/Regsvcs From Uncommon Location
mediumwindows · Shares T1218
RegAsm.EXE Execution Without CommandLine Flags or Files
lowwindows · Shares T1218
Abusing Print Executable
mediumwindows · Shares T1218
AddinUtil.EXE Execution From Uncommon Directory
mediumwindows · Shares T1218