Hostname
kolosek.com
Last fetched
kolosek.com resolves to 2 IPv4 addresses operated by AS213230 in US. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
kolosek.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 |
|---|---|---|---|---|
| 5.161.116.161 | 5.161.116.0/24 | AS213230 | — | US |
| 5.161.70.132 | 5.161.70.0/24 | AS213230 | — | US |
WHOIS identity
- Registrar
- iana:1910
- Organization
- nebojsa zoric
- Contact emails
Subdomains
101 observed subdomains of kolosek.com.
Showing 25 of 101. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from kolosek.com in the public web crawl.
38 sites link to this hostname.
213 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for kolosek.com.
| Mechanism | Target |
|---|---|
| SPF_A | kolosek.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mailersend.net |
| SPF_INCLUDE | eu-sender.zohobooks.com |
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | postal.kolosek.com |
| SPF_INCLUDE | spf.postal.kolosek.com |
| SPF_INCLUDE | zoho.eu |
| SPF_IP | 23.88.46.30 |
| SPF_MX | kolosek.com |
Related pages
Pivot deeper into the graph from kolosek.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kolosek.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.