312-49v9 Exam Question 326

Which root folder (hive) of registry editor contains a vast array of configuration information for the system, including hardware settings and software settings?
  • 312-49v9 Exam Question 327

    Jason has set up a honeypot environment by creating a DMZ that has no physical or logical access to his production network. In this honeypot, he has placed a server running
    Windows Active Directory. He has also placed a Web server in the DMZ that services a number of web pages that offer visitors a chance to download sensitive information by clicking on a button. A week later, Jason finds in his network logs how an intruder accessed the honeypot and downloaded sensitive information. Jason uses the logs to try and prosecute the intruder for stealing sensitive corporate information. Why will this not be viable?
  • 312-49v9 Exam Question 328

    When examining the log files from a Windows IIS Web Server, how often is a new log file created?
  • 312-49v9 Exam Question 329

    Kyle is performing the final testing of an application he developed for the accounting department.
    His last round of testing is to ensure that the program is as secure as possible. Kyle runs the following command. What is he testing at this point?
    #include #include int main(int argc, char
    *argv[]) { char buffer[10]; if (argc < 2) { fprintf (stderr, "USAGE: %s string\n", argv[0]); return 1; } strcpy(buffer, argv[1]); return 0; }
  • 312-49v9 Exam Question 330

    Why should you never power on a computer that you need to acquire digital evidence from?