Hostname
3dcs.com
Last fetched
3dcs.com resolves to 2 IPv4 addresses operated by AUTOROM-AS in FR. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
3dcs.com 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 |
|---|---|---|---|---|
| 185.100.4.210 | 185.100.4.0/22 | AS34177 | AUTOROM-AS | FR |
| 205.178.189.129 | 205.178.189.0/24 | AS19871 | NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- dimensional control systems
- Contact emails
Subdomains
25 observed subdomains of 3dcs.com.
Web-graph footprint
Distinct hostnames that link to or from 3dcs.com in the public web crawl.
65 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for 3dcs.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf02.hubspotmail.net |
| SPF_INCLUDE | _spf.bullhornmail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from 3dcs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "3dcs.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.