Unfamiliar IP addresses in PMT can stem from various sources: unauthorized SaaS usage, internal mail server changes, SES instances, infrastructure/reputation problems, blacklisting, Cloudflare's reverse proxy, AWS/Azure/Google services, VPN/proxy usage, network intrusions, misconfigurations, malware, or unauthorized devices. Investigation involves checking DMARC reports, reputation tools, DNS records, blacklist listings, service-specific logs (CloudTrail, Activity Logs, audit logs), WHOIS data, threat intelligence databases, and firewall/router logs.
9 marketer opinions
Unfamiliar IP addresses appearing in PMT (potentially referring to a platform monitoring tool) can stem from various sources, ranging from legitimate network configurations to malicious activities. These include shared hosting or CDN usage, cloud services and third-party applications, forgotten SMTP connectors, misconfigured or compromised networks, and even unauthorized access. Investigation typically involves identifying the IP's owner, checking their reputation against threat intelligence databases, analyzing network traffic, and reviewing security configurations.
Marketer view
Email marketer from Reddit suggests unfamiliar IP addresses might indicate unauthorized access or a compromised network. The first step is to run a full system scan with updated antivirus software, followed by changing all passwords and enabling two-factor authentication where possible. It's also crucial to monitor network traffic for any unusual activity and consult with a network security professional if the issue persists. [https://www.reddit.com/r/techsupport/comments/17hxdsd/strange_ip_address_on_my_network/]
19 Jan 2025 - Reddit
Marketer view
Email marketer from Cybersecurity Forum responds that detecting unfamiliar IP addresses in network logs requires a comprehensive investigation. Initial steps involve checking the IP's reputation against threat intelligence databases to identify any known malicious activity. Implementing network monitoring tools to track traffic patterns and detect anomalies can help reveal if the IP is part of a larger attack. [https://cybersecurity.stackexchange.com/questions/5432/how-to-determine-if-an-unknown-ip-address-is-malicious]
20 Jul 2021 - Cybersecurity Forum
3 expert opinions
Unfamiliar IP addresses appearing in PMT may indicate various issues, including unauthorized SaaS usage, internal mail server changes, use of SES instances, problems with email infrastructure or sender reputation, or blacklisting of mail servers. Investigation steps include checking DMARC reports, sender reputation tools (like Sender Score and Google Postmaster Tools), verifying DNS records (SPF, DKIM, DMARC), identifying blacklist listings, contacting security/abuse teams, and reviewing sending practices.
Expert view
Expert from Email Geeks suggests that someone in the company might be using a SaaS product and authenticating with the same domain, or that the company moved internal mail servers. They also guess that someone might have spun up an SES instance for some emails. They advise checking DMARC reports and contacting security to check traffic out of those IPs. Laura believes it looks like snowshoe domains, and to call security and talk to the abuse team who have more tools.
19 Apr 2024 - Email Geeks
Expert view
Expert from Spam Resource shares that unfamiliar IP addresses could be appearing due to your mail server being listed on a blocklist. Initial steps involve identifying which blacklists the IPs are listed on using multi-RBL lookup tools. Review the blacklist's policies for delisting instructions, and address the underlying issues that caused the listing, such as malware infections or spamming activity. Implement preventative measures, like rate limiting and outbound filtering, to avoid future listings. [https://www.spamresource.com/2010/05/how-to-get-off-email-blacklist.html]
8 Jul 2021 - Spam Resource
5 technical articles
Unfamiliar IP addresses appearing in PMT can be attributed to various factors, particularly the use of cloud services, VPNs, or reverse proxies. Cloudflare's reverse proxy can mask visitor IPs, while AWS and Azure services may introduce unfamiliar IPs due to resources within their respective infrastructures. Google Workspace users accessing services through VPNs or proxies can also cause this. Investigating involves checking service-specific logs (Cloudflare IP Geolocation, AWS CloudTrail, Azure Activity Logs, Google Workspace audit logs) and monitoring network traffic using tools like NetFlow (Cisco), as well as implementing security policies and access controls.
Technical article
Documentation from Cloudflare Support explains that unfamiliar IP addresses in logs can result from Cloudflare's reverse proxy. Since Cloudflare acts as an intermediary, the origin server will see Cloudflare's IPs instead of the actual visitor IPs. To see the original visitor IPs, you need to implement Cloudflare's IP Geolocation or similar methods. [https://support.cloudflare.com/hc/en-us/articles/200170786-Restoring-original-visitor-IPs-logging-visitor-IP-addresses]
29 Dec 2024 - Cloudflare
Technical article
Documentation from Microsoft Azure Documentation says unfamiliar IP addresses may be due to Azure services or resources being used. Review Azure Activity Logs to identify which resources are associated with these IPs and if there are any suspicious activities. Ensure that Network Security Groups (NSGs) are properly configured to restrict unauthorized access. [https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/activity-log]
1 May 2024 - Microsoft Azure