Quick fix
Determine whether the IP is dedicated, shared, CDN-owned, NATed, or controlled by an email or hosting provider.
What this finding means
SecuTest checks resolved public IPv4 addresses and records provider-specific listing responses. Shared CDN, SaaS, and hosting addresses require attribution before assigning remediation to the domain owner. A listing is evidence of reputation impact, not proof that the scanned application generated the abuse.
Associated attack or threat scenario
How the attack or failure scenario works
A compromised host, mail account, proxy, application, or customer workload can emit spam, scans, malware traffic, or other abuse from a public IP. Blocklist providers list the address, and receiving systems may reject or throttle traffic from it. On shared infrastructure, another tenant may be responsible, so control and attribution must be established first.
Conditions and limitations
- The listed address is confirmed with the named provider.
- The organization controls or is responsible for the address, or the hosting provider confirms that the listing affects the tenant.
- A durable fix requires stopping the abusive traffic; changing addresses alone does not remove compromised credentials or workloads.
Why it matters
Step-by-step fix
Where to make the change
- The compromised or abusive workload, sender, account, website, DNS record, or public IP identified in the evidence.
- The named blocklist provider only after the root cause has been removed.
Remediation procedure
- Determine whether the IP is dedicated, shared, CDN-owned, NATed, or controlled by an email or hosting provider.
- Verify the exact listing reason and timestamp with the named provider.
- Inspect outbound SMTP, DNS, HTTP proxy, authentication, EDR, firewall, and cloud-flow logs for unusual egress and compromised accounts.
- Contain infected workloads, close open relays or proxies, patch exposed services, rotate affected credentials, and enforce egress controls.
- Coordinate provider remediation for shared infrastructure and request delisting only after abusive traffic has stopped.
Commands and configuration examples
Replace example values with the hostname, selector, IP address, port, provider, or policy values shown in your SecuTest evidence. Review every example before production use.
dig +short A example.com
dig +short AAAA example.com
sudo ss -tpn
sudo journalctl --since '24 hours ago'
sudo postqueue -p 2>/dev/null || sudo exim -bp 2>/dev/null || true
Verify the fix
- Verify the listing directly with the named provider from an authorized resolver or account.
- Confirm suspicious egress has stopped and the identified host, account, or application has been remediated.
- Test legitimate mail delivery and other affected services after provider propagation.
- Run a fresh SecuTest scan and confirm the same public address is no longer listed.
After DNS, CDN, certificate, mail, or application propagation completes, run a fresh SecuTest scan and compare the new evidence with the original finding.
Common mistakes
- Assuming a shared CDN or hosting IP belongs exclusively to the scanned organization.
- Changing the IP without fixing the compromised account, host, or application.
- Requesting delisting while abusive traffic is still active.
- Treating a provider query error as a positive or negative reputation result.