Hostname
controlsouthern.com
Last fetched
controlsouthern.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
controlsouthern.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.20.38.77 | 104.20.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.145.170 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from controlsouthern.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for controlsouthern.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.sendergen.com |
| SPF_INCLUDE | spf.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 12.249.219.6 |
| SPF_IP | 134.201.21.148 |
| SPF_IP | 134.204.19.202 |
| SPF_IP | 134.204.21.130 |
| SPF_IP | 134.6.220.234 |
| SPF_IP | 143.170.112.210 |
| SPF_IP | 143.170.113.58 |
| SPF_IP | 143.170.203.98 |
| SPF_IP | 172.99.56.78 |
| SPF_IP | 35.174.145.124/32 |
| SPF_IP | 52.21.37.221 |
| SPF_IP | 54.225.208.136 |
Related pages
Pivot deeper into the graph from controlsouthern.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "controlsouthern.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.