Hostname
suscc.edu
Last fetched
suscc.edu resolves to 1 IPv4 address operated by HOSTWINDS - Hostwinds LLC. in US.
Nutrition Label
Resolution chain
suscc.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 |
|---|---|---|---|---|
| 23.254.161.150 | 23.254.128.0/17 | AS54290 | HOSTWINDS - Hostwinds LLC. | US |
WHOIS identity
- Registrar
- —
- Organization
- southern union state community college
- Contact emails
- —
Subdomains
13 observed subdomains of suscc.edu.
Web-graph footprint
Distinct hostnames that link to or from suscc.edu in the public web crawl.
230 sites link to this hostname.
246 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 suscc.edu.
| Mechanism | Target |
|---|---|
| SPF_A | suscc.edu |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_MX | suscc.edu |
Related pages
Pivot deeper into the graph from suscc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "suscc.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.