Skip to content

Hostname

expert.vk.com

Last fetched

expert.vk.com resolves to 1 IPv4 address operated by VKONTAKTE-SPB-AS vk.com in RU.

Nutrition Label

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

Resolution chain

expert.vk.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
87.240.190.9287.240.128.0/18AS47541VKONTAKTE-SPB-AS vk.comRU

WHOIS identity

No WHOIS records are currently associated with expert.vk.com in WhisperGraph.

Web-graph footprint

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

94 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for expert.vk.com.

MechanismTarget
SPF_INCLUDE_spf.mail.ru
SPF_INCLUDE_spf.notify.mail.ru

Related pages

Pivot deeper into the graph from expert.vk.com.

Cypher and MCP

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

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