Skip to content

Hostname

mail.fairwinds-tech.us

Last fetched

mail.fairwinds-tech.us resolves to 12 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.

Nutrition Label

WHISPER CANON · mail.fairwinds-tech.usRouting diversity2.4/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mail.fairwinds-tech.us

Resolution chain

mail.fairwinds-tech.us resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
20.35.241.19420.34.0.0/15AS8070MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
20.35.242.13020.34.0.0/15AS8070MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
20.35.244.16220.34.0.0/15AS8070MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
20.35.244.19420.34.0.0/15AS8070MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
20.35.244.9820.34.0.0/15AS8070MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
20.35.245.6620.34.0.0/15AS8070MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
20.35.246.19420.34.0.0/15AS8070MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
20.35.247.13020.34.0.0/15AS8070MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
20.35.247.9820.34.0.0/15AS8070MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
40.66.22.240.66.0.0/17AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
40.66.22.3440.66.0.0/17AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS
40.66.22.6640.66.0.0/17AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS

WHOIS identity

No WHOIS records are currently associated with mail.fairwinds-tech.us in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from mail.fairwinds-tech.us.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mail.fairwinds-tech.us"})-[: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.