Hostname
dayforce.com
Last fetched
dayforce.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
dayforce.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 |
|---|---|---|---|---|
| 20.119.16.26 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- iana:625
- Organization
- dnstination
- Contact emails
Subdomains
67 observed subdomains of dayforce.com.
Showing 25 of 67. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dayforce.com in the public web crawl.
542 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for dayforce.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | spf1.dayforce.com |
| SPF_IP | 20.5.80.155/32 |
| SPF_IP | 20.5.82.25/32 |
| SPF_IP | 205.220.171.21 |
| SPF_IP | 205.220.183.21 |
| SPF_IP | 208.84.65.220/32 |
| SPF_IP | 3.223.159.84 |
| SPF_IP | 34.196.213.209 |
| SPF_IP | 34.201.178.5 |
| SPF_IP | 34.224.161.185 |
| SPF_IP | 40.114.119.86 |
| SPF_IP | 54.211.103.137 |
| SPF_IP | 67.231.152.177/32 |
| SPF_MX | dayforce.com |
Related pages
Pivot deeper into the graph from dayforce.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dayforce.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.