-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
49 additions
and
8 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
rules/windows/process_creation/proc_creation_win_browsers_chromium_load_extension.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
title: Chromium Browser Instance Executed With Custom Extension | ||
id: 88d6e60c-759d-4ac1-a447-c0f1466c2d21 | ||
related: | ||
- id: 27ba3207-dd30-4812-abbf-5d20c57d474e | ||
type: similar | ||
status: experimental | ||
description: Detects a chromium based browser process with the 'load-extension' flag to start a instance with custom extension | ||
references: | ||
- https://redcanary.com/blog/chromeloader/ | ||
- https://emkc.org/s/RJjuLa | ||
- https://www.mandiant.com/resources/blog/lnk-between-browsers | ||
author: Aedan Russell, frack113, X__Junior (Nextron Systems) | ||
date: 2022/06/19 | ||
modified: 2023/11/28 | ||
tags: | ||
- attack.persistence | ||
- attack.t1176 | ||
logsource: | ||
category: process_creation | ||
product: windows | ||
detection: | ||
selection: | ||
Image|endswith: | ||
- '\brave.exe' | ||
- '\chrome.exe' | ||
- '\msedge.exe' | ||
- '\opera.exe' | ||
- '\vivaldi.exe' | ||
CommandLine|contains: '--load-extension=' | ||
condition: selection | ||
falsepositives: | ||
- Usage of Chrome Extensions in testing tools such as BurpSuite will trigger this alert | ||
level: medium |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters