Skip to content

Hostname

api.vt.by

Last fetched

api.vt.by resolves to 1 IPv4 address operated by ACTIVECLOUD-BY-AS in BY.

Nutrition Label

WHISPER CANON · api.vt.byRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api.vt.by

Resolution chain

api.vt.by resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
185.47.153.57185.47.153.0/24AS202090ACTIVECLOUD-BY-ASBY

WHOIS identity

No WHOIS records are currently associated with api.vt.by in WhisperGraph.

Subdomains

1 observed subdomain of api.vt.by.

Web-graph footprint

Distinct hostnames that link to or from api.vt.by in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for api.vt.by.

MechanismTarget
SPF_Aapi.vt.by
SPF_IP178.159.45.156
SPF_IP185.47.153.57
SPF_MXapi.vt.by

Related pages

Pivot deeper into the graph from api.vt.by.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.vt.by"})-[: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.