Hostname
romy.com.ar
Last fetched
romy.com.ar resolves to 1 IPv4 address operated by TIER-NET - Tier.Net Technologies LLC in US.
Nutrition Label
Resolution chain
romy.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 |
|---|---|---|---|---|
| 104.255.173.147 | 104.255.173.0/24 | AS397423 | TIER-NET - Tier.Net Technologies LLC | US |
WHOIS identity
No WHOIS records are currently associated with romy.com.ar in WhisperGraph.
Subdomains
7 observed subdomains of romy.com.ar.
Web-graph footprint
Distinct hostnames that link to or from romy.com.ar in the public web crawl.
7 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- romy.com.ar
SPF policy
8 SPF mechanisms authorising senders for romy.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | romy.com.ar |
| SPF_IP | 104.255.173.147 |
| SPF_IP | 108.170.25.50 |
| SPF_IP | 155.254.16.157 |
| SPF_IP | 173.199.182.251 |
| SPF_IP | 64.22.104.51 |
| SPF_IP | 64.91.238.55 |
| SPF_MX | romy.com.ar |
Related pages
Pivot deeper into the graph from romy.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "romy.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.