Skip to content

Hostname

netika.com

Last fetched

netika.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:433 as the registrar.

Nutrition Label

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

Resolution chain

netika.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:433
Organization
harchies stephane
Contact emails

Subdomains

40 observed subdomains of netika.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for netika.com.

MechanismTarget
SPF_INCLUDEmx.ovh.com
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP141.145.213.221
SPF_IP152.70.168.127
SPF_IP158.178.201.184
SPF_IP18.198.250.176
SPF_IP212.68.194.45
SPF_IP77.206.139.91
SPF_IP80.11.63.210
SPF_IP81.246.101.40
SPF_IP81.246.101.57
SPF_IP90.63.252.129
SPF_IP91.121.253.97
SPF_MXmail.netika.com
SPF_MXrelay.netika.com

Related pages

Pivot deeper into the graph from netika.com.

Cypher and MCP

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

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