📚 OpenRCE is preserved as a read-only archive. Launched at RECon Montreal in 2005. Registration and posting are disabled.








Flag: Tornado! Hurricane!

Blogs >> msuiche's Blog

Created: Tuesday, February 26 2008 13:41.32 CST Modified: Wednesday, February 27 2008 02:37.55 CST
Direct Link, View / Make / Edit Comments
SandMan 1.0.080226 is out!
Author: msuiche # Views: 3836

What is SandMan?

SandMan is a (live) forensic & offensic framework providing a C library and a python portage to make readable and writable the hibernation file.


SandMan is open-source and now available at the following link:

http://sandman.msuiche.net.


Sample of code using SandMan (python)

#!/usr/bin/python
#
#
#Module Name:
#
#    sample1.py
#
#Abstract:
#
#    - Display target version.
#    - Build a physical memory dump from a hibernation file.
#
#Environment:
#
#    - Python
#
#Revision History:
#
#    - Matthieu Suiche
#

import sys
import sandman

if len(sys.argv) != 3:
print "Matthieu Suiche - http://sandman.msuiche.net/"
print "Usage: sample.py hiberfil.sys physical_dump.vmem"
sys.exit(1)

s = sandman.hiber_open(sys.argv[1])

ver = sandman.hiber_get_version(s);

print "Windows version %d.%d.%d\n" % (ver & 0xFF, (ver & 0xFF00) >> 8, ver >> 16)

print "Generate physical memory dump..."

sandman.hiber_dump(s, sys.argv[2])

print "Done."

sandman.hiber_close(s)


Cheers,

(Original blog post:
http://www.msuiche.net/2008/02/26/sandman-10080226-is-out/)

Created: Wednesday, January 31 2007 21:31.22 CST Modified: Wednesday, January 31 2007 21:31.22 CST
This is an imported entry. View original. Direct Link
Windows Vista and unexported kernel symbols (Part II, 32bits version)
Author: msuiche # Views: 3152

This paper exposes part II of my previous article about Windows Vista and internals structures. This one is talking about the 32bits version and aims to show new authencity tricks.

Download it from the following link:
Windows_Vista_32bits_and_unexported_kernel_symbols.pdf

Cheers,


Created: Monday, January 1 2007 00:00.00 CST Modified: Monday, January 1 2007 00:00.00 CST
This is an imported entry. View original. Direct Link
Windows Vista 64-bits and unexported kernel symbols.
Author: msuiche # Views: 3381

Hi,

I’m gonna published my (the?) first paper of the year 2007 !! :)

This article is talking about Windows Vista 64bits and its system structures which are proteged against rootkit. I also explain how these structures can be authentified without Pathguard.

Windows Vista 64bits and unexported kernel symbols.pdf

Happy New Year !!!


Created: Sunday, December 24 2006 13:10.56 CST Modified: Sunday, December 31 2006 02:56.40 CST
Direct Link, View / Make / Edit Comments
Translation �Patchguard alternative theory� presentation.
Author: msuiche # Views: 4577

http://www.msuiche.net/2006/12/24/translation-of-my-patchguard-alternative-theory-presentation/

I did a translation into English of my previous presentation which explain how to realize a protector for IDT, SSDT, and syscall address on Windows 32 and 64bits. This could be see as a kind of alternative to Patchguard.

The translation can be found at the following link : http://www.msuiche.net/pres/Windows%20Vista%20Kernel%20Security%20-%20[EN].ppt

I�m writting an article about it which will be released very soon.

Happy merry xmas !

Created: Friday, December 15 2006 20:35.07 CST Modified: Friday, December 15 2006 20:35.07 CST
This is an imported entry. View original. Direct Link
First commit @ TinyKrnl !
Author: msuiche # Views: 3077

Hi there!

I’m proud to announce I did my first commit for tinykrnl !

http://svn.reactos.ru/svn/tinykrnl?view=rev&revision=729

Cheers,



Archived Entries for msuiche
Subject # Views Created On
Blog is open up ! 1160     Tuesday, December 12 2006
IDTGuard v0.1 December, 2005 Build 1172     Sunday, December 10 2006
WORLD JUMP DAY ! 865     Wednesday, November 29 2006

There are 31,328 total registered users.


Recently Created Topics
[help] Unpacking VMP...
Mar/12
Reverse Engineering ...
Jul/06
let 'IDAPython' impo...
Sep/24
set 'IDAPython' as t...
Sep/24
GuessType return une...
Sep/20
About retrieving the...
Sep/07
How to find specific...
Aug/15
How to get data depe...
Jul/07
Identify RVA data in...
May/06
Question about memor...
Dec/12


Recent Forum Posts
Finding the procedur...
rolEYder
Question about debbu...
rolEYder
Identify RVA data in...
sohlow
let 'IDAPython' impo...
sohlow
How to find specific...
hackgreti
Problem with ollydbg
sh3dow
How can I write olly...
sh3dow
New LoadMAP plugin v...
mefisto...
Intel pin in loaded ...
djnemo
OOP_RE tool available?
Bl4ckm4n


Recent Blog Entries
halsten
Mar/14
Breaking IonCUBE VM

oleavr
Oct/24
Anatomy of a code tracer

hasherezade
Sep/24
IAT Patcher - new tool for ...

oleavr
Aug/27
CryptoShark: code tracer ba...

oleavr
Jun/25
Build a debugger in 5 minutes

More ...


Recent Blog Comments
nieo on:
Mar/22
IAT Patcher - new tool for ...

djnemo on:
Nov/17
Kernel debugger vs user mod...

acel on:
Nov/14
Kernel debugger vs user mod...

pedram on:
Dec/21
frida.github.io: scriptable...

capadleman on:
Jun/19
Using NtCreateThreadEx for ...

More ...


Imagery
SoySauce Blueprint
Jun 6, 2008

[+] expand

View Gallery (11) / Submit