Vulnerability Scan Result
IP address | 34.120.144.106 |
Country | US |
AS number | AS396982 |
Net name | Google LLC |
80/tcp | http | |
443/tcp | https |
Software / Version | Category |
---|---|
Angular 17.3.12 | JavaScript frameworks |
Microsoft Clarity 0.7.62 | Analytics |
Google Cloud | IaaS |
Google Cloud CDN | CDN |
Zone.js | JavaScript frameworks |
Google Analytics GA4 | Analytics |
HTTP/3 | Miscellaneous |
Nginx 1.27.3 | Web servers, Reverse proxies |
Open Graph | Miscellaneous |
PWA | Miscellaneous |
Webpack | Miscellaneous |
Module Federation | Miscellaneous |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
TypeScript | Programming languages |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://starfin.com.ua/ | Response headers do not include the Referrer-Policy HTTP security header as well as the <meta> tag with name 'referrer' is not present in the response. |
Vulnerability description
We noticed that the target application's server responses lack the <code>Referrer-Policy</code> HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
Risk description
The risk is that if a user visits a web page (e.g. "http://example.com/pricing/") and clicks on a link from that page going to e.g. "https://www.google.com", the browser will send to Google the full originating URL in the `Referer` header, assuming the Referrer-Policy header is not set. The originating URL could be considered sensitive information and it could be used for user tracking.
Recommendation
The Referrer-Policy header should be configured on the server side to avoid user tracking and inadvertent information leakage. The value `no-referrer` of this header instructs the browser to omit the Referer header entirely.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://starfin.com.ua/ | 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
URL | Evidence |
---|---|
https://starfin.com.ua/ | Response headers do not include the X-Content-Type-Options HTTP security header |
Vulnerability description
We noticed that the target application's server responses lack the <code>X-Content-Type-Options</code> header. This header is particularly important for preventing Internet Explorer from reinterpreting the content of a web page (MIME-sniffing) and thus overriding the value of the Content-Type header.
Risk description
The risk is that lack of this header could make possible attacks such as Cross-Site Scripting or phishing in Internet Explorer browsers.
Recommendation
We recommend setting the X-Content-Type-Options header such as `X-Content-Type-Options: nosniff`.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://starfin.com.ua/ | Response headers do not include the HTTP Strict-Transport-Security header |
Vulnerability description
We noticed that the target application lacks the HTTP Strict-Transport-Security header in its responses. This security header is crucial as it instructs browsers to only establish secure (HTTPS) connections with the web server and reject any HTTP connections.
Risk description
The risk is that lack of this header permits an attacker to force a victim user to initiate a clear-text HTTP connection to the server, thus opening the possibility to eavesdrop on the network traffic and extract sensitive information (e.g. session cookies).
Recommendation
The Strict-Transport-Security HTTP header should be sent with each HTTPS response. The syntax is as follows: `Strict-Transport-Security: max-age=<seconds>[; includeSubDomains]` The parameter `max-age` gives the time frame for requirement of HTTPS in seconds and should be chosen quite high, e.g. several months. A value below 7776000 is considered as too low by this scanner check. The flag `includeSubDomains` defines that the policy applies also for sub domains of the sender of the response.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
Angular 17.3.12 | JavaScript frameworks |
Microsoft Clarity 0.7.62 | Analytics |
Google Cloud | IaaS |
Google Cloud CDN | CDN |
Zone.js | JavaScript frameworks |
Google Analytics GA4 | Analytics |
HTTP/3 | Miscellaneous |
Nginx 1.27.3 | Web servers, Reverse proxies |
Open Graph | Miscellaneous |
PWA | Miscellaneous |
Webpack | Miscellaneous |
Module Federation | Miscellaneous |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
TypeScript | Programming languages |
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 |
Vulnerability description
Website is accessible.
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
starfin.com.ua | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~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.
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.starfin.com.ua | TXT | Text record | "v=DMARC1; p=none; rua=mailto:a.razvazhaiev@zecredit.com.ua" |
Vulnerability description
We found that the target uses p=none in the DMARC policy. The DMARC policy set to p=none means that the domain owner is not taking any action on emails that fail DMARC validation. This configuration effectively disables enforcement, allowing potentially spoofed or fraudulent emails to be delivered without any additional scrutiny.
Recommendation
We recommend changing the DMARC policy to p=quarantine or, ideally, p=reject to actively block or quarantine emails that fail DMARC validation. This will enhance the security of your domain against spoofing and phishing attacks by ensuring that only legitimate emails are delivered.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.starfin.com.ua | TXT | Text record | "v=DMARC1; p=none; rua=mailto:a.razvazhaiev@zecredit.com.ua" |
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.
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.starfin.com.ua | TXT | Text record | "v=DMARC1; p=none; rua=mailto:a.razvazhaiev@zecredit.com.ua" |
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.
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
starfin.com.ua | A | IPv4 address | 34.120.144.106 |
starfin.com.ua | NS | Name server | nsd4.srv53.net |
starfin.com.ua | NS | Name server | nsb2.srv53.org |
starfin.com.ua | NS | Name server | nsb3.srv53.net |
starfin.com.ua | NS | Name server | nsc3.srv53.com |
starfin.com.ua | NS | Name server | nsc2.srv53.org |
starfin.com.ua | NS | Name server | nsd2.srv53.com |
starfin.com.ua | NS | Name server | nsa1.srv53.com |
starfin.com.ua | NS | Name server | nsa4.srv53.net |
starfin.com.ua | NS | Name server | nsc2.srv53.net |
starfin.com.ua | NS | Name server | nsb1.srv53.com |
starfin.com.ua | NS | Name server | nsd1.srv53.org |
starfin.com.ua | NS | Name server | nsa2.srv53.org |
starfin.com.ua | MX | Mail server | 10 ALT4.ASPMX.L.GOOGLE.COM |
starfin.com.ua | MX | Mail server | 5 ALT1.ASPMX.L.GOOGLE.COM |
starfin.com.ua | MX | Mail server | 1 ASPMX.L.GOOGLE.COM |
starfin.com.ua | MX | Mail server | 10 ALT3.ASPMX.L.GOOGLE.COM |
starfin.com.ua | MX | Mail server | 5 ALT2.ASPMX.L.GOOGLE.COM |
starfin.com.ua | SOA | Start of Authority | nsa4.srv53.net. support.dnshosting.org. 1729610927 1800 600 2419200 1800 |
starfin.com.ua | TXT | Text record | "google-site-verification=FuYSMRupYU7jo9XIQNNPlkrXZ1dJ771co-aXRrFNjSo" |
starfin.com.ua | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
_dmarc.starfin.com.ua | TXT | Text record | "v=DMARC1; p=none; rua=mailto:a.razvazhaiev@zecredit.com.ua" |
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Vulnerability description
OS detection couldn't determine the operating system.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiEF0MWZq1EO9I+FzR3nm98Uy2Iu5wWZv8yp0eREv1ta0FMkE27NTSmoRW/Xxk152gg1HRc2gV66ri/eHR8bBBuompcIVGxiEBJaml2I9vPMBOz+ckuFAMEeXJhaAiHWoEZ8fZK5Omi0qn+9p2Lq/cfbFBOP5m4J2VwGFZDH0vdvWMF3CTRZa9vapKgdAb2V7e" "N08ngYRgCZ77PCnavpYMBsyMbybBsUFjuDX6PLGV/gRPpyZX0V6lnV9sHTa+agX2lAy2WV6Mv083QJy4JiWA1v+C3ilI/AFv2arERwpGbAD6SkM97wlZjfEbEq04alvUUHepCBcV7dAPJnnk0n/ewIDAQAB" |