Hostname
gr-it.com.ar
Last fetched
gr-it.com.ar resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in US.
Nutrition Label
Resolution chain
gr-it.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 |
|---|---|---|---|---|
| 192.185.161.122 | 192.185.160.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
No WHOIS records are currently associated with gr-it.com.ar in WhisperGraph.
Subdomains
12 observed subdomains of gr-it.com.ar.
Web-graph footprint
Distinct hostnames that link to or from gr-it.com.ar in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for gr-it.com.ar.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.zoho.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | websitewelcome.com |
| SPF_INCLUDE | zcsend.net |
| SPF_IP | 20.169.171.122 |
| SPF_IP | 20.185.22.63 |
| SPF_IP | 20.185.67.128 |
| SPF_IP | 20.51.133.200 |
| SPF_IP | 4.227.237.90 |
| SPF_IP | 48.217.128.170 |
Related pages
Pivot deeper into the graph from gr-it.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gr-it.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.