Question 846

When a security analyst prepares for the formal security assessment, what of the following should be done in order to determine inconsistencies in the secure assets database and verify that system is compliant to the minimum security baseline?
  • Question 847

    During an investigation, an ethical hacker discovers that a web application's API has been compromised, leading to unauthorized access and data manipulation. The attacker is using webhooks and a webshell. To prevent further exploitation, which of the following actions should be taken?
  • Question 848

    On a misty winter morning in Cape Town, South Africa, certified ethical hacker Nadia Verma was conducting an authorized red-team assessment for Harbor Retail Group, a major e-commerce platform. While testing the product-search endpoint, she first captured several normal responses and fed the observed parameter behavior and sample output into an AI assistant. She then requested payload suggestions that could retrieve additional data from other database structures within the same response. Some earlier tests produced responses that were consistently delayed by several seconds and occasionally displayed brief database error messages before the page rendered normally.
    After testing one of the AI-suggested inputs on the search parameter using the command:
    sqlmap -u " https://harborretail.com/search?product=1 " --technique=U --batch the application returned the expected product list along with extra rows containing sensitive customer order details that were never part of the original search logic. The tester continued refining the prompts based on the results to improve the injected data retrieval.
    What SQL injection detection technique is being demonstrated in this scenario?
  • Question 849

    During a code review at a defense technology contractor in Virginia, penetration tester Lucas identifies that a newly deployed payroll application encrypts sensitive employee data using a weak custom algorithm. In addition, its session validation logic allows certain requests to bypass access controls altogether. These oversights are traced back to flawed system logic and poor encryption design decisions made during the development phase. Which vulnerability category BEST describes the issue Lucas discovered?
  • Question 850

    John is investigating web-application firewall logs and observers that someone is attempting to inject the following:
    char buff[10];
    buff[>o] - 'a':
    What type of attack is this?