Hostname
spelman.edu
Last fetched
spelman.edu resolves to 1 IPv4 address operated by TUT-AS - Total Uptime Technologies, LLC in US.
Nutrition Label
Resolution chain
spelman.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.252.213.75 | 162.252.213.0/24 | AS53334 | TUT-AS - Total Uptime Technologies, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- spelman college
- Contact emails
- —
Subdomains
115 observed subdomains of spelman.edu.
Showing 25 of 115. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from spelman.edu in the public web crawl.
1,610 sites link to this hostname.
664 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for spelman.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | halo.com |
| SPF_INCLUDE | smtpuse1.elluciancloud.com |
| SPF_INCLUDE | spelman.campusgroups.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.82.144.131 |
| SPF_IP | 168.245.25.116/32 |
| SPF_IP | 199.231.134.73/32 |
| SPF_IP | 205.220.160.124 |
| SPF_IP | 205.220.172.124 |
| SPF_IP | 216.248.199.105/32 |
| SPF_IP | 216.248.199.106/32 |
| SPF_IP | 74.122.104.0/22 |
Related pages
Pivot deeper into the graph from spelman.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spelman.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.