Hostname
dalcnet.com
Last fetched
dalcnet.com resolves to 1 IPv4 address operated by AS51167 in DE. WHOIS lists iana:1443 as the registrar.
Nutrition Label
Resolution chain
dalcnet.com 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 |
|---|---|---|---|---|
| 173.212.213.173 | 173.212.192.0/19 | AS51167 | — | DE |
WHOIS identity
- Registrar
- iana:1443
- Organization
- claudio dal cero
- Contact emails
Subdomains
7 observed subdomains of dalcnet.com.
Web-graph footprint
Distinct hostnames that link to or from dalcnet.com in the public web crawl.
21 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for dalcnet.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | musvc.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 148.251.208.73 |
| SPF_IP | 173.212.213.173 |
| SPF_IP | 2a01:111:f400::0/48 |
| SPF_IP | 2a01:111:f403::0/48 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 81.31.151.201 |
| SPF_IP | 84.253.174.172 |
| SPF_IP | 93.149.70.50/29 |
| SPF_IP | 93.46.173.24/29 |
| SPF_IP | 93.46.173.31 |
| SPF_IP | 93.47.150.0/29 |
| SPF_IP | 93.47.150.2 |
| SPF_IP | 93.47.153.129/29 |
| SPF_IP | 93.47.153.130 |
| SPF_IP | 93.51.148.144/29 |
| SPF_IP | 93.51.148.148 |
| SPF_MX | dalcnet.com |
Related pages
Pivot deeper into the graph from dalcnet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dalcnet.com"})-[: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.