Hostname
stanly.edu
Last fetched
stanly.edu resolves to 1 IPv4 address operated by NCREN - MCNC in US.
Nutrition Label
Resolution chain
stanly.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.27.54.7 | 152.27.0.0/16 | AS81 | NCREN - MCNC | US |
WHOIS identity
- Registrar
- —
- Organization
- stanly community college
- Contact emails
- —
Subdomains
36 observed subdomains of stanly.edu.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from stanly.edu in the public web crawl.
380 sites link to this hostname.
1,059 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for stanly.edu.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.stanly.edu |
| SPF_INCLUDE | _spf.regroup.com |
| SPF_INCLUDE | email.freshdesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.cfi.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 152.27.54.69 |
Related pages
Pivot deeper into the graph from stanly.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stanly.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.