Hostname
uncc.edu
Last fetched
uncc.edu resolves to 1 IPv4 address operated by UNCC-AS - University of North Carolina at Charlotte in US.
Nutrition Label
Resolution chain
uncc.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 |
|---|---|---|---|---|
| 152.15.38.22 | 152.15.0.0/16 | AS53384 | UNCC-AS - University of North Carolina at Charlotte | US |
WHOIS identity
- Registrar
- —
- Organization
- university of north carolina at charlotte
- Contact emails
- —
Subdomains
3,312 observed subdomains of uncc.edu.
Showing 25 of 3,312. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uncc.edu in the public web crawl.
740 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for uncc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.messagegears.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 104.245.209.0/24 |
| SPF_IP | 136.147.208.0/24 |
| SPF_IP | 152.15.47.147 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.21.1.32/32 |
| SPF_IP | 199.188.157.80/32 |
| SPF_IP | 199.244.78.0/24 |
| SPF_IP | 207.235.73.0/24 |
| SPF_IP | 208.75.123.0/24 |
| SPF_IP | 216.12.149.100/32 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 50.31.156.96/27 |
| SPF_IP | 50.31.205.0/24 |
| SPF_IP | 64.74.237.230/31 |
| SPF_IP | 65.181.120.9 |
| SPF_IP | 66.45.4.80 |
| SPF_IP | 69.166.148.0/24 |
Related pages
Pivot deeper into the graph from uncc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uncc.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.