Google implemented Actaeon ideas in Rekall - Read: VM discovery and introspection with Rekall - 2014/10
Actaeon at "Hack in the Box" (HITB) Security Conference in Kuala Lumpur, Malaysia: Under the Hood: How Actaeon Unveils Your Hypervisor - 2013/10
The team will participate at the SANS DFIR EU SUMMIT in Prague, Czech Republic - 2013/10
Actaeon won the 1st Volatility Plugin Contest - 2013/08
You can find our code on GitHub: Actaeon
To install Actaeon on a Linux system follow these simple steps:
:: Installation script
wget https://raw.github.com/eurecom-s3/actaeon/master/utils/actaeon_setup.sh
bash actaeon_setup.sh
:: Manual Installation
[-- Step 0x00
cd /tmp
git clone git://github.com/eurecom-s3/actaeon.git
[-- 0x01 - Dumper
cd "yourdir"
svn checkout http://hyperdbg.googlecode.com/svn/trunk/ hyperdbg-read-only
cd hyperdbg-read-only
cp /tmp/actaeon/dumper/hdbg.diff .
patch -p0 < hdbg.diff
[-- 0x02 - Volatility patch
cd "yourdir2"
wget http://volatility.googlecode.com/files/volatility-2.2.zip
unzip volatility-2.2.zip
cd volatility-2.2/
cp /tmp/actaeon/vol_patch/intel.diff .
cp /tmp/actaeon/vol_patch/windows.diff .
patch -p0 < intel.diff
patch -p0 < windows.diff
[-- 0x03 - Volatility Plugin
cp -R /tmp/actaeon/plugin/hypervisors/ "yourdir2"/volatility/plugins/
Happy hacking!
In Greek mythology, son of the priestly herdsman Aristaeus and Autonoe in Boeotia, was a famous Theban hero. Like Achilles
in a later generation, he was trained by the centaur Chiron.
Look at Actaeon's wretched fateFor more information visit the Wikipedia page. The image in this homepage is the famous "Diana and Actaeon" painted by the Italian Renaissance master Titian.
who by the man-eating hounds he had raised,
was torn apart, better at hunting
than Artemis he had boasted to be, in the meadows.
Euripides
Actaeon has been developed by Mariano `emdel` Graziano at
EURECOM under the supervision of Davide Balzarotti and Andrea Lanzi.
Enrico Canzonieri joined the team for his semestral project.