Vulnerability Scan Result

| Title: | 451 Unavailable For Legal Reasons |
| Description: | No description found |
| ip_address | 151.101.129.55 |
| country | US |
| network_name | Fastly, Inc. |
| asn | AS54113 |
| ip_address | 151.101.193.55 |
| country | US |
| network_name | Fastly, Inc. |
| asn | AS54113 |
| ip_address | 151.101.65.55 |
| country | US |
| network_name | Fastly, Inc. |
| asn | AS54113 |
| ip_address | 151.101.1.55 |
| country | US |
| network_name | Fastly, Inc. |
| asn | AS54113 |
80/tcp | http | Varnish - |
443/tcp | https | - - |
| Software / Version | Category |
|---|---|
| HSTS | Security |
| Varnish | Caching |
Web Application Vulnerabilities
Evidence
| URL | Response URL | Evidence |
|---|---|---|
| http://jobtalk.jp/ | http://jobtalk.jp/ | Communication is made over unsecure, unencrypted HTTP. |
Vulnerability description
We noticed that the communication between the web browser and the server is done using the HTTP protocol, which transmits data unencrypted over the network.
Risk description
The risk is that an attacker who manages to intercept the communication at the network level can read and modify the data transmitted (including passwords, secret tokens, credit card information and other sensitive data).
Recommendation
We recommend you to reconfigure the web server to use HTTPS - which encrypts the communication between the web browser and the server.
Classification
| CWE | CWE-319 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| Software / Version | Category |
|---|---|
| HSTS | Security |
| Varnish | Caching |
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
Vulnerability description
We have noticed that the server is missing the security.txt file, which is considered a good practice for web security. It provides a standardized way for security researchers and the public to report security vulnerabilities or concerns by outlining the preferred method of contact and reporting procedures.
Risk description
There is no particular risk in not having a security.txt file for your server. However, this file is important because it offers a designated channel for reporting vulnerabilities and security issues.
Recommendation
We recommend you to implement the security.txt file according to the standard, in order to allow researchers or users report any security issues they find, improving the defensive mechanisms of your server.
Classification
| CWE | CWE-1188 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Infrastructure Vulnerabilities
Evidence
We found insecure DNS cookie usage on the following nameservers: ns-1344.awsdns-40.org, ns-2019.awsdns-60.co.uk, ns-293.awsdns-36.com, ns-967.awsdns-56.net
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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.jobtalk.jp | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@jobtalk.jp;" |
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
We found insecure EDNS configuration on the following nameservers: ns-293.awsdns-36.com ns-293.awsdns-36.com:
Vulnerability description
We found that the server does not properly implement EDNS (Extension Mechanisms for DNS). EDNS allows larger DNS packets and supports modern features such as DNSSEC.
Risk description
The risk exists because improper or missing EDNS support can lead to truncated responses, degraded DNS performance, and compatibility issues with DNSSEC. This exposes users to risks such as incomplete DNS resolution and failed DNSSEC validation.
Recommendation
We recommend ensuring the proper implementation of EDNS on the DNS server. Update the DNS server software to support EDNS fully, including modern features like DNSSEC. Regularly test DNS configurations to ensure compliance and performance.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.jobtalk.jp | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@jobtalk.jp;" |
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
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| default | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2G4WDA2xNToqBQBYgkXZ8RaY1DVfQ+UPt0yWhOKUAgUdB2Az1iQrXPH1Xri5q5mlmarTSRRn3nZSnStDe77cSUeBjjHm0BURK1DSR6vnPiAw8l4ul6jA6T8ig80OeqzbXqRGnTcuQsq0M7g3AHlk9luaMRxesYj4tTu6ZFWXhcQIDAQAB" |
Vulnerability description
We found that the DKIM record uses common selectors. The use of common DKIM selectors such as default, test, dkim, or mail may indicate a lack of proper customization or key management. Attackers often target domains using such selectors because they suggest that the domain is relying on default configurations, which could be less secure and easier to exploit. This can increase the risk of DKIM key exposure or misuse.
Risk description
Using a common DKIM selector makes it easier for attackers to predict and exploit email authentication weaknesses. Attackers may attempt to find corresponding DKIM keys or improperly managed records associated with common selectors. If a common selector is coupled with a weak key length or poor key management practices, it significantly increases the likelihood of email spoofing and phishing attacks.
Recommendation
We recommend using unique, customized selectors for each DKIM key to make it more difficult for attackers to predict and target the domain's DKIM records. Regularly rotate selectors and associated keys to further strengthen the security of your domain's email authentication infrastructure.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.jobtalk.jp | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@jobtalk.jp;" |
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
| Software / Version | Category |
|---|---|
| Varnish | Caching |
| 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.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| jobtalk.jp | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:mdinnocent.maildealer.jp " "ip4:52.69.133.135/32 ip4:54.65.218.199/32 ip4:35.76.192.1/32 ip4:54.248.103.235/32 ip4:52.194.161.159/32 ip4:3.113.81.232/32 ip4:52.193.4.231/32 ip4:54.95.88.58/32 ip4:35.75.74.10/32 ip4:18.178.233.200/32 ip4:18.179.183.113/32 " "ip4:13.115.83.60/32 ip4:18.182.122.89/32 ip4:52.68.13.240/32 ip4:35.74.2.214/32 ip4:3.114.232.92/32 " "ip4:118.27.28.127/32 ip4:118.27.16.174/32 ip4:118.27.4.226/32 -all" |
Evidence
| Software / Version | Category |
|---|---|
| Varnish | Caching |
| 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.
Evidence
| Operating System | Accuracy |
|---|---|
| Crestron XPanel control system | 90% |
Vulnerability description
OS Detection
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| default | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2G4WDA2xNToqBQBYgkXZ8RaY1DVfQ+UPt0yWhOKUAgUdB2Az1iQrXPH1Xri5q5mlmarTSRRn3nZSnStDe77cSUeBjjHm0BURK1DSR6vnPiAw8l4ul6jA6T8ig80OeqzbXqRGnTcuQsq0M7g3AHlk9luaMRxesYj4tTu6ZFWXhcQIDAQAB" |
| s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsZX42tJQmrehyYiDdLx4TM2l9TUfz4j1fNpCDnQkOjUFwyARePeuhKHJB2JF/V+pxpCdxkjrOouHEguos8mKAE6FsxyrQQU1T4tUjLiQqEwFD2AJ7Y4kj7l8hKHtcuF9iB1ricJkOM6Zav46r6aLAvAgWV21xTgFByJBaYm0ftpnhngdoo+v3e7abGJG6gWVYnn0W" "3KsNCMZfiXL2llUIY3P/RB/4LS0Mm37V2rZwPfluq6MjmFf5UF9xR9/55VpQKPoF9+p+/8JeIXiVbnfvVeVfw1LXyODUUwFuq2PG6O21OgYmgJQNeyqkEcBTIvemOFc9Zu+y9s5XKhf+k/fwwIDAQAB" |
| s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuycWZz7eknUj7O0BRGDf6oG1+3DYJbBaP4jEJM84VSsCvDmil84s4Fpbz5P6oMZADAU11V67cTGG+tdcVA+GD1R8Iw4xQ5q60Yxok9D9MNVIbnUKcBdt/8DMbDlkjBOyACLYqlxrDcbSOiTIFoS9P5MIEU6q0ITWxbqXyii/JhQVuvlnkzh60YBkLa9Oc3iIDSVPJ" "9XT8HQZ0hpIdUvLkxqBK93oq9/0RqfkDagJa+Nc6kwg5YtAKfWOsxJCRlX7eG8OvrZGL2Avr5giNhx4wHwVZX8+9WgwteWs1h3zDYC6TkoMXxfQlvbWWjSNgqs+IziWKttETprJ2inMAo00JwIDAQAB" |
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| jobtalk.jp | A | IPv4 address | 151.101.129.55 |
| jobtalk.jp | A | IPv4 address | 151.101.1.55 |
| jobtalk.jp | A | IPv4 address | 151.101.193.55 |
| jobtalk.jp | A | IPv4 address | 151.101.65.55 |
| jobtalk.jp | NS | Name server | ns-1344.awsdns-40.org |
| jobtalk.jp | NS | Name server | ns-2019.awsdns-60.co.uk |
| jobtalk.jp | NS | Name server | ns-293.awsdns-36.com |
| jobtalk.jp | NS | Name server | ns-967.awsdns-56.net |
| jobtalk.jp | MX | Mail server | 10 mail.livesense.co.jp |
| jobtalk.jp | SOA | Start of Authority | ns-1344.awsdns-40.org. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 |
| jobtalk.jp | TXT | Text record | "_globalsign-domain-verification=KRYUAaIdI2Hm0sL3et24xMRZ1Z04xSIOipNqTFowDv" |
| jobtalk.jp | TXT | Text record | "google-site-verification=CIoJ6EokGeHPBeyNGxfctyhOUbm4hacmnaZpNA3CDz8" |
| jobtalk.jp | TXT | Text record | "google-site-verification=Lr_JoOk0iJWW9Bg56hHXbj4hjy8PvI5rgVYela-Mbuw" |
| jobtalk.jp | TXT | Text record | "google-site-verification=PcmUNe5dPUW8TrFzkvtUJXIOEr0MgTSLXPz33krGRM4" |
| jobtalk.jp | TXT | Text record | "google-site-verification=V1X89boKI1XbzMXZLnrS2Z2BKJHW0F7zQdY83vqOa4E" |
| jobtalk.jp | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:mdinnocent.maildealer.jp " "ip4:52.69.133.135/32 ip4:54.65.218.199/32 ip4:35.76.192.1/32 ip4:54.248.103.235/32 ip4:52.194.161.159/32 ip4:3.113.81.232/32 ip4:52.193.4.231/32 ip4:54.95.88.58/32 ip4:35.75.74.10/32 ip4:18.178.233.200/32 ip4:18.179.183.113/32 " "ip4:13.115.83.60/32 ip4:18.182.122.89/32 ip4:52.68.13.240/32 ip4:35.74.2.214/32 ip4:3.114.232.92/32 " "ip4:118.27.28.127/32 ip4:118.27.16.174/32 ip4:118.27.4.226/32 -all" |
| _dmarc.jobtalk.jp | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@jobtalk.jp;" |
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.
