Hostname
ncc.edu
Last fetched
ncc.edu resolves to 1 IPv4 address operated by NASSAU-COMMUNITY-COLLEGE - Nassau Community College in US.
Nutrition Label
Resolution chain
ncc.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 |
|---|---|---|---|---|
| 198.38.11.35 | 198.38.11.0/24 | AS394169 | NASSAU-COMMUNITY-COLLEGE - Nassau Community College | US |
WHOIS identity
- Registrar
- —
- Organization
- nassau community college
- Contact emails
- —
Subdomains
90 observed subdomains of ncc.edu.
Showing 25 of 90. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ncc.edu in the public web crawl.
420 sites link to this hostname.
482 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 ncc.edu.
| Mechanism | Target |
|---|---|
| SPF_A | itxsmtp201.itec.suny.edu |
| SPF_A | listserv.albany.edu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.unimarket.com |
| SPF_IP | 198.38.10.18/32 |
| SPF_IP | 198.38.8.70/32 |
| SPF_MX | ncc.edu |
Related pages
Pivot deeper into the graph from ncc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ncc.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.