Hostname
johnson.edu
Last fetched
johnson.edu resolves to 1 IPv4 address operated by LIQUIDWEB - Liquid Web, L.L.C in US.
Nutrition Label
Resolution chain
johnson.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 |
|---|---|---|---|---|
| 69.167.148.102 | 69.167.128.0/18 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | US |
WHOIS identity
- Registrar
- —
- Organization
- johnson college
- Contact emails
- —
Subdomains
13 observed subdomains of johnson.edu.
Web-graph footprint
Distinct hostnames that link to or from johnson.edu in the public web crawl.
140 sites link to this hostname.
215 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for johnson.edu.
| Mechanism | Target |
|---|---|
| SPF_A | brightspace.com |
| SPF_A | outboundmail.blackbaud.net |
| SPF_A | servers.mcsv.net |
| SPF_A | webmail.johnson.edu |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.upstreamsecurity.net |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 50.237.13.200 |
Related pages
Pivot deeper into the graph from johnson.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "johnson.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.