Jump to content
say3er.

Programul ce poate extrage date din memoria RAM

Recommended Posts

@nytro:

dd if=\\.\Device\PhysicalMemory of=memory.bin bs=4096 Acquisition dd

//

nu cred ca face nimic in plus fata de toolurile deja existente, ex volatility:

The Volatility Framework is a completely open collection of tools, implemented in Python under the GNU General Public License, for the extraction of digital artifacts from volatile memory (RAM) samples.

Capabilities

The Volatility Framework currently provides the following extraction capabilities for memory samples

Image date and time

Running processes

Open network sockets

Open network connections

DLLs loaded for each process

Open files for each process

Open registry handles for each process

A process' addressable memory

OS kernel modules

Mapping physical offsets to virtual addresses (strings to process)

Virtual Address Descriptor information

Scanning examples: processes, threads, sockets, connections,modules

Extract executables from memory samples

Transparently supports a variety of sample formats (ie, Crash dump, Hibernation, DD)

Automated conversion between formats

https://www.volatilesystems.com/default/volatility#overview

volatility - An advanced memory forensics framework - Google Project Hosting

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...