Hostname
admin.aptix.com.ar
Last fetched
admin.aptix.com.ar resolves to 1 IPv4 address operated by TB-NET Ploiesti, str. Stefan Greceanu, nr. 5-7, bl. L1, et. 3, ap. 5 in AR.
Nutrition Label
Resolution chain
admin.aptix.com.ar resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.234.180.13 | 45.234.180.0/22 | AS266764 | TB-NET Ploiesti, str. Stefan Greceanu, nr. 5-7, bl. L1, et. 3, ap. 5 | AR |
WHOIS identity
No WHOIS records are currently associated with admin.aptix.com.ar in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for admin.aptix.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | admin.aptix.com.ar |
| SPF_IP | 209.160.65.41 |
Related pages
Pivot deeper into the graph from admin.aptix.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "admin.aptix.com.ar"})-[: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.