Skip to content

Hostname

avi-tech.com.sg

Last fetched

avi-tech.com.sg resolves to 3 IPv4 addresses operated by AS3758 in SG.

Nutrition Label

WHISPER CANON · avi-tech.com.sgRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/avi-tech.com.sg

Resolution chain

avi-tech.com.sg resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
58.185.77.10058.185.0.0/16AS3758SG
75.2.105.15775.2.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
99.83.230.21999.83.224.0/20AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with avi-tech.com.sg in WhisperGraph.

Subdomains

7 observed subdomains of avi-tech.com.sg.

Web-graph footprint

Distinct hostnames that link to or from avi-tech.com.sg in the public web crawl.

13 sites link to this hostname.

4 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for avi-tech.com.sg.

MechanismTarget
SPF_Aavi-tech.com.sg
SPF_IP203.125.251.174
SPF_MXavi-tech.com.sg

Related pages

Pivot deeper into the graph from avi-tech.com.sg.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "avi-tech.com.sg"})-[: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.