Hostname
croda.com
Last fetched
croda.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in IE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
croda.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 |
|---|---|---|---|---|
| 20.13.146.90 | 20.0.0.0/11 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IE |
| 20.166.173.251 | 20.160.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IE |
WHOIS identity
- Registrar
- iana:299
- Organization
- croda europe
- Contact emails
Subdomains
31 observed subdomains of croda.com.
Showing 25 of 31. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from croda.com in the public web crawl.
488 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for croda.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qp-mail.com |
| SPF_INCLUDE | _spf.questionpro.com |
| SPF_INCLUDE | _spfonp.croda.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 199.83.45.110 |
| SPF_IP | 199.83.45.111 |
| SPF_IP | 199.83.45.112 |
| SPF_IP | 199.83.45.113 |
| SPF_IP | 199.83.45.18 |
| SPF_IP | 199.83.45.19 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
Related pages
Pivot deeper into the graph from croda.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "croda.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.