Vulnerability Scan Result

IP address | 212.2.243.166 |
Country | US ![]() |
AS number | AS212047 |
Net name | CIVO Ltd |
22/tcp | ssh | OpenSSH 8.9p1 Ubuntu 3ubuntu0.13 |
80/tcp | http | nginx - |
443/tcp | https | nginx - |
Software / Version | Category |
---|---|
AdRoll | Advertising, Retargeting |
Linkedin Insight Tag | Analytics |
Microsoft Clarity 0.8.9 | Analytics |
Craft CMS | CMS |
Facebook Pixel 2.9.203 | Analytics |
Google Analytics GA4 | Analytics |
PHP | Programming languages |
SEOmatic | SEO |
Google Tag Manager | Tag managers |
Hotjar | Analytics |
HubSpot | Marketing automation |
HubSpot Chat | Live chat |
HubSpot Analytics | Analytics |
HSTS | Security |
theTradeDesk | Advertising |
Yii | Web frameworks |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://revenew.com/ | Response does not include the HTTP Content-Security-Policy security header or meta tag |
Vulnerability description
We noticed that the target application lacks the Content-Security-Policy (CSP) header in its HTTP responses. The CSP header is a security measure that instructs web browsers to enforce specific security rules, effectively preventing the exploitation of Cross-Site Scripting (XSS) vulnerabilities.
Risk description
The risk is that if the target application is vulnerable to XSS, lack of this header makes it easily exploitable by attackers.
Recommendation
Configure the Content-Security-Header to be sent with each HTTP response in order to apply the specific policies needed by the application.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
AdRoll | Advertising, Retargeting |
Linkedin Insight Tag | Analytics |
Microsoft Clarity 0.8.9 | Analytics |
Craft CMS | CMS |
Facebook Pixel 2.9.203 | Analytics |
Google Analytics GA4 | Analytics |
PHP | Programming languages |
SEOmatic | SEO |
Google Tag Manager | Tag managers |
Hotjar | Analytics |
HubSpot | Marketing automation |
HubSpot Chat | Live chat |
HubSpot Analytics | Analytics |
HSTS | Security |
theTradeDesk | Advertising |
Yii | Web frameworks |
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
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
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).
Classification
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Vulnerability description
Website is accessible.
Infrastructure Vulnerabilities
Evidence
We managed to detect a publicly accessible SSH service.
Starting Nmap ( https://nmap.org ) at 2025-05-23 08:42 EEST
Nmap scan report for revenew.com (212.2.243.166)
Host is up (0.094s latency).
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 8.9p1 Ubuntu 3ubuntu0.13 (Ubuntu Linux; protocol 2.0)
| ssh-auth-methods:
| Supported authentication methods:
| publickey
|_ password
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 2.06 seconds
Vulnerability description
We found that the SSH service with username/password authentication is publicly accessible. Network administrators often use remote administration protocols to control devices like switches, routers, and other essential systems. However, allowing these services to be accessible via the Internet can increase security risks, creating potential opportunities for attacks on the organization.
Risk description
Exposing this service online with username/password authentication can enable attackers to launch authentication attacks, like guessing login credentials, and potentially gaining unauthorized access. Vulnerabilities, such as unpatched software, protocol flaws, or backdoors could also be exploited. An example is the CVE-2024-3094 (XZ Utils Backdoor) vulnerability.
Recommendation
We recommend turning off SSH with username/password authentication access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the SSH service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, it is advisable to utilize SSH Public Key Authentication since it employs a key pair to verify the identity of a user or process.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
revenew.com | SPF | Sender Policy Framework | "v=spf1 include:us._netblocks.mimecast.com include:spf.protection.outlook.com include:zoho.com include:21935734.spf01.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.revenew.com | TXT | Text record | "v=DMARC1;p=none;rua=mailto:vservice@revenew.net,mailto:e990a2c7@mxtoolbox.dmarc-report.com,mailto:6ac3d88fc5@rua.easydmarc.us;ruf=mailto:vservice@revenew.net,mailto:e990a2c7@forensics.dmarc-report.com,mailto:6ac3d88fc5@ruf.easydmarc.us;fo=1;" |
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
We checked 2056 selectors but found no DKIM records.
Vulnerability description
We found that no DKIM record was configured. When a DKIM (DomainKeys Identified Mail) record is not present for a domain, it means that outgoing emails from that domain are not cryptographically signed. DKIM is a critical component of email authentication, allowing recipients to verify that an email was genuinely sent from an authorized server and that the message has not been altered in transit. The absence of a DKIM record leaves the domain vulnerable to email spoofing and phishing attacks, as attackers can send fraudulent emails that appear to originate from the domain without any cryptographic verification.
Risk description
Without a DKIM record, recipients have no way of verifying the integrity or authenticity of emails sent from the domain. This increases the likelihood of phishing and spoofing attacks, where malicious actors impersonate the domain to send fraudulent emails. This can lead to significant security incidents, such as credential theft, financial fraud, or the distribution of malware. Additionally, many email providers use DKIM as part of their spam and reputation filters, meaning that emails from a domain without DKIM may be flagged as spam or rejected, impacting the deliverability and reputation of legitimate emails.
Recommendation
We recommend implementing DKIM for your domain to enhance email security and protect your brand from email-based attacks. Generate a DKIM key pair (public and private keys), publish the public key in the DNS under the appropriate selector, and configure your email servers to sign outgoing messages using the private key. Ensure that the DKIM key length is at least 1024 bits to prevent cryptographic attacks. Regularly monitor DKIM signatures to ensure the system is functioning correctly and update keys periodically to maintain security.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
revenew.com | A | IPv4 address | 212.2.243.166 |
revenew.com | NS | Name server | ns22.worldnic.com |
revenew.com | NS | Name server | ns21.worldnic.com |
revenew.com | MX | Mail server | 10 us-smtp-inbound-1.mimecast.com |
revenew.com | MX | Mail server | 10 us-smtp-inbound-2.mimecast.com |
revenew.com | SOA | Start of Authority | NS21.WORLDNIC.com. namehost.WORLDNIC.com. 125051911 10800 3600 604800 3600 |
revenew.com | TXT | Text record | "MS=DBEB6E0C3188B42A1C7C7A99CA14A0596F42931B" |
revenew.com | SPF | Sender Policy Framework | "v=spf1 include:us._netblocks.mimecast.com include:spf.protection.outlook.com include:zoho.com include:21935734.spf01.hubspotemail.net ~all" |
_dmarc.revenew.com | TXT | Text record | "v=DMARC1;p=none;rua=mailto:vservice@revenew.net,mailto:e990a2c7@mxtoolbox.dmarc-report.com,mailto:6ac3d88fc5@rua.easydmarc.us;ruf=mailto:vservice@revenew.net,mailto:e990a2c7@forensics.dmarc-report.com,mailto:6ac3d88fc5@ruf.easydmarc.us;fo=1;" |
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
Operating System | Accuracy |
---|---|
Linux 2.6.32 | 96% |
Vulnerability description
OS Detection
Evidence
We managed to detect the redirect using the following Request / Response chain.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.
Evidence
Software / Version | Category |
---|---|
Craft CMS | CMS |
PHP | Programming languages |
Yii | Web frameworks |
SEOmatic | SEO |
theTradeDesk | Advertising |
Microsoft Clarity 0.8.9 | Analytics |
Linkedin Insight Tag | Analytics |
HubSpot Chat | Live chat |
HubSpot Analytics | Analytics |
HubSpot | Marketing automation |
Hotjar | Analytics |
Google Tag Manager | Tag managers |
Facebook Pixel 2.9.203 | Analytics |
Google Analytics GA4 | Analytics |
AdRoll | Advertising, Retargeting |
HSTS | Security |
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.