Hostname
sdc.pt
Last fetched
sdc.pt resolves to 4 IPv4 addresses operated by AS20940 in DE.
Nutrition Label
Resolution chain
sdc.pt resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.204.28 | 2.16.204.0/24 | AS20940 | — | DE |
| 2.16.204.29 | 2.16.204.0/24 | AS20940 | — | DE |
| 2.16.6.27 | 2.16.6.0/24 | AS20940 | — | NL |
| 2.16.6.35 | 2.16.6.0/24 | AS20940 | — | NL |
WHOIS identity
- Registrar
- —
- Organization
- switch digital, consulting, unipessoal, lda.
- Contact emails
Subdomains
19 observed subdomains of sdc.pt.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for sdc.pt.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | luna.switchdigital.pt |
| SPF_INCLUDE | spf.ciberserver.com |
| SPF_MX | sdc.pt |
Related pages
Pivot deeper into the graph from sdc.pt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sdc.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.