Skip to content

Hostname

mxsend.sidlee.com

Last fetched

mxsend.sidlee.com resolves to 3 IPv4 addresses operated by FIBRENOIRE-INTERNET - Videotron Ltee in CA.

Nutrition Label

WHISPER CANON · mxsend.sidlee.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mxsend.sidlee.com

Resolution chain

mxsend.sidlee.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
173.242.183.193173.242.176.0/20AS22652FIBRENOIRE-INTERNET - Videotron LteeCA
173.242.183.237173.242.176.0/20AS22652FIBRENOIRE-INTERNET - Videotron LteeCA
66.207.220.1866.207.192.0/19AS21949BEANFIELD - Beanfield Technologies Inc.CA

WHOIS identity

No WHOIS records are currently associated with mxsend.sidlee.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from mxsend.sidlee.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mxsend.sidlee.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.