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
Resolution chain
kosnic.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.130.144.126 | 213.130.144.0/24 | AS47583 | AS-HOSTINGER | FR |
| 54.72.181.180 | 54.72.0.0/16 | AS16509 | AMAZON-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.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for kosnic.com.
| Mechanism | Target |
|---|---|
| SPF_A | kosnic.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.odoo.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 130.185.66.92 |
| SPF_IP | 217.33.11.50 |
| SPF_IP | 83.219.50.34 |
| SPF_IP | 91.192.209.66 |
| SPF_MX | kosnic.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.