Detection rules › Splunk

Non Chrome Process Accessing Chrome Default Dir

Author
Teoderick Contreras, Splunk
Source
upstream

The following analytic detects a non-Chrome process accessing files in the Chrome user default folder. It leverages Windows Security Event logs, specifically event code 4663, to identify unauthorized access attempts. This activity is significant because the Chrome default folder contains sensitive user data such as login credentials, browsing history, and cookies. If confirmed malicious, this behavior could indicate an attempt to exfiltrate sensitive information, often associated with RATs, trojans, and advanced persistent threats like FIN7. Such access could lead to data theft and further compromise of the affected system.

MITRE ATT&CK coverage

TacticTechniques
Credential AccessT1555.003 Credentials from Password Stores: Credentials from Web Browsers

Event coverage

ProviderEvent IDTitle
Security-Auditing4663An attempt was made to access an object.

Stages and Predicates

Stage 1: search

search NOT ProcessName IN ("*\\chrome.exe", "*\\dllhost.exe", "*\\explorer.exe", "*sql*") EventCode=4663 ObjectName="*\\Google\\Chrome\\User Data\\Default*"

Stage 2: stats

stats BY ObjectName, ObjectType, ProcessName, AccessMask, EventCode, dest

Stage 3: search

search

Stage 4: search

search

Stage 5: search

search `macro`

Exclusions

Top-level NOT(...) conjuncts — predicates this rule actively suppresses.

StageFieldKindExcluded values
1process_namein"*\\chrome.exe", "*\\dllhost.exe", "*\\explorer.exe", "*sql*"

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
EventCodeeq
  • 4663 corpus 16 (splunk 16)
ObjectNameeq
  • "*\\Google\\Chrome\\User Data\\Default*"

Neighbors

Broader alternatives (more inclusive than this rule)

These rules match a superset of what this rule catches. They cover the same events plus more. Use them if you want wider coverage and can absorb more false positives.