Hostname
dcs.confirmation.com
Last fetched
dcs.confirmation.com resolves to 1 IPv4 address operated by THOMSON-REUTERS - Thomson Reuters U.S. LLC in US.
Nutrition Label
Resolution chain
dcs.confirmation.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 |
|---|---|---|---|---|
| 155.46.210.18 | 155.46.210.0/24 | AS398928 | THOMSON-REUTERS - Thomson Reuters U.S. LLC | US |
WHOIS identity
No WHOIS records are currently associated with dcs.confirmation.com in WhisperGraph.
Subdomains
1 observed subdomain of dcs.confirmation.com.
| Subdomain |
|---|
| autodiscover.dcs.confirmation.com |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for dcs.confirmation.com.
| Mechanism | Target |
|---|---|
| SPF_A | dcs.confirmation.com |
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_A | mail.confirmation.com |
| SPF_A | mail1.confirmation.com |
| SPF_INCLUDE | spf-00309601.pphosted.com |
| SPF_IP | 67.208.222.0/26 |
| SPF_IP | 69.42.113.0/26 |
Related pages
Pivot deeper into the graph from dcs.confirmation.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dcs.confirmation.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.