Hostname
hypnosis.edu
Last fetched
hypnosis.edu resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
hypnosis.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 |
|---|---|---|---|---|
| 20.14.28.108 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- —
- Organization
- hypnosis motivation institute
- Contact emails
- —
Subdomains
7 observed subdomains of hypnosis.edu.
Web-graph footprint
Distinct hostnames that link to or from hypnosis.edu in the public web crawl.
419 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for hypnosis.edu.
| Mechanism | Target |
|---|---|
| SPF_A | hypnosis.edu |
| SPF_INCLUDE | _netblocks.swishmail.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_IP | 20.106.111.44 |
| SPF_IP | 20.118.144.51 |
| SPF_IP | 20.118.156.232 |
| SPF_IP | 20.118.180.12 |
| SPF_IP | 20.125.87.24 |
| SPF_IP | 20.125.95.73 |
| SPF_IP | 20.14.28.105 |
| SPF_IP | 20.14.28.108 |
| SPF_IP | 20.14.29.124 |
| SPF_IP | 20.171.240.20 |
| SPF_MX | hypnosis.edu |
Related pages
Pivot deeper into the graph from hypnosis.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hypnosis.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.