Skip to content

Hostname

stats-trex.basen.com

Last fetched

stats-trex.basen.com resolves to 2 IPv4 addresses operated by BASEN-EU in FI.

Nutrition Label

WHISPER CANON · stats-trex.basen.comRouting diversity2.4/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/stats-trex.basen.com

Resolution chain

stats-trex.basen.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
46.183.72.1746.183.72.0/23AS51941BASEN-EUFI
46.183.74.5946.183.74.0/23AS51941BASEN-EUFI

WHOIS identity

No WHOIS records are currently associated with stats-trex.basen.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from stats-trex.basen.com in the public web crawl.

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from stats-trex.basen.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "stats-trex.basen.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.