Hostname
adoc.pt
Last fetched
adoc.pt resolves to 2 IPv4 addresses operated by OVH - OVH SAS in PT.
Nutrition Label
Resolution chain
adoc.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 |
|---|---|---|---|---|
| 188.165.87.199 | 188.165.0.0/16 | AS16276 | OVH - OVH SAS | PT |
| 5.196.160.120 | 5.196.0.0/16 | AS16276 | OVH - OVH SAS | PT |
WHOIS identity
No WHOIS records are currently associated with adoc.pt in WhisperGraph.
Subdomains
7 observed subdomains of adoc.pt.
Web-graph footprint
Distinct hostnames that link to or from adoc.pt in the public web crawl.
12 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- adoc.pt
SPF policy
6 SPF mechanisms authorising senders for adoc.pt.
| Mechanism | Target |
|---|---|
| SPF_A | adoc.pt |
| SPF_IP | 137.74.41.176 |
| SPF_IP | 141.94.21.1 |
| SPF_IP | 178.33.92.20 |
| SPF_IP | 188.165.87.199 |
| SPF_MX | adoc.pt |
Related pages
Pivot deeper into the graph from adoc.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adoc.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.