CAS-005 Exam Question 61
A SOC analyst must perform threat-modeling activities for a large media organization that has the following characteristics:
* The organization maintains operations around the world in support of multiple entertainment networks.
* Development activities for the organization ' s web-based platforms occur overseas.
* Previous information security failures within the organization have been publicly disclosed.
Which of the following actions is the best for the analyst to consider in the early phases of threat modeling?
* The organization maintains operations around the world in support of multiple entertainment networks.
* Development activities for the organization ' s web-based platforms occur overseas.
* Previous information security failures within the organization have been publicly disclosed.
Which of the following actions is the best for the analyst to consider in the early phases of threat modeling?
CAS-005 Exam Question 62
A systems administrator wants to reduce the number of failed patch deployments in an organization. The administrator discovers that system owners modify systems or applications in an ad hoc manner. Which of the following is the best way to reduce the number of failed patch deployments?
CAS-005 Exam Question 63
A company needs to quickly assess whether software deployed across the company's global corporate network contains specific software libraries. Which of the following best enables the company's SOC to respond quickly when such an assessment is required?
CAS-005 Exam Question 64
A product development team has submitted code snippets for review prior to release.
INSTRUCTIONS
Analyze the code snippets, and then select one vulnerability, and one fix for each code snippet.
Code Snippet 1

Code Snippet 2

Vulnerability 1:
SQL injection
Cross-site request forgery
Server-side request forgery
Indirect object reference
Cross-site scripting
Fix 1:
Perform input sanitization of the userid field.
Perform output encoding of queryResponse,
Ensure usex:ia belongs to logged-in user.
Inspect URLS and disallow arbitrary requests.
Implementanti-forgery tokens.
Vulnerability 2
1) Denial of service
2) Command injection
3) SQL injection
4) Authorization bypass
5) Credentials passed via GET
Fix 2
A) Implement prepared statements and bind
variables.
B) Remove the serve_forever instruction.
C) Prevent the " authenticated " value from being overridden by a GET parameter.
D) HTTP POST should be used for sensitive parameters.
E) Perform input sanitization of the userid field.
INSTRUCTIONS
Analyze the code snippets, and then select one vulnerability, and one fix for each code snippet.
Code Snippet 1

Code Snippet 2

Vulnerability 1:
SQL injection
Cross-site request forgery
Server-side request forgery
Indirect object reference
Cross-site scripting
Fix 1:
Perform input sanitization of the userid field.
Perform output encoding of queryResponse,
Ensure usex:ia belongs to logged-in user.
Inspect URLS and disallow arbitrary requests.
Implementanti-forgery tokens.
Vulnerability 2
1) Denial of service
2) Command injection
3) SQL injection
4) Authorization bypass
5) Credentials passed via GET
Fix 2
A) Implement prepared statements and bind
variables.
B) Remove the serve_forever instruction.
C) Prevent the " authenticated " value from being overridden by a GET parameter.
D) HTTP POST should be used for sensitive parameters.
E) Perform input sanitization of the userid field.
CAS-005 Exam Question 65
During a recent security event, access from the non-production environment to the production environment enabled unauthorized users to install unapproved software and make unplanned configuration changes.
During an investigation, the following findings are identified:
* Several new users were added in bulk by the IAM team.
* Additional firewalls and routers were recently added to the network.
* Vulnerability assessments have been disabled for all devices for more than 30 days.
* The application allow list has not been modified in more than two weeks.
* Logs were unavailable for various types of traffic.
* Endpoints have not been patched in more than ten days.
Which of the following actions would most likely need to be taken to ensure proper monitoring is in place within the organization? (Select two)
During an investigation, the following findings are identified:
* Several new users were added in bulk by the IAM team.
* Additional firewalls and routers were recently added to the network.
* Vulnerability assessments have been disabled for all devices for more than 30 days.
* The application allow list has not been modified in more than two weeks.
* Logs were unavailable for various types of traffic.
* Endpoints have not been patched in more than ten days.
Which of the following actions would most likely need to be taken to ensure proper monitoring is in place within the organization? (Select two)
