Automated Collection Bookmarks Using Get-ChildItem PowerShell
Description
Adversaries may enumerate browser bookmarks to learn more about compromised hosts. Browser bookmarks may reveal personal information about users (ex: banking sites, interests, social media, etc.) as well as details about internal network resources such as servers, tools/dashboards, or other related infrastructure.
Query · sigma
selection: ScriptBlockText|contains|all: - Get-ChildItem - ' -Recurse ' - ' -Path ' - ' -Filter Bookmarks' - ' -ErrorAction SilentlyContinue' - ' -Force' condition: selection
Known false positives
- Unknown