Hostname
aese.pt
Last fetched
aese.pt resolves to 1 IPv4 address operated by AS8220 in PT.
Nutrition Label
Resolution chain
aese.pt 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 |
|---|---|---|---|---|
| 85.88.136.64 | 85.88.128.0/19 | AS8220 | — | PT |
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
9 observed subdomains of aese.pt.
Web-graph footprint
Distinct hostnames that link to or from aese.pt in the public web crawl.
103 sites link to this hostname.
453 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for aese.pt.
| Mechanism | Target |
|---|---|
| SPF_A | aese.pt |
| SPF_INCLUDE | _spf.kmitd.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 31.193.131.85 |
| SPF_IP | 40.68.43.168 |
| SPF_IP | 62.193.226.76 |
| SPF_IP | 85.88.136.247 |
| SPF_MX | aese-pt.mail.protection.outlook.com |
| SPF_MX | aese.pt |
Related pages
Pivot deeper into the graph from aese.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aese.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.