These labels were automatically added by AI and may be inaccurate. For details, see About Literature Database.
Abstract
Digital forensics is the process of extracting, preserving, and documenting
evidence in digital devices. A commonly used method in digital forensics is to
extract data from the main memory of a digital device. However, the main
challenge is identifying the important data to be extracted. Several pieces of
crucial information reside in the main memory, like usernames, passwords, and
cryptographic keys such as SSH session keys. In this paper, we propose
SmartKex, a machine-learning assisted method to extract session keys from heap
memory snapshots of an OpenSSH process. In addition, we release an openly
available dataset and the corresponding toolchain for creating additional data.
Finally, we compare SmartKex with naive brute-force methods and empirically
show that SmartKex can extract the session keys with high accuracy and high
throughput. With the provided resources, we intend to strengthen the research
on the intersection between digital forensics, cybersecurity, and machine
learning.