Hostname
switch.egress.com
Last fetched
switch.egress.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in GB.
Nutrition Label
Resolution chain
switch.egress.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 |
|---|---|---|---|---|
| 20.40.108.243 | 20.40.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | GB |
| 51.11.59.35 | 51.10.0.0/15 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | GB |
WHOIS identity
No WHOIS records are currently associated with switch.egress.com in WhisperGraph.
Subdomains
1 observed subdomain of switch.egress.com.
| Subdomain |
|---|
| nl.switch.egress.com |
Web-graph footprint
Distinct hostnames that link to or from switch.egress.com in the public web crawl.
23 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for switch.egress.com.
| Mechanism | Target |
|---|---|
| SPF_A | switch.egress.com |
| SPF_INCLUDE | interspirespf.smtp.com |
| SPF_IP | 185.40.11.58 |
| SPF_IP | 20.40.108.245/32 |
| SPF_IP | 213.165.80.36 |
| SPF_IP | 217.160.173.27 |
| SPF_IP | 46.137.156.17 |
| SPF_IP | 51.11.59.37/32 |
| SPF_IP | 52.16.248.62 |
| SPF_IP | 78.109.162.212 |
| SPF_IP | 78.137.117.106 |
| SPF_IP | 80.229.35.211 |
| SPF_IP | 80.244.182.4 |
| SPF_IP | 80.244.182.5 |
| SPF_IP | 80.244.189.240 |
| SPF_IP | 81.136.194.172 |
| SPF_MX | switch.egress.com |
Related pages
Pivot deeper into the graph from switch.egress.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "switch.egress.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.