Skip to content

Hostname

vinta.id

Last fetched

vinta.id resolves to 1 IPv4 address operated by AS55701 in ID.

Nutrition Label

WHISPER CANON · vinta.idRouting diversity1.5/10Peering density4.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/vinta.id

Resolution chain

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

IPPrefixASNOperatorCountry
43.252.237.2043.252.237.0/24AS55701ID

WHOIS identity

No WHOIS records are currently associated with vinta.id in WhisperGraph.

Subdomains

1 observed subdomain of vinta.id.

Subdomain
mail.vinta.id

Threat posture

History

Mail and authentication

MX records

SPF policy

5 SPF mechanisms authorising senders for vinta.id.

MechanismTarget
SPF_Avinta.id
SPF_IP202.73.27.8
SPF_IP43.252.237.18
SPF_IP43.252.237.22
SPF_MXvinta.id

Related pages

Pivot deeper into the graph from vinta.id.

Cypher and MCP

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

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