Hostname
campusprogram.com
Last fetched
campusprogram.com resolves to 2 IPv4 addresses operated by NATIONAL-CINEMEDIA - National Cinemedia, LLC in CA. WHOIS lists iana:938 as the registrar.
Nutrition Label
Resolution chain
campusprogram.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 173.209.32.67 | 173.209.32.0/24 | AS36666 | NATIONAL-CINEMEDIA - National Cinemedia, LLC | CA |
| 67.212.64.242 | 67.212.64.0/19 | AS10929 | ESTRUXTURE-QC-10929 - eStruxture Data Centers Inc. | CA |
WHOIS identity
- Registrar
- iana:938
- Organization
- domain admin
- Contact emails
Subdomains
7 observed subdomains of campusprogram.com.
Web-graph footprint
Distinct hostnames that link to or from campusprogram.com in the public web crawl.
57 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- campusprogram.com
SPF policy
5 SPF mechanisms authorising senders for campusprogram.com.
| Mechanism | Target |
|---|---|
| SPF_A | campusprogram.com |
| SPF_INCLUDE | spf.web-dns1.com |
| SPF_IP | 173.209.32.66 |
| SPF_IP | 67.212.64.242 |
| SPF_MX | campusprogram.com |
Related pages
Pivot deeper into the graph from campusprogram.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "campusprogram.com"})-[: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.