mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
17 lines
509 B
YAML
17 lines
509 B
YAML
title: Browser Extension Installation
|
|
description: Lazy quyer for detecting the staging of xpi or crx
|
|
extension packages for installation within Chrome and Firefox based browsers.
|
|
author: keyboardcrunch
|
|
date: 10/10/2020
|
|
modified: 05/12/2020
|
|
mitre:
|
|
tactic: Persistence
|
|
technique: T1176
|
|
subtechnique:
|
|
operating_system: windows
|
|
query: ( FileFullName RegExp "\bWebstore Downloads\b.*\.(crx)$" OR FileFullName RegExp
|
|
"\bstaged\b.*\.(xpi)$" ) AND EventType = "File Creation"
|
|
false_positives:
|
|
tags:
|
|
|