Suspicious Network Communication With IPFS
Description
Detects connections to interplanetary file system (IPFS) containing a user's email address which mirrors behaviours observed in recent phishing campaigns leveraging IPFS to host credential harvesting webpages.
Query · sigma
selection: cs-uri|re: (?i)(ipfs\.io/|ipfs\.io\s).+\..+@.+\.[a-z]+ condition: selection
Known false positives
- Legitimate use of IPFS being used in the organisation. However the cs-uri regex looking for a user email will likely negate this.