Closed GoogleCodeExporter closed 8 years ago
Forgot to add... The host machine is 64 bit windows 7 running python 2.7
Original comment by atc...@gmail.com
on 17 Aug 2010 at 11:14
Yep, this can be recreated with any Windows 7 image and psscan plugin. It
appears this plugin looks for the WorkingSetLock attribute of an _EPROCESS,
which isn't defined for Vista/7.
Original comment by mike.auty@gmail.com
on 17 Aug 2010 at 11:17
Ok, so Vista and 7 don't have a WorkingSetLock, and there's something else at
the same offset, so we're going to have to change how psscan finds/validates
potential _EPROCESS objects. That's probably something for mooyix or
labarumXP, so I'm assigning it to them.
Original comment by mike.auty@gmail.com
on 17 Aug 2010 at 11:23
Original comment by mike.auty@gmail.com
on 18 Aug 2010 at 10:36
Original comment by mike.auty@gmail.com
on 26 Aug 2010 at 11:25
Original comment by mike.auty@gmail.com
on 21 Jan 2011 at 9:03
Sorry for the bugspam, but better to get this right now than later once it's
more in use.
Original comment by mike.auty@gmail.com
on 4 Feb 2011 at 9:34
It looks as though the DispatchHeader scanner (psscan) is slower than the Pool
scanner (psscan2) and only turns up results that psscan2 doesn't in very
specific situations (such as the Idle "process" and malware that's capable of
messing with anything it pleases, in which case it could avoid psscan as well).
We're therefore going to move psscan into the contrib directory, and rename all
the remaining "scan2" plugins into "scan" plugins. The descriptions may need
updating to make them more accurate. I'll make sure psscan details that it
scans for pool headers, but more than that I'll need other people to
comment/patch/shout at me on IRC... 5:)
Original comment by mike.auty@gmail.com
on 21 Jun 2011 at 7:12
This issue was closed by revision r1003.
Original comment by mike.auty@gmail.com
on 21 Jun 2011 at 7:43
Original issue reported on code.google.com by
atc...@gmail.com
on 17 Aug 2010 at 11:12