Hostname
asae.gov.pt
Last fetched
asae.gov.pt resolves to 1 IPv4 address operated by AS202277 in PT.
Nutrition Label
Resolution chain
asae.gov.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 |
|---|---|---|---|---|
| 195.225.181.58 | 195.225.180.0/22 | AS202277 | — | PT |
WHOIS identity
No WHOIS records are currently associated with asae.gov.pt in WhisperGraph.
Subdomains
6 observed subdomains of asae.gov.pt.
Web-graph footprint
Distinct hostnames that link to or from asae.gov.pt in the public web crawl.
439 sites link to this hostname.
34 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 asae.gov.pt.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.225.180.0/22 |
| SPF_IP | 195.225.180.20 |
| SPF_IP | 195.225.180.8 |
| SPF_IP | 195.225.181.51 |
| SPF_IP | 195.225.181.53 |
| SPF_IP | 195.245.176.0/24 |
| SPF_IP | 195.245.178.0/24 |
| SPF_IP | 213.58.216.16/28 |
| SPF_MX | asae.gov.pt |
Related pages
Pivot deeper into the graph from asae.gov.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asae.gov.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.