thecomputerguy
Well-Known Member
- Reaction score
- 1,407
Client uses redteam.com
As a part of the setup process they instructed us to modify our SPF record to the following:
v=spf1 a mx ip4:168.245.113.179 ip4:168.245.125.157 include:spf.protection.outlook.com include: sendgrid.net ~all
So RedTeam is using sendgrid to be able to get stuff out of their system and back to us via email. One thing I thought was weird is that they are using our own email addresses to be able to send mail. Example being, John logs into Redteam and needs to send himself a sales order. When he sends it it ends up in his inbox as:
from: john@email.com
to: john@email.com
Some things I've noticed is that we are getting quite a bit of spam that looks like its coming from ourselves to ourselves. Some of which is also from Send Grid.
One other thing is that I am only able to get emails OUT of Redteam to us if I whitelist our own domain, which I know is a no no, which I also know is why we are getting so much spoofing that looks like its from ourselves to ourselves. When I remove the whitelisting of our own domain Redteam emails no longer get delivered.
Digging into the logs I can see that these spoofing emails are failing SPF, DMARC, DKIM but are still being delivered presumably because of the whitelist.
We have had 3 phone calls with Redteam to try and rectify this but we end up just getting shuffled around and then forgotten about.
I'm curious as to why Redteam insists on using our OWN domain to send email instead of using their own generic email like noreply@redteam.com
I'm not sure if they use Redteam to send mail to clients, and in that case you would want the replyto to come back to us but this all seems crazy.
I've used SMTP2GO with no issues like this at all in the past but all Redteam had us modify was SPF when I know SMTP2GO has you modify several CNAME records as well.
In the meantime I have just had to create a mail flow rule to prepend and email that looks like its from john@email.com to john@email.com with a [WARNING]. This does flag all those spoofing emails but also flags Redteam emails as expected.
As a part of the setup process they instructed us to modify our SPF record to the following:
v=spf1 a mx ip4:168.245.113.179 ip4:168.245.125.157 include:spf.protection.outlook.com include: sendgrid.net ~all
So RedTeam is using sendgrid to be able to get stuff out of their system and back to us via email. One thing I thought was weird is that they are using our own email addresses to be able to send mail. Example being, John logs into Redteam and needs to send himself a sales order. When he sends it it ends up in his inbox as:
from: john@email.com
to: john@email.com
Some things I've noticed is that we are getting quite a bit of spam that looks like its coming from ourselves to ourselves. Some of which is also from Send Grid.
One other thing is that I am only able to get emails OUT of Redteam to us if I whitelist our own domain, which I know is a no no, which I also know is why we are getting so much spoofing that looks like its from ourselves to ourselves. When I remove the whitelisting of our own domain Redteam emails no longer get delivered.
Digging into the logs I can see that these spoofing emails are failing SPF, DMARC, DKIM but are still being delivered presumably because of the whitelist.
We have had 3 phone calls with Redteam to try and rectify this but we end up just getting shuffled around and then forgotten about.
I'm curious as to why Redteam insists on using our OWN domain to send email instead of using their own generic email like noreply@redteam.com
I'm not sure if they use Redteam to send mail to clients, and in that case you would want the replyto to come back to us but this all seems crazy.
I've used SMTP2GO with no issues like this at all in the past but all Redteam had us modify was SPF when I know SMTP2GO has you modify several CNAME records as well.
In the meantime I have just had to create a mail flow rule to prepend and email that looks like its from john@email.com to john@email.com with a [WARNING]. This does flag all those spoofing emails but also flags Redteam emails as expected.