Skip to content

Hostname

www.sql-ex.com

Last fetched

www.sql-ex.com resolves to 1 IPv4 address operated by SELECTEL-MSK in RU.

Nutrition Label

WHISPER CANON · www.sql-ex.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/www.sql-ex.com

Resolution chain

www.sql-ex.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
5.188.73.55.188.72.0/22AS50340SELECTEL-MSKRU

WHOIS identity

No WHOIS records are currently associated with www.sql-ex.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for www.sql-ex.com.

MechanismTarget
SPF_IP2a00:ab00:1203:22:ce0:a1ff:fee0:bb42
SPF_IP5.188.73.4

Related pages

Pivot deeper into the graph from www.sql-ex.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "www.sql-ex.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.