Network Connection Initiated Via Notepad.EXE
Description
Detects a network connection that is initiated by the "notepad.exe" process. This might be a sign of process injection from a beacon process or something similar. Notepad rarely initiates a network communication except when printing documents for example.
Query · sigma
selection: Image|endswith: \notepad.exe filter_optional_printing: DestinationPort: 9100 condition: selection and not 1 of filter_optional_*
Known false positives
- Printing documents via notepad might cause communication with the printer via port 9100 or similar.