Hostname
6graus.pt
Last fetched
6graus.pt resolves to 2 IPv4 addresses operated by AS24768 in PT.
Nutrition Label
Resolution chain
6graus.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 |
|---|---|---|---|---|
| 94.46.25.84 | 94.46.25.0/24 | AS24768 | — | PT |
| 94.46.26.162 | 94.46.26.0/24 | AS24768 | — | PT |
WHOIS identity
No WHOIS records are currently associated with 6graus.pt in WhisperGraph.
Subdomains
3 observed subdomains of 6graus.pt.
| Subdomain |
|---|
| website.6graus.pt |
| www.6graus.pt |
Showing 2 of 3. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- 6graus.pt
SPF policy
4 SPF mechanisms authorising senders for 6graus.pt.
| Mechanism | Target |
|---|---|
| SPF_A | 6graus.pt |
| SPF_IP | 94.46.25.84 |
| SPF_IP | 94.46.26.162 |
| SPF_MX | 6graus.pt |
Related pages
Pivot deeper into the graph from 6graus.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "6graus.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.