So I have been getting tons of spam and have found a relationship between them all.
The emails always follow a pattern if you compare the IP and Hostname.
Received: from 123.srv.static.hopquickeas2.com ([209.144.196.123])
Received: from 197.ml.static.hopquickeas2.com ([209.144.196.197])
Received: from 55.srv.static.hopquickeas2.com ([209.144.196.55])
Pattern: {Last_IP_Octet}.{}.static.{DOMAIN}.{TLD}
Is there anyway to check for a pattern like this? I can provide more of these as I get them.
The emails always follow a pattern if you compare the IP and Hostname.
Received: from 123.srv.static.hopquickeas2.com ([209.144.196.123])
Received: from 197.ml.static.hopquickeas2.com ([209.144.196.197])
Received: from 55.srv.static.hopquickeas2.com ([209.144.196.55])
Pattern: {Last_IP_Octet}.{}.static.{DOMAIN}.{TLD}
Is there anyway to check for a pattern like this? I can provide more of these as I get them.
Last edited: