Hostname
south.edu
Last fetched
south.edu resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
south.edu 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 |
|---|---|---|---|---|
| 13.248.168.10 | 13.248.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.57.181 | 76.223.48.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with south.edu in WhisperGraph.
Subdomains
22 observed subdomains of south.edu.
Showing 19 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from south.edu in the public web crawl.
288 sites link to this hostname.
155 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
33 SPF mechanisms authorising senders for south.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | email.freshdesk.com |
| SPF_INCLUDE | five9.com |
| SPF_INCLUDE | freshemail.io |
| SPF_INCLUDE | instructure.com |
| SPF_INCLUDE | mail-us-east-1.instructure.com |
| SPF_INCLUDE | ngwebsolutions.net |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | usb._netblocks.mimecast.com |
| SPF_IP | 12.228.6.215/32 |
| SPF_IP | 139.131.126.24 |
| SPF_IP | 139.131.126.25 |
| SPF_IP | 139.131.126.26/32 |
| SPF_IP | 139.131.126.28 |
| SPF_IP | 139.131.126.29 |
| SPF_IP | 139.131.76.33/32 |
| SPF_IP | 139.131.76.34 |
| SPF_IP | 139.131.76.81/28 |
| SPF_IP | 139.131.76.84/5 |
| SPF_IP | 139.131.76.85/32 |
| SPF_IP | 139.131.76.88 |
| SPF_IP | 139.131.76.89 |
| SPF_IP | 167.89.50.99/32 |
| SPF_IP | 168.245.23.150/32 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 185.147.173.4 |
| SPF_IP | 185.147.173.6 |
| SPF_IP | 185.147.175.4 |
| SPF_IP | 185.147.175.6 |
| SPF_IP | 74.11.5.18 |
Related pages
Pivot deeper into the graph from south.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "south.edu"})-[: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.