Vulnerability Scan Result

| Title: | RocketReach Lead Intelligence: Phone and Email Finder |
| Description: | RocketReach finds email, phone & social media for 700M+ professionals. Try for free at rocketreach.co. Automate lead intelligence and streamline your outreach! |
| ip_address | 172.66.172.192 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
| ip_address | 104.20.41.101 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | cloudflare - |
2082/tcp | http | Cloudflare http proxy - |
2083/tcp | https | nginx - |
2086/tcp | http | Cloudflare http proxy - |
2087/tcp | https | nginx - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | https-alt | cloudflare - |
| Software / Version | Category |
|---|---|
| AngularJS 1.4.2 | JavaScript frameworks |
| Linkedin Insight Tag | Analytics |
| Django | Web frameworks |
| Font Awesome | Font scripts |
| core-js 3.30.1 | JavaScript libraries |
| Goober | JavaScript libraries |
| Google Analytics | Analytics |
| Hammer.js 2.0.7 | JavaScript libraries |
| jQuery 2.2.4 | JavaScript libraries |
| jQuery UI 1.10.4 | JavaScript libraries |
| SvelteKit | UI frameworks |
| LottieFiles 5.5.0 | Miscellaneous |
| Marked | JavaScript libraries |
| MySQL | Databases |
| HeroUI | UI frameworks |
| Open Graph | Miscellaneous |
| PayPal | Payment processors |
| PHP | Programming languages |
| Python | Programming languages |
| React | JavaScript frameworks |
| DoubleClick Floodlight | Advertising |
| Svelte | JavaScript frameworks |
| Trix 1.1.0 | Rich text editors |
| Varify | A/B Testing |
| Vite | Miscellaneous |
| PWA | Miscellaneous |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| Chart.js | JavaScript graphics |
| Cloudflare | CDN |
| reCAPTCHA | Security |
| Google Tag Manager | Tag managers |
| HubSpot | Marketing automation |
| HubSpot Analytics | Analytics |
| OneTrust | Cookie compliance |
| HSTS | Security |
| Zendesk | Documentation, Issue trackers, Live chat |
Web Application Vulnerabilities
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | Summary |
|---|---|---|---|---|
| CVE-2024-21490 | 7.5 | 0.02246 | 0.84723 | This affects versions of the package angular from 1.3.0. A regular expression used to split the value of the ng-srcset directive is vulnerable to super-linear runtime due to backtracking. With large carefully-crafted input, this can result in catastrophic backtracking and cause a denial of service. **Note:** This package is EOL and will not receive any updates to address this issue. Users should migrate to [@angular/core](https://www.npmjs.com/package/@angular/core). |
Vulnerability description
Outdated or vulnerable software components include versions of server-side software that are no longer supported or have known, publicly disclosed vulnerabilities. Using outdated software significantly increases the attack surface of a system and may allow unauthorized access, data leaks, or service disruptions. Vulnerabilities in these components are often well-documented and actively exploited by attackers. Without security patches or vendor support, any weaknesses remain unmitigated, exposing the application to risks. In some cases, even after patching, the reported version may remain unchanged, requiring manual verification.
Risk description
The risk is that an attacker could search for an appropriate exploit (or create one himself) for any of these vulnerabilities and use it to attack the system. Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed 'high' severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
In order to eliminate the risk of these vulnerabilities, we recommend you check the installed software version and upgrade to the latest version.
Classification
| CWE | CWE-1035 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Cookie Name | Evidence |
|---|---|---|
| https://rocketreach.co/ | sessionid-20191028 | Set-Cookie: .rocketreach.co |
Vulnerability description
We found that the target application sets cookies with a domain scope that is too broad. Specifically, cookies intended for use within a particular application are configured in such a way that they can be accessed by multiple subdomains of the same primary domain.
Risk description
The risk is that a cookie set for example.com may be sent along with the requests sent to dev.example.com, calendar.example.com, hostedsite.example.com. Potentially risky websites under your main domain may access those cookies and use the victim session from the main site.
Recommendation
The `Domain` attribute should be set to the origin host to limit the scope to that particular server. For example if the application resides on server app.mysite.com, then it should be set to `Domain=app.mysite.com`
Classification
| CWE | CWE-614 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | Summary |
|---|---|---|---|---|
| CVE-2021-41184 | 6.5 | 0.25367 | 0.96262 | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `of` option of the `.position()` util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources. |
| CVE-2021-41183 | 6.5 | 0.02921 | 0.86528 | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML. A workaround is to not accept the value of the `*Text` options from untrusted sources. |
| CVE-2021-41182 | 6.5 | 0.27509 | 0.9647 | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `altField` option of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `altField` option is now treated as a CSS selector. A workaround is to not accept the value of the `altField` option from untrusted sources. |
| CVE-2022-31160 | 6.1 | 0.07763 | 0.92016 | jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`. |
| CVE-2016-7103 | 6.1 | 0.01397 | 0.80575 | Cross-site scripting (XSS) vulnerability in jQuery UI before 1.12.0 might allow remote attackers to inject arbitrary web script or HTML via the closeText parameter of the dialog function. |
Vulnerability description
Outdated or vulnerable software components include versions of server-side software that are no longer supported or have known, publicly disclosed vulnerabilities. Using outdated software significantly increases the attack surface of a system and may allow unauthorized access, data leaks, or service disruptions. Vulnerabilities in these components are often well-documented and actively exploited by attackers. Without security patches or vendor support, any weaknesses remain unmitigated, exposing the application to risks. In some cases, even after patching, the reported version may remain unchanged, requiring manual verification.
Risk description
The risk is that an attacker could search for an appropriate exploit (or create one himself) for any of these vulnerabilities and use it to attack the system. Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed 'high' severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
In order to eliminate the risk of these vulnerabilities, we recommend you check the installed software version and upgrade to the latest version.
Classification
| CWE | CWE-1035 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Cookie Name | Evidence |
|---|---|---|
| https://rocketreach.co/ | validation_token | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: validation_token=lkOdADiDQUmTqXteya5S4Pts9NaST1qR |
Vulnerability description
We found that a cookie has been set without the HttpOnly flag, which means it can be accessed by potentially malicious JavaScript code running inside the web page. The root cause for this usually revolves around misconfigurations in the code or server settings.
Risk description
The risk is that an attacker who injects malicious JavaScript code on the page (e.g. by using an XSS attack) can access the cookie and can send it to another site. In case of a session cookie, this could lead to session hijacking.
Recommendation
Ensure that the HttpOnly flag is set for all cookies.
Classification
| CWE | CWE-1004 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | Summary |
|---|---|---|---|---|
| CVE-2020-11023 | 6.9 | 0.439 | 0.9757 | In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. |
| CVE-2020-11022 | 6.9 | 0.02391 | 0.8517 | In jQuery starting with 1.12.0 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. |
| CVE-2019-11358 | 6.1 | 0.02362 | 0.85078 | jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype. |
| CVE-2015-9251 | 6.1 | 0.25594 | 0.96288 | jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. |
Vulnerability description
Outdated or vulnerable software components include versions of server-side software that are no longer supported or have known, publicly disclosed vulnerabilities. Using outdated software significantly increases the attack surface of a system and may allow unauthorized access, data leaks, or service disruptions. Vulnerabilities in these components are often well-documented and actively exploited by attackers. Without security patches or vendor support, any weaknesses remain unmitigated, exposing the application to risks. In some cases, even after patching, the reported version may remain unchanged, requiring manual verification.
Risk description
The risk is that an attacker could search for an appropriate exploit (or create one himself) for any of these vulnerabilities and use it to attack the system. Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed 'high' severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
In order to eliminate the risk of these vulnerabilities, we recommend you check the installed software version and upgrade to the latest version.
Classification
| CWE | CWE-1035 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://rocketreach.co/ | Response headers include the HTTP Content-Security-Policy security header with the following security issues: |
Vulnerability description
We noticed that the Content-Security-Policy (CSP) header configured for the web application includes unsafe directives. The CSP header activates a protection mechanism implemented in web browsers which prevents exploitation of Cross-Site Scripting vulnerabilities (XSS) by restricting the sources from which content can be loaded or executed.
Risk description
For example, if the unsafe-inline directive is present in the CSP header, the execution of inline scripts and event handlers is allowed. This can be exploited by an attacker to execute arbitrary JavaScript code in the context of the vulnerable application.
Recommendation
Remove the unsafe values from the directives, adopt nonces or hashes for safer inclusion of inline scripts if they are needed, and explicitly define the sources from which scripts, styles, images or other resources can be loaded.
Classification
| CWE | CWE-1021 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
Vulnerability description
We found the robots.txt on the target server. This file instructs web crawlers what URLs and endpoints of the web application they can visit and crawl. Website administrators often misuse this file while attempting to hide some web pages from the users.
Risk description
There is no particular security risk in having a robots.txt file. However, it's important to note that adding endpoints in it should not be considered a security measure, as this file can be directly accessed and read by anyone.
Recommendation
We recommend you to manually review the entries from robots.txt and remove the ones which lead to sensitive locations in the website (ex. administration panels, configuration files, etc).
Evidence
| Software / Version | Category |
|---|---|
| AngularJS 1.4.2 | JavaScript frameworks |
| Linkedin Insight Tag | Analytics |
| Django | Web frameworks |
| Font Awesome | Font scripts |
| core-js 3.30.1 | JavaScript libraries |
| Goober | JavaScript libraries |
| Google Analytics | Analytics |
| Hammer.js 2.0.7 | JavaScript libraries |
| jQuery 2.2.4 | JavaScript libraries |
| jQuery UI 1.10.4 | JavaScript libraries |
| SvelteKit | UI frameworks |
| LottieFiles 5.5.0 | Miscellaneous |
| Marked | JavaScript libraries |
| MySQL | Databases |
| HeroUI | UI frameworks |
| Open Graph | Miscellaneous |
| PayPal | Payment processors |
| PHP | Programming languages |
| Python | Programming languages |
| React | JavaScript frameworks |
| DoubleClick Floodlight | Advertising |
| Svelte | JavaScript frameworks |
| Trix 1.1.0 | Rich text editors |
| Varify | A/B Testing |
| Vite | Miscellaneous |
| PWA | Miscellaneous |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| Chart.js | JavaScript graphics |
| Cloudflare | CDN |
| reCAPTCHA | Security |
| Google Tag Manager | Tag managers |
| HubSpot | Marketing automation |
| HubSpot Analytics | Analytics |
| OneTrust | Cookie compliance |
| HSTS | Security |
| Zendesk | Documentation, Issue trackers, Live chat |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Classification
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Method | Summary |
|---|---|---|
| https://rocketreach.co/ | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: GET, HEAD, OPTIONS` Request / Response |
Vulnerability description
We have noticed that the webserver responded with an Allow HTTP header when an OPTIONS HTTP request was sent. This method responds to requests by providing information about the methods available for the target resource.
Risk description
The only risk this might present nowadays is revealing debug HTTP methods that can be used on the server. This can present a danger if any of those methods can lead to sensitive information, like authentication information, secret keys.
Recommendation
We recommend that you check for unused HTTP methods or even better, disable the OPTIONS method. This can be done using your webserver configuration.
Classification
| CWE | CWE-16 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Infrastructure Vulnerabilities
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.rocketreach.co | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:jkj2ft4m@rua.dmarceye.com; pct=100; fo=1; ri=86400" |
Vulnerability description
We found that the DMARC record for the domain is not configured with ruf tag. A missing ruf (forensic reporting) tag in a DMARC record indicates that the domain owner has not enabled the collection of detailed failure reports. Forensic reports provide valuable insights into specific instances where emails fail DMARC authentication. Without the ruf tag, the domain administrator loses the ability to receive and analyze these reports, making it difficult to investigate individual email failures or identify targeted phishing or spoofing attacks that may be exploiting weaknesses in the email authentication setup.
Risk description
Without forensic reports (ruf), domain owners have limited visibility into the specifics of failed DMARC validation. This means potential malicious activity, such as email spoofing or phishing attempts, might go unnoticed until they result in more significant security breaches or reputational damage. Forensic reports allow for quick response to email abuses by providing detailed information about the failure, including the header information of the emails involved. The absence of this data hampers an organization's ability to identify and mitigate threats targeting its domain, increasing the risk of ongoing spoofing and fraud.
Recommendation
We recommend configuring the ruf tag in the DMARC record. This tag specifies where forensic reports should be sent, providing the domain owner with detailed data on DMARC validation failures. Forensic reports allow administrators to analyze why certain emails failed authentication, making it easier to fine-tune DMARC policies or address potential vulnerabilities. Ensure that the ruf email address belongs to a secure and trusted location capable of handling sensitive email data.
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| zendesk1 | rsa | 912 | "v=DKIM1;t=s;n=core;k=rsa;p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9IqdLrO3Zr2/56MHt8oQVCQorP0Bl2Fz9sM2tFBnJCdB/HogQmuudEg2xAovCN2PYpw44UijIvPuBoT9vxiv6ZCBJTLJXa82r6ke5rE4tbe9" "NKFIrVIb9S306cJDrnKFMDb8p0dU/Su0+eUR5gVAOtCuz2L8HAzs5edvsEvD/Fb4ny1RLNSEPZkIQLfGhVxQeWANm3+1Jwb/OBVXV9k0nKpWrpgqcmO7NzroJirp014RQY7rGi60JLUubc6XhvoFQBQrtOAdVlZC5wvfS1bgpq5kQpdP7cajIqWCeqxPTeo0ZUpey2ZcaygEsZz0Z3Gs5wDzyuqd7/ADpr2jNF7ozwIDAQAB" |
Vulnerability description
We found that the DKIM key length is under 1024-bit. When a DKIM (DomainKeys Identified Mail) key length is under 1024-bit, it is considered weak by modern cryptographic standards. Shorter key lengths, such as 512 or 768 bits, are vulnerable to brute-force attacks, where an attacker could potentially forge a valid DKIM signature for a domain. This undermines the entire purpose of DKIM, which is to authenticate email messages and prevent email spoofing by verifying that the message headers have not been tampered with. A DKIM key under 1024 bits significantly reduces the difficulty for attackers to break the signature.
Risk description
The primary risk of using a DKIM key with fewer than 1024 bits is that it weakens the domain's email authentication security, making it more susceptible to brute-force attacks. If an attacker successfully forges a DKIM signature, they can impersonate legitimate senders and send fraudulent or phishing emails that appear authentic to the recipient. This can lead to financial losses, reputational damage, and an increased risk of targeted attacks, as recipients are more likely to trust emails that pass DKIM verification.
Recommendation
We recommend using a DKIM key with a length of at least 1024 bits. Ideally, 2048-bit keys should be used, as they provide a higher level of security and are more resistant to brute-force attacks. Organizations should regularly audit their DKIM configurations and rotate cryptographic keys periodically to maintain security. In addition, any DKIM keys that are less than 1024 bits should be immediately replaced with stronger keys to prevent exploitation.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| rocketreach.co | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:sendgrid.net include:_spf.salesforce.com include:mail.zendesk.com include:20894600.spf10.hubspotemail.net ~all" |
Vulnerability description
We found that the Sender Policy Framework (SPF) record for the domain is configured with ~all (soft fail), which indicates that emails from unauthorized IP addresses are not explicitly denied. Instead, the recipient mail server is instructed to treat these messages with suspicion but may still accept them. This configuration may not provide enough protection against email spoofing and unauthorized email delivery, leaving the domain more vulnerable to impersonation attempts.
Risk description
The ~all directive in an SPF record allows unauthorized emails to pass through some email servers, even though they fail SPF verification. While such emails may be marked as suspicious or placed into a spam folder, not all mail servers handle soft fail conditions consistently. This creates a risk that malicious actors can spoof the domain to send phishing emails or other fraudulent communications, potentially causing damage to the organization's reputation and leading to successful social engineering attacks.
Recommendation
We recommend changing the SPF record's ~all (soft fail) directive to -all (hard fail). The -all setting tells recipient mail servers to reject emails from any IP addresses not listed in the SPF record, providing stronger protection against email spoofing. Ensure that all legitimate IP addresses and services that send emails on behalf of your domain are properly included in the SPF record before implementing this change.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.rocketreach.co | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:jkj2ft4m@rua.dmarceye.com; pct=100; fo=1; ri=86400" |
Vulnerability description
We found that the DMARC record for the domain is not configured with sp policy, meaning that no policy is enforced for subdomains. When a DMARC record does not include a subdomain policy (sp directive), subdomains are not explicitly covered by the main domain's DMARC policy. This means that emails sent from subdomains (e.g., sub.example.com) may not be subject to the same DMARC enforcement as the main domain (example.com). As a result, attackers could potentially spoof emails from subdomains without being blocked or flagged, even if the main domain has a strict DMARC policy.
Risk description
Without a subdomain policy (sp directive) in the DMARC record, subdomains are not protected by the same DMARC enforcement as the main domain, leaving them vulnerable to spoofing attacks. This inconsistency can be exploited by attackers to send phishing emails from subdomains, undermining the organization’s overall email security.
Recommendation
To mitigate the risk, we recommend configuring the DMARC record with a subdomain policy by adding the sp=reject or sp=quarantine directive. This will extend DMARC enforcement to all subdomains, preventing spoofing attempts and maintaining consistent security across both the main domain and its subdomains.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.rocketreach.co | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:jkj2ft4m@rua.dmarceye.com; pct=100; fo=1; ri=86400" |
Vulnerability description
We found that the target uses p=quarantine in the DMARC policy. When a DMARC policy is set to p=quarantine, emails that fail DMARC validation are delivered but placed in the recipient’s spam or junk folder. Although it offers some protection, this policy is less strict than p=reject, which blocks such emails entirely.
Risk description
While emails failing DMARC validation are sent to the spam folder, users may still retrieve them from there, leading to a higher risk of phishing and spoofing attacks succeeding. Moreover, less strict enforcement may allow more fraudulent emails to reach user inboxes if misclassified.
Recommendation
We recommend considering moving to a stricter policy, such as p=reject, where emails that fail DMARC validation are completely rejected rather than delivered to spam folders. This reduces the risk of users interacting with potentially malicious emails.
Evidence
We found insecure DNS cookie usage on the following nameservers: desi.ns.cloudflare.com, wilson.ns.cloudflare.com
Vulnerability description
We found that the server does not implement DNS Cookies or uses them insecurely. DNS Cookies help prevent DNS-based attacks, such as spoofing and amplification attacks.
Risk description
The risk exists because without DNS Cookies, the server is vulnerable to DNS spoofing and amplification attacks. Attackers can manipulate responses or use the server in distributed denial-of-service (DDoS) attacks, compromising network availability and security.
Recommendation
We recommend enabling DNS Cookies to prevent spoofed DNS responses. Ensure proper cookie validation is implemented to mitigate DNS amplification attacks. Regularly update DNS servers to support the latest DNS security features.
Evidence
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| Python | Programming languages |
| MySQL | Databases |
| PHP | Programming languages |
| Django | Web frameworks |
| HeroUI | UI frameworks |
| React | JavaScript frameworks |
| PayPal | Payment processors |
| Zendesk | Documentation, Issue trackers, Live chat |
| OneTrust | Cookie compliance |
| Google Analytics | Analytics |
| Varify | A/B Testing |
| HubSpot Analytics | Analytics |
| HubSpot | Marketing automation |
| Google Tag Manager | Tag managers |
| reCAPTCHA | Security |
| DoubleClick Floodlight | Advertising |
| Linkedin Insight Tag | Analytics |
| HSTS | Security |
| Cloudflare | CDN |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Software / Version | Category |
|---|---|
| PayPal | Payment processors |
| Linkedin Insight Tag | Analytics |
| HSTS | Security |
| Cloudflare | CDN |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Operating System | Accuracy |
|---|---|
| FreeBSD 11.1-STABLE | 91% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| PayPal | Payment processors |
| Linkedin Insight Tag | Analytics |
| HSTS | Security |
| Cloudflare | CDN |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| rocketreach.co | A | IPv4 address | 172.66.172.192 |
| rocketreach.co | A | IPv4 address | 104.20.41.101 |
| rocketreach.co | NS | Name server | desi.ns.cloudflare.com |
| rocketreach.co | NS | Name server | wilson.ns.cloudflare.com |
| rocketreach.co | MX | Mail server | 1 aspmx.l.google.com |
| rocketreach.co | MX | Mail server | 10 alt1.aspmx.l.google.com |
| rocketreach.co | MX | Mail server | 10 alt2.aspmx.l.google.com |
| rocketreach.co | MX | Mail server | 20 alt3.aspmx.l.google.com |
| rocketreach.co | MX | Mail server | 20 alt4.aspmx.l.google.com |
| rocketreach.co | MX | Mail server | 85 mx.zoho.com |
| rocketreach.co | MX | Mail server | 90 mx2.zoho.com |
| rocketreach.co | SOA | Start of Authority | desi.ns.cloudflare.com. dns.cloudflare.com. 2403225931 10000 2400 604800 1800 |
| rocketreach.co | AAAA | IPv6 address | 2606:4700:10::ac42:acc0 |
| rocketreach.co | AAAA | IPv6 address | 2606:4700:10::6814:2965 |
| rocketreach.co | TXT | Text record | "lovable_verification=EkPeoKcXKPJc13fRwDpd" |
| rocketreach.co | TXT | Text record | "MS=DDBBECC3616C0BDC72EB36F1C0599884C5717DAB" |
| rocketreach.co | TXT | Text record | "jetbrains-domain-verification=edu0boz7py3x08v31hwd1a0a8" |
| rocketreach.co | TXT | Text record | "cursor-domain-verification-z1aeq9=Zf9PjnTKnrO82czYSYEH775GA" |
| rocketreach.co | TXT | Text record | "facebook-domain-verification=brvvyr776e71akmsn6e85hw1s83xnt" |
| rocketreach.co | TXT | Text record | "anthropic-domain-verification-kv1cvr=P9ZQCQtS1Ix6k051W5GIiSJZc" |
| rocketreach.co | TXT | Text record | "google-site-verification=9J9q7xAvNoR83Qq-3sqNbKI_pb17lzhWiCrwD5Iiwa4" |
| rocketreach.co | TXT | Text record | "google-site-verification=Q9Q-WAIMyScMES1setqkftrboMFAwT0RDvetKTmVS-s" |
| rocketreach.co | TXT | Text record | "google-site-verification=YCMB7WUhAGsanBQMQg2aDPWn-enojzFS9ZMTdpbvkx8" |
| rocketreach.co | TXT | Text record | "google-site-verification=c7iMRP_rQ-QwUHSExvgpEnrNJf2RFw05BHX1fYNDMks" |
| rocketreach.co | TXT | Text record | "google-site-verification=ha_nfPPvHzMlqldbdi8XuYYUrBO72jj09ZRetywIHvk" |
| rocketreach.co | TXT | Text record | "google-site-verification=omfdNjkVhJT7-tQNAVKMCRjMKo2fBVMB95TKHU2ZJS0" |
| rocketreach.co | TXT | Text record | "google-site-verification=qHNKBLO4NPQNIONoCev-0XW7pBK5X_XGSvGZbpQAfiA" |
| rocketreach.co | TXT | Text record | "mgverify=e7e1cd4cc2e19ac93c8118e4e69bfacb0b9fccb5414e53aabf7a4d350c4f4b76" |
| rocketreach.co | TXT | Text record | "hubspot-developer-verification=YWNiZTBjMGUtZmUxZi00ODY5LWFiZDYtZGYxZTZkMmM4ZTk1" |
| rocketreach.co | TXT | Text record | "stripe-verification=0fc04691a9d4422d46b4fdcff0ab53f87d4b3699249a3047a7ca3ea063dbe8a7" |
| rocketreach.co | TXT | Text record | "astra-target-verification=929dcd5e34219434e7e361412777ea77be220c9ae8e6548253b578bd283d7ce7" |
| rocketreach.co | TXT | Text record | "atlassian-domain-verification=Dv7n4OuTwGKHD29BVGQoBMKUdf9jWGDtaiceDJXvILq9ar7YzxmDwv5ommfeVCqB" |
| rocketreach.co | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:sendgrid.net include:_spf.salesforce.com include:mail.zendesk.com include:20894600.spf10.hubspotemail.net ~all" |
| _dmarc.rocketreach.co | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:jkj2ft4m@rua.dmarceye.com; pct=100; fo=1; ri=86400" |
Risk description
An initial step for an attacker aiming to learn about an organization involves conducting searches on its domain names to uncover DNS records associated with the organization. This strategy aims to amass comprehensive insights into the target domain, enabling the attacker to outline the organization's external digital landscape. This gathered intelligence may subsequently serve as a foundation for launching attacks, including those based on social engineering techniques. DNS records pointing to services or servers that are no longer in use can provide an attacker with an easy entry point into the network.
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCylDDjKm0sdGOuNf6pHo3Ig0CO8Aj90ElhbXHfgdmCxA83bqnbSkfQLfsA0LBzAjIT5t7AVVFbc9EG2p8KwP59aOphvhgzyFBNbxzSTUmgYNOrfHEf7m2FdbqaeuliCmS02FIKxvPWU0VV+l7uhx2lt5vqESoIXKGpSaqVipBXfwIDAQAB" | |
| mandrill | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrLHiExVd55zd/IQ/J/mRwSRMAocV/hMB3jXwaHH36d9NaVynQFYV8NaWi69c1veUtRzGt7yAioXqLj7Z4TeEUoOLgrKsn8YnckGs9i3B3tVFB+Ch/4mPhXWiNfNdynHWBcPcbJ8kjEQ2U8y78dHZj1YeRXXVvWob2OaKynO8/lQIDAQAB;" |
| s2 | rsa | 1296 | "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDvHreLZf0ybimWSGQf1otpiJOs+ooAhhjRXJDSF2LKELYPKLOVfvDMv7Daq645kwr6aEyM/Hru05KbCjarR/SxwEoB+5XMi8TfWKl9u5WybqmOQQpW8xhcAZC8/ORjEU56ATkEDs9ZcrVUmpVbG6Zy9PhyqNSzOKvxykJzxlvn0wIDAQAB" |
| s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArnuPdkJ8L0Fz2X+jrFPwZS9ZqqhYDnMNFTGCUHnc1p5NhUwxuHpBkJjFtA5lJQk4q2LRHtJ1HVCI8KsAUI69Cgczr08LESoztoPcl21zGWqnaT7hShRWPgR9Xo3mj7aYiwv/Rsh1cq3EXIOcp1jloTq2jyp8mzfy6Qph834+rP7m3ijOdYGVqAFbDKDT8l2kwtod2" "G3zVaoldAWxY/evgqsK/cU3+MT3DdFCrcjUFuH8/wm/bbr1FBhPeY9rOueSAlrP7hVnIPPIlzi2Lh/hL9zThIwxZ6Bu10SE9xc96F8kWaIfF9MSbJhfGh75IFGd1CVJOuID/Vy1oAWEYwUzAQIDAQAB" |
| zendesk1 | rsa | 912 | "v=DKIM1;t=s;n=core;k=rsa;p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9IqdLrO3Zr2/56MHt8oQVCQorP0Bl2Fz9sM2tFBnJCdB/HogQmuudEg2xAovCN2PYpw44UijIvPuBoT9vxiv6ZCBJTLJXa82r6ke5rE4tbe9" "NKFIrVIb9S306cJDrnKFMDb8p0dU/Su0+eUR5gVAOtCuz2L8HAzs5edvsEvD/Fb4ny1RLNSEPZkIQLfGhVxQeWANm3+1Jwb/OBVXV9k0nKpWrpgqcmO7NzroJirp014RQY7rGi60JLUubc6XhvoFQBQrtOAdVlZC5wvfS1bgpq5kQpdP7cajIqWCeqxPTeo0ZUpey2ZcaygEsZz0Z3Gs5wDzyuqd7/ADpr2jNF7ozwIDAQAB" |
Evidence
| Software / Version | Category |
|---|---|
| PayPal | Payment processors |
| Linkedin Insight Tag | Analytics |
| HSTS | Security |
| Cloudflare | CDN |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.