Hostname
kaspersky.com
Last fetched
kaspersky.com resolves to 3 IPv4 addresses operated by AHL-DFW1-02 - AVENU HOLDINGS, LLC in DE. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
kaspersky.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.85.15.46 | 185.85.15.0/24 | AS200107 | AHL-DFW1-02 - AVENU HOLDINGS, LLC | DE |
| 185.85.15.47 | 185.85.15.0/24 | AS200107 | AHL-DFW1-02 - AVENU HOLDINGS, LLC | DE |
| 77.74.178.24 | 77.74.178.0/24 | AS200107 | AHL-DFW1-02 - AVENU HOLDINGS, LLC | RU |
WHOIS identity
- Registrar
- iana:463
- Organization
- ao kaspersky lab
- Contact emails
Subdomains
928 observed subdomains of kaspersky.com.
Showing 25 of 928. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from kaspersky.com in the public web crawl.
17,514 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for kaspersky.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.kaspersky.com |
| SPF_INCLUDE | _spf2.kaspersky.com |
| SPF_INCLUDE | _spf3.kaspersky.com |
| SPF_INCLUDE | _spf4.kaspersky.com |
Related pages
Pivot deeper into the graph from kaspersky.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kaspersky.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.