Hostname
ageas.pt
Last fetched
ageas.pt resolves to 2 IPv4 addresses operated by AS3243 in PT.
Nutrition Label
Resolution chain
ageas.pt 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 |
|---|---|---|---|---|
| 185.2.85.30 | 185.2.84.0/22 | AS3243 | — | PT |
| 20.33.72.23 | 20.33.72.0/24 | AS8069 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
52 observed subdomains of ageas.pt.
Showing 25 of 52. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ageas.pt in the public web crawl.
181 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for ageas.pt.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_INCLUDE | encuestafacil.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 18.168.140.58/32 |
| SPF_IP | 18.168.51.200/32 |
| SPF_IP | 185.2.85.5 |
| SPF_IP | 3.123.206.219/32 |
| SPF_IP | 3.68.129.51/32 |
Related pages
Pivot deeper into the graph from ageas.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ageas.pt"})-[: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.