Hostname
envio24.pt
Last fetched
envio24.pt resolves to 1 IPv4 address operated by AS16276 in PL.
Nutrition Label
Resolution chain
envio24.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 |
|---|---|---|---|---|
| 51.77.52.34 | 51.77.0.0/16 | AS16276 | — | PL |
WHOIS identity
No WHOIS records are currently associated with envio24.pt in WhisperGraph.
Subdomains
9 observed subdomains of envio24.pt.
Web-graph footprint
Distinct hostnames that link to or from envio24.pt in the public web crawl.
45 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for envio24.pt.
| Mechanism | Target |
|---|---|
| SPF_A | envio24.pt |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 154.16.114.206 |
| SPF_IP | 181.214.83.18 |
| SPF_IP | 181.214.83.20 |
| SPF_IP | 191.96.133.51 |
| SPF_MX | envio24.pt |
Related pages
Pivot deeper into the graph from envio24.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "envio24.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.