CAS-003 문제 411
개발자는 웹 페이지 로그인 화면에 사용자가 제공한 입력을 삭제하기 위해 클라이언트 측 JavaScript 코드를 구현했습니다. 이 코드는 사용자 이름 필드에 대문자와 소문자만 입력하고 비밀번호 필드에 6자리 PIN만 입력하도록 합니다. 보안 관리자는 다음 웹 서버 로그에 관심이 있습니다.
10.235.62.11 - - [02/Mar/2014:06:13:04] "GET
/site/script.php?user=admin&pass=pass%20or%201=1 HTTP/1.1" 200 5724
이 로그가 주어지면 다음 중 보안 관리자와 관련이 있으며 개발자가 구현해야 하는 수정 사항은 무엇입니까?
10.235.62.11 - - [02/Mar/2014:06:13:04] "GET
/site/script.php?user=admin&pass=pass%20or%201=1 HTTP/1.1" 200 5724
이 로그가 주어지면 다음 중 보안 관리자와 관련이 있으며 개발자가 구현해야 하는 수정 사항은 무엇입니까?
CAS-003 문제 412
A company has deployed MFA Some employees, however, report they ate not gelling a notification on their mobile device Other employees report they downloaded a common authenticates application but when they tap the code in the application it just copies the code to memory instead of confirming the authentication attempt Which of the following are the MOST likely explanations for these scenarios? (Select TWO)
CAS-003 문제 413
A government contractor was the victim of a malicious attack that resulted in the theft of sensitive information.
An analyst's subsequent investigation of sensitive systems led to the following discoveries:
* There was no indication of the data owner's or user's accounts being compromised.
* No database activity outside of previous baselines was discovered.
* All workstations and servers were fully patched for all known vulnerabilities at the time of the attack.
* It was likely not an insider threat, as all employees passed polygraph tests.
Given this scenario, which of the following is the MOST likely attack that occurred?
An analyst's subsequent investigation of sensitive systems led to the following discoveries:
* There was no indication of the data owner's or user's accounts being compromised.
* No database activity outside of previous baselines was discovered.
* All workstations and servers were fully patched for all known vulnerabilities at the time of the attack.
* It was likely not an insider threat, as all employees passed polygraph tests.
Given this scenario, which of the following is the MOST likely attack that occurred?
CAS-003 문제 414
한 회사가 일련의 피싱 공격을 받았습니다. 200명 이상의 사용자가 이메일의 링크를 클릭하여 워크스테이션에 감염되었습니다. 사고 분석 결과 실행 파일이 실행되고 각 워크스테이션의 관리자 계정이 손상되었음을 확인했습니다. 경영진은 정보 보안 팀에 이러한 일이 다시 발생하지 않도록 요구하고 있습니다.
다음 중 이러한 일이 다시 발생하는 것을 가장 잘 방지할 수 있는 것은 무엇입니까?
다음 중 이러한 일이 다시 발생하는 것을 가장 잘 방지할 수 있는 것은 무엇입니까?
CAS-003 문제 415
A web developer has implemented HTML5 optimizations into a legacy web application. One of the
modifications the web developer made was the following client side optimization:
localStorage.setItem("session-cookie", document.cookie);
Which of the following should the security engineer recommend?
modifications the web developer made was the following client side optimization:
localStorage.setItem("session-cookie", document.cookie);
Which of the following should the security engineer recommend?