Regular Expressions 101

Community Patterns

Phishing Emails

0

Regular Expression
PCRE (PHP <7.3)

/
((?:ithelpdesk(?:|\d+)|deskserverithelp|itservicedeskhelp|ithelpservice(?:|\d+))@gmail.com)
/
igm

Description

This is a regex for ithelpdesk variants phishing emails

Submitted by anonymous - 4 years ago