Hostname
seastadium.pt
Last fetched
seastadium.pt resolves to 2 IPv4 addresses operated by AS24768 in PT.
Nutrition Label
Resolution chain
seastadium.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.15.23.33 | 185.15.23.0/24 | AS24768 | — | PT |
| 91.98.227.236 | 91.98.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with seastadium.pt in WhisperGraph.
Subdomains
3 observed subdomains of seastadium.pt.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for seastadium.pt.
| Mechanism | Target |
|---|---|
| SPF_A | seastadium.pt |
| SPF_INCLUDE | app.hostkit.pt |
| SPF_INCLUDE | hostkit.pt |
| SPF_IP | 185.15.20.110 |
| SPF_IP | 91.98.227.236 |
| SPF_MX | seastadium.pt |
Related pages
Pivot deeper into the graph from seastadium.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "seastadium.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.