Skip to content

PsXview in Vol3 not showing a hidden process #1947

Description

@aleksost

Describe the bug
I ran through some old CTF memory images, and stumbled upon a potential bug in psxview. The memory image contains a hidden process discoverable with psxview. Running Volatility 3 with vol -f banking-malware.vmem windows.malware.psxview.PsXView did not return the hidden process, but running volatility 2.6.1 with vol.py -f banking-malware.vmem --profile=Win7SP1x64 psxview did. Hidden process name vds_ps.exe, PID 2448.

Context
Volatility Version: Volatility 3 Framework 2.27.0
Operating System: Ubuntu 24.04 (docker container, mirror.gcr.io/library/ubuntu:24.04), run on a MacBook pro M2
Python Version: 3.12.3
Command: vol -f banking-malware.vmem windows.malware.psxview.PsXView

To Reproduce
Steps to reproduce the behavior:

  1. Download the memory image (https://cyberdefenders.org/blueteam-ctf-challenges/deepdive/)
  2. Run the Volatility commands above

Expected behavior
Both versions of volatility psxview should display the hidden process, vds_ps.exe.

Example output
Example output from vol2 vol.py -f banking-malware.vmem --profile=Win7SP1x64 psxview | grep vds_ps
0x000000007d336950 vds_ps.exe 2448 False False False True True True True

Example output from vol3 vol -f banking-malware.vmem windows.malware.psxview.PsXView | grep vds_ps
<blank>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions