cscli scenarios install sigmahq/proc_creation_win_sqlite_firefox_gecko_profile_data
1type: trigger2name: sigmahq/proc_creation_win_sqlite_firefox_gecko_profile_data3description: |4 Detect usage of the "sqlite" binary to query databases in Firefox and other Gecko-based browsers for potential data stealing.5filter: |6 (evt.Meta.service == 'sysmon' && evt.Parsed.EventID == '1') && ((evt.Parsed.Product == 'SQLite' || evt.Parsed.Image endsWith '\\sqlite.exe' || evt.Parsed.Image endsWith '\\sqlite3.exe') && (evt.Parsed.CommandLine contains 'cookies.sqlite' || evt.Parsed.CommandLine contains 'places.sqlite'))7blackhole: 2m8#status: test9labels:10 service: windows11 confidence: 112 spoofable: 013 classification:14 - attack.t153915 - attack.t10051617 label: "SQLite Firefox Profile Data DB Access"18 behavior : "windows:audit"19 remediation: false2021scope:22 type: ParentProcessId23 expression: evt.Parsed.ParentProcessId2425