Hostname
avantiglobal.ro
Last fetched
avantiglobal.ro resolves to 2 IPv4 addresses operated by AS208425 in TR.
Nutrition Label
Resolution chain
avantiglobal.ro resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.61.116.169 | 194.61.116.0/24 | AS208425 | — | TR |
| 80.96.7.71 | 80.96.7.0/24 | AS3223 | — | RO |
WHOIS identity
No WHOIS records are currently associated with avantiglobal.ro in WhisperGraph.
Subdomains
7 observed subdomains of avantiglobal.ro.
Threat posture
History
Mail and authentication
MX records
- avantiglobal.ro
- mail.avantiglobal.ro
SPF policy
5 SPF mechanisms authorising senders for avantiglobal.ro.
| Mechanism | Target |
|---|---|
| SPF_A | avantiglobal.ro |
| SPF_IP | 5.254.125.251 |
| SPF_IP | 80.96.6.251 |
| SPF_IP | 80.96.7.71 |
| SPF_MX | avantiglobal.ro |
Related pages
Pivot deeper into the graph from avantiglobal.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avantiglobal.ro"})-[: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.