Hostname
avi-tech.com.sg
Last fetched
avi-tech.com.sg resolves to 3 IPv4 addresses operated by AS3758 in SG.
Nutrition Label
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 58.185.77.100 | 58.185.0.0/16 | AS3758 | — | SG |
| 75.2.105.157 | 75.2.96.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.83.230.219 | 99.83.224.0/20 | AS16509 | AMAZON-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.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for avi-tech.com.sg.
| Mechanism | Target |
|---|---|
| SPF_A | avi-tech.com.sg |
| SPF_IP | 203.125.251.174 |
| SPF_MX | avi-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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.