Hostname
essec.edu
Last fetched
essec.edu resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
essec.edu 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 |
|---|---|---|---|---|
| 20.8.122.124 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 34.8.51.31 | 34.8.0.0/13 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- essec
- Contact emails
- —
Subdomains
154 observed subdomains of essec.edu.
Showing 25 of 154. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from essec.edu in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for essec.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf-003ebb02.pphosted.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 194.254.137.9 |
| SPF_IP | 217.182.82.121 |
| SPF_IP | 95.143.77.153/32 |
Related pages
Pivot deeper into the graph from essec.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "essec.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.