Hostname
leonino.pt
Last fetched
leonino.pt resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in GB.
Nutrition Label
Resolution chain
leonino.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 |
|---|---|---|---|---|
| 167.99.201.28 | 167.99.192.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | GB |
| 167.99.143.208 | 167.99.128.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | — |
WHOIS identity
No WHOIS records are currently associated with leonino.pt in WhisperGraph.
Subdomains
8 observed subdomains of leonino.pt.
Web-graph footprint
Distinct hostnames that link to or from leonino.pt in the public web crawl.
58 sites link to this hostname.
183 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for leonino.pt.
| Mechanism | Target |
|---|---|
| SPF_A | leonino.pt |
| SPF_INCLUDE | _spf.cleanmx.pt |
Related pages
Pivot deeper into the graph from leonino.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leonino.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.