Hostname
cccnj.edu
Last fetched
cccnj.edu resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
cccnj.edu resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.8.99 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.9.99 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.72.129 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- cumberland county college
- Contact emails
- —
Subdomains
5 observed subdomains of cccnj.edu.
Web-graph footprint
Distinct hostnames that link to or from cccnj.edu in the public web crawl.
76 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
26 SPF mechanisms authorising senders for cccnj.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _phishspf.knowbe4.com |
| SPF_INCLUDE | _spf.academicworks.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | hobsonsmail.com |
| SPF_INCLUDE | mh.blackboard.com |
| SPF_IP | 130.156.180.20 |
| SPF_IP | 130.156.180.239 |
| SPF_IP | 130.156.180.30 |
| SPF_IP | 192.254.121.248/32 |
| SPF_IP | 208.117.49.214/32 |
| SPF_IP | 208.76.63.21/28 |
| SPF_IP | 208.76.63.22 |
| SPF_IP | 208.76.63.23 |
| SPF_IP | 208.76.63.24 |
| SPF_IP | 208.76.63.25 |
| SPF_IP | 208.76.63.31 |
| SPF_IP | 209.10.16.209/32 |
| SPF_IP | 209.10.16.221/32 |
| SPF_IP | 23.22.228.238/32 |
| SPF_IP | 34.194.81.60/32 |
| SPF_IP | 34.197.133.25/32 |
| SPF_IP | 34.198.106.176/32 |
| SPF_IP | 34.198.69.122/32 |
| SPF_IP | 34.198.69.238/32 |
| SPF_IP | 54.85.61.20/32 |
| SPF_IP | 54.85.76.43/32 |
Related pages
Pivot deeper into the graph from cccnj.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cccnj.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.