Dear Community,
I am hoping to get help here.
I am currently helping out an NGO to manage their domain name. The domain was re-registered in January 2022. Prior to that, the domain was inactive (expired for a few years).
It as come to our attention that someone used our email info @domain.com to send out email without our knowledge in April 2022.
- My assumption is that:
i. someone that managed the email and domain previously might have added and verified the info @domain.com to email marketing platform such as mailchimp or etc.
ii. similar to point 1 above but this time to gmail so that can use the “send as” feature.
- I was thinking, does the email sender record such as IP address, email client, etc. were recorded somewhere either by DNS provider (in this case is Cloudflare) or by registrar or by any other party?
We have contacted the recipient and they refused to provide us the email details.
- I have received and checked one of the abnormal record in the DMARC report sent by Google. Would appreciate your input. The report as below. I have rename the domain name and IP address for privacy purposes.
11.12.3.133.69 = not real IP address , it is also the IP address of the web hosting company that host otherdomain .com
mydomain .com = the domain I manage
otherdomain .com = not related to us
myemailserver .com = this domain related to the email marketing platform I am using and I have added in my domain spf setting.
<record>
<row>
<source_ip>**11.12.3.133.69**</source_ip>
<count>1</count>
<policy_evaluated>
<disposition>none</disposition>
<dkim>fail</dkim>
<spf>fail</spf>
</policy_evaluated>
</row>
<identifiers>
<header_from>**mydomain .com**</header_from>
</identifiers>
<auth_results>
<dkim>
<domain>**otherdomain .com**</domain>
<result>pass</result>
<selector>default</selector>
</dkim>
<dkim>
<domain>**mydomain .com**</domain>
<result>fail</result>
<selector>ml</selector>
</dkim>
<dkim>
<domain>**myemailserver .com**</domain>
<result>fail</result>
<selector>ml</selector>
</dkim>
<spf>
<domain>**otherdomain .com**</domain>
<result>pass</result>
</spf>
</auth_results>
</record>
- My understanding is that otherdomain .com sent an email claiming it from mydomain .com
Since the IP address is the IP address of the otherdomain .com web hosting company, I assume that the sender sent email from their cpanel webmail, or could it be from their gmail but using cpanel smtp?
For this auth_results part, why is the result “pass” for dkim and spf ? The otherdomain .com is not in my domain dns setting at all.
<auth_results>
<dkim>
<domain>otherdomain .com</domain>
<result>pass</result>
<selector>default</selector>
</dkim>
.
.
.
<spf>
<domain>otherdomain .com</domain>
<result>pass</result>
</spf>
</auth_results>
- Is there a way to record all recipient email address whenever myself or anyone send email using my domain?
Thank you very much for your help.