Network Connection Initiated From Users\Public Folder
Description
Detects a network connection initiated from a process located in the "C:\Users\Public" folder. Attacker are known to drop their malicious payloads and malware in this directory as its writable by everyone. Use this rule to hunt for potential suspicious or uncommon activity in your environement.
Query · sigma
selection: Initiated: 'true' Image|contains: :\Users\Public\ filter_optional_ibm: Image|contains: :\Users\Public\IBM\ClientSolutions\Start_Programs\ condition: selection and not 1 of filter_optional_*
Known false positives
- Likely from legitimate third party application that execute from the "Public" directory.