Notepad Password Files Discovery
Description
Detects the execution of Notepad to open a file that has the string "password" which may indicate unauthorized access to credentials or suspicious activity.
Query · sigma
selection: ParentImage|endswith: \explorer.exe Image|endswith: \notepad.exe CommandLine|endswith: - password*.txt - password*.csv - password*.doc - password*.xls condition: selection
Known false positives
- Legitimate use of opening files from remote hosts by administrators or users. However, storing passwords in text readable format could potentially be a violation of the organization's policy. Any match should be investigated further.