Skip to content

Hostname

inde.com

Last fetched

inde.com resolves to 1 IPv4 address operated by AS_ADAM Adam Datacenter in ES. WHOIS lists iana:696 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
194.36.123.88194.36.122.0/23AS15699AS_ADAM Adam DatacenterES

WHOIS identity

Registrar
iana:696
Organization
editorial inde,
Contact emails

Subdomains

6 observed subdomains of inde.com.

Web-graph footprint

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

78 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for inde.com.

MechanismTarget
SPF_INCLUDEspf.ipzmarketing.com
SPF_IP194.36.123.0/32
SPF_MXinde.com

Related pages

Pivot deeper into the graph from inde.com.

Cypher and MCP

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

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