RC0-C02 무료 덤프문제 온라인 액세스
| 시험코드: | RC0-C02 |
| 시험이름: | CompTIA Advanced Security Practitioner (CASP) Recertification Exam for Continuing Education |
| 인증사: | CompTIA |
| 무료 덤프 문항수: | 310 |
| 업로드 날짜: | 2026-05-24 |
A small company is developing a new Internet-facing web application. The security requirements are:
Users of the web application must be uniquely identified and authenticated.
Users of the web application will not be added to the company's directory services.
Passwords must not be stored in the code.
Which of the following meets these requirements?
A penetration tester is inspecting traffic on a new mobile banking application and sends the following web request:
POST http://www.example.com/resources/NewBankAccount HTTP/1.1
Content-type: application/json
{
"account":
{ "creditAccount":"Credit Card Rewards account"}
{ "salesLeadRef":"www.example.com/badcontent/exploitme.exe"}
],
"customer":
{ "name":"Joe Citizen"}
{ "custRef":"3153151"}
Questions & Answers PDF
}
The banking website responds with:
HTIP/1.1 200 OK
{
}
"newAccountDetails":
{ "cardNumber":"1234123412341234"}
{ "cardExpiry":"2020-12-31"}
{ "cardCVV":"909"}
],
"marketingCookieTracker":"JSESSION1D=000000001"
"returnCode":"Account added successfully"
Which of the following are security weaknesses in this example? (Select TWO).
A system administrator needs to meet the maximum amount of security goals for a new DNS infrastructure. The administrator deploys DNSSEC extensions to the domain names and infrastructure.
Which of the following security goals does this meet? (Select TWO).
An information security assessor for an organization finished an assessment that identified critical issues with the human resource new employee management software application. The assessor submitted the report to senior management but nothing has happened. Which of the following would be a logical next step?
VPN users cannot access the active FTP server through the router but can access any server in the data center.
Additional network information:
DMZ network- 192.168.5.0/24 (FTP server is 192.168.5.11)
VPN network-192.168.1.0/24
Datacenter - 192.168.2.0/24
User network - 192.168.3.0/24
HR network-192.168.4.0/24\
Traffic shaper configuration:
VLAN Bandwidth Limit (Mbps)
VPN 50
User 175
HR 250
Finance 250
Guest 0
Router ACL:
Action Source Destination
Permit 192.168.1.0/24 192.168.2.0/24
Permit 192.168.1.0/24 192.168.3.0/24
Permit 192.168.1.0/24 192.168.5.0/24
Permit 192.168.2.0/24 192.168.1.0/24
Permit 192.168.3.0/24 192.168.1.0/24
Permit 192.168.5.1/32 192.168.1.0/24
Deny 192.168.4.0/24 192.168.1.0/24
Deny 192.168.1.0/24 192.168.4.0/24
Deny any any
Which of the following solutions would allow the users to access the active FTP server?