Skip to content

Hostname

kosnic.com

Last fetched

kosnic.com resolves to 2 IPv4 addresses operated by AS-HOSTINGER in FR. WHOIS lists iana:1515 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
213.130.144.126213.130.144.0/24AS47583AS-HOSTINGERFR
54.72.181.18054.72.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

Registrar
iana:1515
Organization
kosnic (uk)
Contact emails

Subdomains

6 observed subdomains of kosnic.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for kosnic.com.

MechanismTarget
SPF_Akosnic.com
SPF_INCLUDE_spf.elasticemail.com
SPF_INCLUDE_spf.odoo.com
SPF_INCLUDEeu._netblocks.mimecast.com
SPF_INCLUDEservers.mcsv.net
SPF_IP130.185.66.92
SPF_IP217.33.11.50
SPF_IP83.219.50.34
SPF_IP91.192.209.66
SPF_MXkosnic.com

Related pages

Pivot deeper into the graph from kosnic.com.

Cypher and MCP

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

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