Hostname
becker.com
Last fetched
becker.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
becker.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 |
|---|---|---|---|---|
| 104.18.4.36 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.5.36 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:468
- Organization
- andrew swanson
- Contact emails
- aswanson@becker.com
- domain-admin@colibrigroup.com
- domains@adtalem.com
- domainsadmin@becker.com
- gpartners@becker.com
- mben@becker.com
- 1b12ab17-eb79-40fd-aecb-9d2af6c3a348@identity-protect.org
- 27804221-5bc4-49e8-9c58-7ea83232931f@identity-protect.org
- 48088e3b-a76e-4086-95bc-f784a89e470f@identity-protect.org
- 52b158ae-620c-423b-ab8d-10ba186b9b2f@identity-protect.org
- 65275e3e-c07d-45fc-9546-856ae7f01eed@identity-protect.org
- c2a372f1-f5ce-4bea-b96e-56ec241bbd97@identity-protect.org
Subdomains
78 observed subdomains of becker.com.
Showing 25 of 78. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from becker.com in the public web crawl.
785 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for becker.com.
| Mechanism | Target |
|---|---|
| SPF_A | becker.com |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.mtasv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 206.209.110.150 |
| SPF_IP | 206.209.110.152 |
| SPF_IP | 54.209.163.74 |
| SPF_IP | 66.129.114.122 |
| SPF_MX | becker.com |
Related pages
Pivot deeper into the graph from becker.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "becker.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.