Hostname
aquagri.com
Last fetched
aquagri.com resolves to 2 IPv4 addresses operated by AS33876 in PT. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
aquagri.com 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 |
|---|---|---|---|---|
| 176.61.150.22 | 176.61.144.0/21 | AS33876 | — | PT |
| 188.93.231.174 | 188.93.224.0/21 | AS5533 | — | PT |
WHOIS identity
- Registrar
- iana:151
- Organization
- aquagri - servicos e equipamentos de gestao de agua
- Contact emails
Subdomains
12 observed subdomains of aquagri.com.
Web-graph footprint
Distinct hostnames that link to or from aquagri.com in the public web crawl.
7 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- aquagri.com
- mail.aquagri.com
SPF policy
5 SPF mechanisms authorising senders for aquagri.com.
| Mechanism | Target |
|---|---|
| SPF_A | aquagri.com |
| SPF_IP | 188.93.230.150 |
| SPF_IP | 188.93.230.25 |
| SPF_IP | 188.93.231.174 |
| SPF_MX | aquagri.com |
Related pages
Pivot deeper into the graph from aquagri.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aquagri.com"})-[: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.