mdenzel / ACPI-rootkit-scan

volatility plugin to detect ACPI rootkits
GNU General Public License v3.0
9 stars 2 forks source link

outdated upstream dependencies #1

Open drzraf opened 5 months ago

drzraf commented 5 months ago

Since the project is still very relevant nowadays, could one of this be realistic:

mdenzel commented 5 months ago

Hello! :)

I already realized that volatility2 is deprecated. The API changes kept me from migrating this plugin as I have to rewrite the code entirely.

As for your remarks:

  1. LiME is only an example. You can use winpmem or linpmem or any other RAM dumping tool compatible with volatility.
  2. I am considering updating to volatility3 - currently busy detecting RAM injections on large scale, so migration will happen rather end of 2024 or 2025.
  3. Do you have a suggestion of how to get the ACPI tables without volatility/RAM dumps? (dumping from mainboard is not an option because the mainboard interface is controlled by the attacker when they flash the mainboard, so the attacker could return a clean image)