Home
21.
During passive intelligence gathering, you are able to run netstat on a workstation located at your target’s headquarters. What information would you not be able to find using netstat on a Windows system?
  • A.
    Active TCP connections
  • B.
    A list of executables by connection
  • C.
    Active IPX connections
  • D.
    Route table information
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
IPX connections are not shown by netstat. IPX is a non-IP protocol. Active TCP connections, executables that are associated with them, and route table information are all available via netstat.
Report
Name Email  
22.
Which of the following options is the most likely used for the host listed in the dhcpd.conf entry?

host db1 {
option host-name "sqldb1.example.com";
hardware ethernet 8a:00:83:aa:21:9f
fixed address 10.1.240.10
  • A.
    Active Directory server
  • B.
    Apache web server
  • C.
    Oracle database server
  • D.
    Microsoft SQL server
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
Although it is possible that a system named “db1” with a hostname “sqldb1” is not a Microsoft SQL server, the most likely answer is that it is a MS-SQL server.
Report
Name Email  
23.
Which type of Windows log is most likely to contain information about a file being deleted?
  • A.
    httpd logs
  • B.
    Security logs
  • C.
    System logs
  • D.
    Configuration logs
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
Microsoft Windows security logs can contain information about files being opened, created, or deleted if configured to do so. Configuration and httpd logs are not a type of Windows logs, and system logs contain information about events logged by Windows components.
Report
Name Email  
24.
What organization manages the global IP address space?
  • A.
    NASA
  • B.
    ARIN
  • C.
    WorldNIC
  • D.
    IANA
  • Answer & Explanation
  • Report
Answer : [D]
Explanation :
The Internet Assigned Numbers Authority manages the global IP address space. ARIN is the American Registry for Internet Numbers, WorldNIC is not an IP authority, and NASA tackles problems in outer space, not global IP space.
Report
Name Email  
25.
Before Ben sends a Word document, he uses the built-in Document Inspector to verify that the file does not contain hidden content. What is this process called?
  • A.
    Data purging
  • B.
    Data remanence insurance
  • C.
    Metadata scrubbing
  • D.
    File cleansing
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
Metadata purging removes hidden information about a file like the creator, creation time, system used to create the file, and a host of other information. The other answers are made up.
Report
Name Email