Skip to content

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

WHISPER CANON · switch.egress.comRouting diversity2.4/10Peering density7.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/switch.egress.com

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.

IPPrefixASNOperatorCountry
20.40.108.24320.40.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationGB
51.11.59.3551.10.0.0/15AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationGB

WHOIS identity

No WHOIS records are currently associated with switch.egress.com in WhisperGraph.

Subdomains

1 observed subdomain of 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.

Threat posture

History

Mail and authentication

SPF policy

17 SPF mechanisms authorising senders for switch.egress.com.

MechanismTarget
SPF_Aswitch.egress.com
SPF_INCLUDEinterspirespf.smtp.com
SPF_IP185.40.11.58
SPF_IP20.40.108.245/32
SPF_IP213.165.80.36
SPF_IP217.160.173.27
SPF_IP46.137.156.17
SPF_IP51.11.59.37/32
SPF_IP52.16.248.62
SPF_IP78.109.162.212
SPF_IP78.137.117.106
SPF_IP80.229.35.211
SPF_IP80.244.182.4
SPF_IP80.244.182.5
SPF_IP80.244.189.240
SPF_IP81.136.194.172
SPF_MXswitch.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.