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

Fixing some paths / adding some paths #392

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
312 changes: 156 additions & 156 deletions yml/HonorableMentions/GfxDownloadWrapper.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions yml/OSBinaries/Addinutil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Commands:
Full_Path:
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\AddinUtil.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\AddinUtil.exe
- Path: C:\Windows\Microsoft.NET\Framework\v3.5\AddInUtil.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v3.5\AddInUtil.exe
Code_Sample:
- Code: https://gist.github.com/SILJAEUROPA/a850d476179d73df230a876944e9f3b1#file-addins-store
Detection:
Expand Down
4 changes: 4 additions & 0 deletions yml/OSBinaries/Csc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Commands:
Full_Path:
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Csc.exe
- Path: C:\Windows\Microsoft.NET\Framework\v3.5\csc.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v3.5\csc.exe
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\csc.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\csc.exe
Code_Sample:
- Code:
Detection:
Expand Down
8 changes: 4 additions & 4 deletions yml/OSBinaries/Ngen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Commands:
Tags:
- Download: INetCache
Full_Path:
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.xxx\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.xxx\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.xxx\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.xxx\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe
Acknowledgement:
- Person: Avihay Eldad
Handle: '@AvihayEldad'
6 changes: 4 additions & 2 deletions yml/OSBinaries/Regsvcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ Commands:
- Execute: DLL
- Input: Custom Format
Full_Path:
- Path: c:\Windows\Microsoft.NET\Framework\v*\regsvcs.exe
- Path: c:\Windows\Microsoft.NET\Framework64\v*\regsvcs.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\RegSvcs.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\RegSvcs.exe
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\RegSvcs.exe
Detection:
- Sigma: https://github.com/SigmaHQ/sigma/blob/6312dd1d44d309608552105c334948f793e89f48/rules/windows/process_creation/proc_creation_win_lolbin_regasm.yml
- Elastic: https://github.com/elastic/detection-rules/blob/12577f7380f324fcee06dab3218582f4a11833e7/rules/windows/execution_register_server_program_connecting_to_the_internet.toml
Expand Down
4 changes: 4 additions & 0 deletions yml/OSBinaries/Vbc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ Commands:
Tags:
- Execute: WSH
Full_Path:
- Path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\vbc.exe
- Path: C:\Windows\Microsoft.NET\Framework\v3.5\vbc.exe
- Path: C:\Windows\Microsoft.NET\Framework\v2.0.50727\vbc.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v3.5\vbc.exe
- Path: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\vbc.exe
Code_Sample:
- Code:
Detection:
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