Skip to content

Hostname

interax.com.tr

Last fetched

interax.com.tr resolves to 1 IPv4 address operated by BURTINET in TR.

Nutrition Label

WHISPER CANON · interax.com.trRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/interax.com.tr

Resolution chain

interax.com.tr resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.165.46.158185.165.46.0/24AS203248BURTINETTR

WHOIS identity

No WHOIS records are currently associated with interax.com.tr in WhisperGraph.

Subdomains

3 observed subdomains of interax.com.tr.

Web-graph footprint

Distinct hostnames that link to or from interax.com.tr in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for interax.com.tr.

MechanismTarget
SPF_INCLUDE_spf.trwww.com
SPF_INCLUDE_spf2.trwww.com

Related pages

Pivot deeper into the graph from interax.com.tr.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "interax.com.tr"})-[: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.