Hostname
get.zenefits.com
Last fetched
get.zenefits.com resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
get.zenefits.com 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 |
|---|---|---|---|---|
| 104.18.38.46 | 104.18.38.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 15.197.167.90 | 15.197.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 172.64.149.210 | 172.64.149.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 3.33.186.135 | 3.33.176.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with get.zenefits.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for get.zenefits.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 132.226.34.113 |
| SPF_IP | 144.24.53.188 |
| SPF_IP | 198.135.131.20 |
| SPF_IP | 198.135.131.72/31 |
| SPF_IP | 38.102.162.89 |
| SPF_IP | 38.102.162.91 |
Related pages
Pivot deeper into the graph from get.zenefits.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "get.zenefits.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.