100%の合格率を試そう!更新されたのはCAS-005日本語試験問題 [2026]
合格させるCAS-005日本語試験にはリアル問題解答
質問 # 114
内部ネットワークへの侵入テストの後、次のレポートが生成されました。
攻撃を修復するには、次のうちどれが推奨されますか?
- A. SQLSVを削除しています
- B. KRBTGTパスワードのローテーション
- C. ローカルドメインをリセットしています
- D. ADMIN01$ を再イメージ化しています
正解:B
解説:
The KRBTGT account is a critical account used by the Kerberos authentication protocol. The fact that the hash for KRBTGT.CORP.LOCAL was successfully collected during the attack indicates that the attacker may have gained access to Kerberos tickets and could potentially impersonate users. Rotating the KRBTGT password helps mitigate the risk of Kerberos ticket forging, which is a common post-exploitation technique in attacks such as Pass-the-Ticket and Golden Ticket attacks. This will prevent attackers from using stolen hashes to impersonate users or gain unauthorized access to the domain.
質問 # 115
セキュリティ アーキテクトは、セキュリティ構成のベースラインを開発したいと考えています。これらの構成は、マシンが作成されるときに自動的に利用されます。この目標を達成するために、セキュリティ アーキテクトは次のどのテクノロジを展開する必要がありますか?
- A. アンシブル
- B. CMDB
- C. ショート
- D. ガスブ
正解:A
解説:
To develop a baseline of security configurations that will be automatically utilized when a machine is created, the security architect should deploy Ansible. Here's why:
Automation: Ansible is an automation tool that allows for the configuration, management, and deployment of applications and systems. It ensures that security configurations are consistently applied across all new machines.
Scalability: Ansible can scale to manage thousands of machines, making it suitable for large enterprises that need to maintain consistent security configurations across their infrastructure.
Compliance: By using Ansible, organizations can enforce compliance with security policies and standards, ensuring that all systems are configured according to best practices.
Reference:
CompTIA Security+ SY0-601 Study Guide by Mike Chapple and David Seidl
Ansible Documentation: Best Practices
NIST Special Publication 800-40: Guide to Enterprise Patch Management Technologies
質問 # 116
セキュリティエンジニアは、企業のプライベートクラウド内に複数のサーバーを構築する必要があります。これらのサーバーには、接続をサポートする仮想ネットワークインフラストラクチャと、事前定義されたテンプレートを使用して適用されたセキュリティ構成が必要です。セキュリティエンジニアが導入を検討する際に最適なオプションは次のうちどれですか?
- A. コンテナ オーケストレーション ソリューションをローカルにインストールし、インフラストラクチャを構成し、ソリューションを複製する
- B. クラウドプロバイダーAPIを企業が使用するCI/CDパイプラインモデルに統合する
- C. クラウドプロバイダーマーケットプレイスでテンプレートを作成し、そのテンプレートを使用してソリューションをモデル化する
- D. Terraform を使用して、既存のプライベート クラウド ソリューションでインフラストラクチャをコード モデルとして実装する
正解:D
質問 # 117
企業は、政府のポリシーに準拠するために制御を実装する際に、次のセキュリティ要件を満たす必要があります。
* システム ドキュメント リポジトリへのアクセスには MFA が有効になっている必要があります。
* 継続的なリスク監視はシステムダッシュボードに表示する必要があります。
* スタッフは定期的なタスクに関する電子メール通知を受信する必要があります。
これらすべての要件を最もよく満たすのは次のどれですか?
- A. リスクレジスターの作成
- B. 特権アクセス管理システムの構成
- C. 脆弱性管理プログラムの立ち上げ
- D. GRCツールの実装
正解:D
質問 # 118
マーケティング部門が顧客に送信したメールが、顧客の迷惑メールフォルダに振り分けられています。セキュリティチームがこの問題を調査したところ、メールサーバーで使用されている証明書は再発行されたものの、DNSレコードが更新されていなかったことが判明しました。この問題を解決するために、セキュリティチームが更新すべき項目は次のうちどれですか(3つ選択してください)。
- A. SASC
- B. DKIM
- C. DNSSEC
- D. DMARC
- E. SOA
- F. SPF
- G. SAN
- H. MX
正解:B、D、F
解説:
To prevent emails from being marked as spam, several DNS records related to email authentication need to be properly configured and updated when there are changes to the email server's certificates:
DMARC (Domain-based Message Authentication, Reporting & Conformance): DMARC records help email servers determine how to handle messages that fail SPF or DKIM checks, improving email deliverability and reducing the likelihood of emails being marked as spam.
SPF (Sender Policy Framework): SPF records specify which mail servers are authorized to send email on behalf of your domain. Updating the SPF record ensures that the new email server is recognized as an authorized sender.
質問 # 119
地域性と予算の制約により、組織のサテライトオフィスへの帯域幅割り当ては他のオフィスよりも低くなっています。そのため、現地のセキュリティインフラストラクチャ担当者は、脅威の可視性を犠牲にすることなく、ネットワーク帯域幅を節約し、社内外のリソースへの速度を向上させるアーキテクチャオプションを検討しています。次のうち、実装するのに最適なオプションはどれですか?
- A. ローカルキャッシュ
- B. コンテンツ配信ネットワーク
- C. SD-WAN の垂直的異種性
- D. 分散接続割り当て
正解:A
解説:
The goal is to optimize bandwidth, increase speed, and maintain threat visibility in a low-bandwidth satellite office.Local cachingstores frequently accessed data locally, reducing bandwidth usage by minimizing repeated requests to external or internal resources. It speeds up access and doesn't inherently reduce security visibility if paired with monitoring tools.
Option A:Distributed connection allocation might balance traffic but doesn't directly reduce bandwidth usage or speed up access.
Option B:Local caching is ideal-reduces bandwidth, improves performance, and maintains visibility with proper security controls.
Option C:A CDN is great for external content delivery but less relevant for internal resources and doesn't inherently address threat visibility.
Option D:SD-WAN improves WAN performance, but "vertical heterogeneity" is vague and not a standard term; it's less tailored to this scenario than caching.
質問 # 120
セキュリティアーキテクトが、検出機能をサポートするために、組織のクラウド本番環境にSOARソリューションを実装しています。次のうち、最も可能性の高いメリットはどれですか?
- A. リスクの可視性の向上
- B. 最適化されたクラウドリソースの利用
- C. 自動化されたファイアウォールログ収集タスク
- D. セキュリティオペレーションセンターのパフォーマンスの向上
正解:D
解説:
A SOAR platform streamlines and automates repetitive detection and response workflows, like alert triage, enrichment, and ticketing, freeing up analysts to focus on high-value tasks. This orchestration capability reduces mean time to acknowledge and respond, directly boosting overall SOC efficiency and performance.
質問 # 121
セキュリティ エンジニアは、次の要件を満たすソリューションを開発しています。
* すべてのエンドポイントは SIEM を使用してテレメトリを確立できる必要があります。
* すべてのエンドポイントを XDR プラットフォームに統合できる必要があります。
* SOC サービスは XDR プラットフォームを監視できる必要があります。
セキュリティ エンジニアが要件を満たすために実装する必要があるのは次のうちどれですか (2 つ選択してください)。
- A. Webアプリケーションファイアウォール
- B. TPM
- C. HIDS
- D. EDR
- E. 中央ログ
- F. ホストベースのファイアウォール
正解:D、E
質問 # 122
ユーザーがアプリケーションアクセスの問題をヘルプデスクに報告します。ヘルプデスクはユーザーのログを確認します。
この問題の原因として最も可能性が高いのは次のどれですか?
- A. 脅威アクターがユーザーのアカウントを侵害し、
- B. ユーザーは承認されたサブネットから接続を試みませんでした
- C. ユーザーは営業時間外に人事システムにアクセスできません
- D. ユーザーが誤って SSO システムの不可能な移動セキュリティ ルールに違反しました。
正解:D
解説:
Based on the provided logs, the user has accessed various applications from different geographic locations within a very short timeframe. This pattern is indicative of the "impossible travel" security rule, a common feature in Single Sign-On (SSO) systems designed to detect and prevent fraudulent access attempts.
Analysis of Logs:
At 8:47 p.m., the user accessed a VPN from Toronto.
At 8:48 p.m., the user accessed email from Los Angeles.
At 8:48 p.m., the user accessed the human resources system from Los Angeles.
At 8:49 p.m., the user accessed email again from Los Angeles.
At 8:52 p.m., the user attempted to access the human resources system from Toronto, which was denied.
These rapid changes in location are physically impossible and typically trigger security measures to prevent unauthorized access. The SSO system detected these inconsistencies and likely flagged the activity as suspicious, resulting in access denial.
Reference:
CompTIA SecurityX Study Guide
NIST Special Publication 800-63B, "Digital Identity Guidelines"
"Impossible Travel Detection," Microsoft Documentation
質問 # 123
ある企業が、データベースに保存されているデータを非表示にするソリューションを探しています。このソリューションは、以下の要件を満たす必要があります。
- 生産環境を効率的に保護する
- アプリケーションに変更を加える必要はありません
- プレゼンテーション層で行動する
次のどのテクニックを使うべきでしょうか?
- A. ステガノグラフィー
- B. アルゴリズム
- C. ランダム置換
- D. マスキング
正解:D
解説:
Dynamic data masking works at the presentation layer, sitting between your database and application-and transforms sensitive fields (for example, showing "J*** S****" instead of "John Smith") without altering the underlying data or touching the application code. This approach efficiently protects production systems, requires no changes to the application, and enforces masking policies in real time.
質問 # 124
同社の顧客サービスチームは、新たな脆弱性に関する顧客からの問い合わせを多数受けています。顧客サービスチームが顧客に直接伝える一貫したメッセージは、次のうちどれでしょうか?
- A. 自動化されたランブック
- B. 災害復旧手順
- C. レスポンスプレイブック
- D. コミュニケーション計画
正解:C
解説:
A response playbook is a detailed document that outlines predefined steps, procedures, and templates for responding to specific incidents or situations. In this case, it would provide the customer service team with a consistent, clear, and accurate message to deliver to clients regarding the new vulnerability. The playbook would ensure that all team members are providing uniform responses to inquiries, reducing confusion and ensuring that the company's communication is coherent and accurate.
質問 # 125
セキュリティアナリストは、不十分なインシデント対応から学んだ教訓を活用して、将来の滞留時間を短縮したいと考えています。アナリストは次のデータポイントを使用しています。
アナリストが最も推奨すると思われるのは次のうちどれでしょうか?
- A. TRACEメソッドのトラフィックを許可して、ログの相関関係を改善します。
- B. すべての疑わしい管理者の行動に対するアラートを有効にする
- C. GFTメソッドを使用するすべてのユーザーに対してWAFの許可リストを活用する
- D. SIEM を調整してフィッシングサイトへのアクセス試行を警告する
正解:B
解説:
In the context of improving incident response and reducing dwell time, the security analyst needs to focus on proactive measures that can quickly detect and alert on potential security breaches. Here's a detailed analysis of the options provided:
A). Adjusting the SIEM to alert on attempts to visit phishing sites: While this is a useful measure to prevent phishing attacks, it primarily addresses external threats and doesn't directly impact dwell time reduction, which focuses on the time a threat remains undetected within a network.
B). Allowing TRACE method traffic to enable better log correlation: The TRACE method in HTTP is used for debugging purposes, but enabling it can introduce security vulnerabilities. It's not typically recommended for enhancing security monitoring or incident response.
C). Enabling alerting on all suspicious administrator behavior: This option directly targets the potential misuse of administrator accounts, which are often high-value targets for attackers. By monitoring and alerting on suspicious activities from admin accounts, the organization can quickly identify and respond to potential breaches, thereby reducing dwell time significantly. Suspicious behavior could include unusual login times, access to sensitive data not usually accessed by the admin, or any deviation from normal behavior patterns.
This proactive monitoring is crucial for quick detection and response, aligning well with best practices in incident response.
D). Utilizing allow lists on the WAF for all users using GET methods: This measure is aimed at restricting access based on allowed lists, which can be effective in preventing unauthorized access but doesn't specifically address the need for quick detection and response to internal threats.
References:
CompTIA SecurityX Study Guide: Emphasizes the importance of monitoring and alerting on admin activities as part of a robust incident response plan.
NIST Special Publication 800-61 Revision 2,"Computer Security Incident Handling Guide": Highlights best practices for incident response, including the importance of detecting and responding to suspicious activities quickly.
"Incident Response & Computer Forensics" by Jason T. Luttgens, Matthew Pepe, and Kevin Mandia:
Discusses techniques for reducing dwell time through effective monitoring and alerting mechanisms, particularly focusing on privileged account activities.
By focusing on enabling alerting for suspicious administrator behavior, the security analyst addresses a critical area that can help reduce the time a threat goes undetected, thereby improving the overall security posture of the organization.
Top of Form
Bottom of Form
質問 # 126
ネットワーク設計者がすべての VPN トンネルで前方秘匿性を有効にする理由を最もよく説明しているのは次のうちどれですか?
- A. ビジネス要件では、機密性が重要な成功要因であるとされています。
- B. 最新の暗号化プロトコルでは、このプロセスを使用の前提条件として挙げています。
- C. このプロセスは、ハードウェア アクセラレーションによる暗号化を有効にするための要件です。
- D. このプロセスにより、攻撃者が暗号解読を行う成功率が低下します。
正解:D
解説:
Forward secrecy (also known as perfect forward secrecy, PFS) ensures that session keys used in a VPN tunnel are ephemeral, meaning that even if an attacker compromises a long-term private key, past sessions cannot be decrypted. According to the CompTIA SecurityX CAS-005 study guide (Domain 3: Cybersecurity Technology, 3.1), enabling forward secrecy on VPN tunnels reduces the risk of cryptanalysis by ensuring that each session's encryption key is unique and not derived from a single compromised key. This directly mitigates the impact of attacks like key theft or future decryption attempts.
Option A:Forward secrecy is not required for hardware-accelerated cryptography, which depends on processor capabilities, not key management.
Option C:While confidentiality is important, this is too vague and does not specifically explain why forward secrecy is chosen.
Option D:Modern protocols (e.g., TLS 1.3, IPsec with ECDHE) support forward secrecy but donot mandate it as a prerequisite for use.
Option B:This is the most precise, as forward secrecy directly reduces the success of cryptanalysis by limiting the scope of key compromise.
Reference:
CompTIA SecurityX CAS-005 Official Study Guide, Domain 3: Cybersecurity Technology, Section 3.1:
"Explain cryptographic techniques, including perfect forward secrecy."
CAS-005 Exam Objectives, 3.1: "Evaluate the impact of cryptographic configurations on security."
質問 # 127
PKIは、変更管理プロセスにおけるセキュリティ要件をサポートするために使用できます。PKIがメッセージに提供する機能は次のどれですか?
- A. 証明
- B. 配達確認書
- C. 否認防止
- D. 機密保持
正解:C
解説:
Public Key Infrastructure (PKI) supports change management by securing messages (e.g., approvals, updates). Non-repudiation, provided via digital signatures, ensures a sender cannot deny sending a message, critical for auditability in change processes.
質問 # 128
ある企業は、最も重要な環境にNIDSとNIPSを導入しました。導入以来、ネットワーク接続に問題が発生しています。セキュリティアーキテクトは、新しいNIDS/NIPSの導入にあたり、次のうちどれを推奨すべきでしょうか?
- A. NIPSなしでNIDSを実装して検出能力を高める
- B. NIDSとNIPSをメインファイアウォールと一緒に実装する
- C. 要塞ホストにNIDSを実装し、ブランチネットワークルータにNIPSを実装する
- D. コアスイッチにポートミラーを備えたNIDSを実装し、メインファイアウォールにNIPSを実装する
正解:D
解説:
Best practice in CAS-005 network security design is to deploy:
NIDS passively via a port mirror (SPAN port) to avoid introducing latency or failure points.
NIPS inline in a strategic point, such as integrated with the main firewall, to actively block threats.This combination provides both visibility and active protection without overloading network paths.
質問 # 129
ある製薬研究所は、建設中の新施設であるビル2に関連する潜在的なリスクを特定するためにコンサルタントを雇いました。コンサルタントは、以下のVLAN設計を含むITプロジェクト計画を受け取りました。
コンサルタントが最初に対処することを推奨すべき TTP は次のどれですか。
- A. 不正な実行
- B. ゾーントラバーサル
- C. 横方向の移動
- D. 権限昇格
正解:B
解説:
The presence of both regulated (users and lab) and non-regulated (servers, HVAC) networks in Building 2 increases the risk of zone traversal, where traffic or attacks could cross from less secure to more secure network zones. Addressing zone traversal first helps protect regulated environments from unauthorized access originating in less protected VLANs.
質問 # 130
......
CAS-005日本語試験問題を最新版を今すぐ試そうの[2026年最新] 正解回答付き:https://www.passtest.jp/CompTIA/CAS-005-JPN-shiken.html