참고 답변
Windows host:
- System logs: These logs contain information about the operating system, such as system start and stop events, driver events, and other system-level activities.
- Security logs: These logs contain information about security-related events, such as successful and failed login attempts, privilege changes, and other security-related activities.
- Application logs: These logs contain information about events related to applications installed on the system, such as when an application crashes or encounters an error.
- Registry hives: The registry is a database that stores configuration information for the operating system and installed applications. Examining the registry hives can provide information about system settings, installed software, and other data.
- Prefetch files: These files contain information about the applications and files that have been recently used on the system, which can provide insight into the host's recent activities.
- MFT: The MFT is a system-level file in the NTFS file system that is used to store information about all the files on a disk. The MFT contains entries for each file on the disk, including the file's name, size, timestamp, and other metadata. Examining the MFT can provide valuable information about the files on a system, including deleted files and other data that may be relevant to a forensic investigation.
- AmCache: The AmCache is a cache of information about installed applications on a Windows system. It contains entries for each installed application, including the application's name, version, publisher, and other metadata. Examining the AmCache can provide information about what applications are installed on the system, which can be useful for forensic investigations.
- Memory dump: A memory dump is a snapshot of the contents of a computer's memory at a specific point in time. Memory dumps can be useful for forensic investigations because they can provide information about what was happening on the system at the time the dump was taken. This can include information about running processes, open files, network connections, and other data that may be relevant to the investigation.
- Browser History: This can be extremely useful for forensic investigations because it provides information about the websites that a user has visited. This can provide valuable context for the investigation, allowing investigators to understand what the user was doing at the time of an incident and potentially identify any suspicious or malicious activity.
Ubuntu Host:
- System logs: Linux systems, such as Ubuntu, maintain system logs that can provide valuable information about the host's activities. These logs can include information about system start and stop events, kernel events, and other system-level activities.
- Application Logs: Linux systems like Ubuntu are often utilized to host applications, for example, Tomcat or Apache. Often these logs are in a differing location to /var/log and therefore additional concern should be held as to how these can be collected.
- Bash history: This file contains a record of the commands that have been run on the system, which can provide insight into the host's activities and potential security threats.
- Package manager logs: Ubuntu uses a package manager, such as apt, to manage installed software. Examining the package manager logs can provide information about what software has been installed on the system and when.
- System-level configuration files: Linux systems have various configuration files that control system-level settings, such as network and security settings. Examining these files can provide information about the host's configuration and potential security vulnerabilities.
- Memory dump: A memory dump is a snapshot of the contents of the server's memory at a specific point in time. Examining a memory dump can provide information about what was happening on the system at the time the dump was taken, including information about running processes, open files, and network connections.
- The contents of the /tmp/ directory: The reason we collect the contents of the /tmp/ directory is that attackers often use this directory as a location to drop files.