Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update path information for several LOLBAS #332

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions yml/OSBinaries/MpCmdRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Commands:
MitreID: T1564.004
OperatingSystem: Windows 10
Full_Path:
- Path: C:\Program Files\Windows Defender\MpCmdRun.exe
- Path: C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2008.4-0\MpCmdRun.exe
- Path: C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2008.7-0\MpCmdRun.exe
- Path: C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2008.9-0\MpCmdRun.exe
Expand Down
2 changes: 1 addition & 1 deletion yml/OSBinaries/Teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Commands:
MitreID: T1218
OperatingSystem: Windows 10, Windows 11
Full_Path:
- Path: c:\Users\username\AppData\Local\Microsoft\Teams\current\Teams.exe
- Path: %localappdata%\Microsoft\Teams\current\Teams.exe
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ciwen3 this string is failing the YAML linting. The string cannot start with a "%" which is a reserved character that denotes a directive.
"Error: inaries/Teams.yml:15:11: [error] syntax error: found character '%' that cannot start any token (syntax)"

Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/43277f26fc1c81fc98fc79147b711189e901b757/rules/windows/process_creation/proc_creation_win_susp_electron_exeuction_proxy.yml
Resources:
Expand Down
1 change: 1 addition & 0 deletions yml/OSBinaries/Vbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Commands:
MitreID: T1127
OperatingSystem: Windows 7, Windows 10, Windows 11
Full_Path:
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\vbc.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v3.5\vbc.exe
Code_Sample:
Expand Down
1 change: 1 addition & 0 deletions yml/OSBinaries/msedgewebview2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Commands:
MitreID: T1202
OperatingSystem: Windows 10, Windows 11
Full_Path:
- Path: C:\Program Files (x86)\Microsoft\EdgeWebView\Application\117.0.2045.47\msedgewebview2.exe
- Path: C:\Program Files (x86)\Microsoft\Edge\Application\114.0.1823.43\msedgewebview2.exe
Detection:
- IOC: 'msedgewebview2.exe spawned with any of the following: --gpu-launcher, --utility-cmd-prefix, --renderer-cmd-prefix, --browser-subprocess-path'
Expand Down
2 changes: 1 addition & 1 deletion yml/OtherMSBinaries/Agentexecutor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Commands:
MitreID: T1218
OperatingSystem: Windows 10
Full_Path:
- Path: C:\Program Files (x86)\Microsoft Intune Management Extension
- Path: C:\Program Files (x86)\Microsoft Intune Management Extension\AgentExecutor.exe
Code_Sample:
- Code:
Detection:
Expand Down
Loading