Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page error in layer layer_name (Page Fault at entry 0x0 in table page table or directory pointer) #1401

Closed
manuelsteiner opened this issue Dec 15, 2024 · 8 comments

Comments

@manuelsteiner
Copy link

Describe the bug
Hi, I am trying to analyse a Red Hat Enterprise Linux 8.8 memory dump. The dump is in vmem format from a VMware virtual machine. I made sure to create the necessary symbols on an identical kernel version albeit on a fresh install of the same Red Hat version.
When trying various linux. plugins, such as linux.pslist or linux.psaux, page errors happen. To verify that the generated symbols aren't at fault, I also ran the same plugins on a memory dump created from a a snapshot of the exact machine I created the symbols on (also VMware virtual environment).

The difference is that whilst processing the memory from the exact VM on which the symbols were created, at least a few processes show up whilst when trying to analyse the original VM memory, no processes show up.

There is also a difference with the exact error thrown. On the original memory dump, the error is Page error 0x99dd40bc0904 in layer layer_name (Page Fault at entry 0x0 in table page table), while on the memory dump from the VM on which the symbols were created, it is Page error 0x104 in layer layer_name (Page Fault at entry 0x0 in table page directory pointer).

I am not sure if this is still a symbols issue or if volatility is looking to access addresses not available in memory or something else. The symbols are picked up and are banner-matched as far as I can tell.

Any help would be greatly appreciated. Thank you.

Context
Volatility Version: 2.7.0
Operating System: REMnux (Ubuntu 20.04)
Python Version: 3,8.10
Suspected Operating System: Red Hat Enterprise Linux
Command: see example outputs

To Reproduce
Generate the symbols on the Red Hat Linux Enterprise VM.

[root@localhost ~]# uname -r
4.18.0-477.21.1.el8_8.x86_64
[root@localhost ~]# ./dwarf2json linux --elf /usr/lib/debug/lib/modules/4.18.0-477.21.1.el8_8.x86_64/vmlinux --system-map /boot/System.map-4.18.0-477.21.1.el8_8.x86_64 > kernel-4.18.0-477.21.1.el8_8.x86_64.json

Example output
linux.pslist on the original memory dump

24-12-14 20:06:51 volatility3.cli INFO     Logging started
24-12-14 20:06:51 volatility3.cli INFO     Volatility plugins path: ['/usr/local/lib/python3.8/dist-packages/volatility3/plugins', '/usr/local/lib/python3.8/dist-packages/volatility3/framework/plugins']
24-12-14 20:06:51 volatility3.cli INFO     Volatility symbols path: ['/home/remnux/Downloads/vol3profiles', '/usr/local/lib/python3.8/dist-packages/volatility3/symbols', '/usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols']
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/plugins, /usr/local/lib/python3.8/dist-packages/volatility3/framework/plugins
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/automagic
24-12-14 20:06:51 volatility3.cli DETAIL 3 Cache directory used: /home/remnux/.cache/volatility3
24-12-14 20:06:51 volatility3.framework.automagic INFO     Detected a linux category plugin
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.automagic INFO     Running automagic: ConstructionMagic
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.layer_name
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:51 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:51 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:51 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:51 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.automagic.construct_layers DETAIL 4 Construction Exception occurred: Unexpected config value found: None
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:51 volatility3.framework.automagic INFO     Running automagic: SymbolCacheMagic
24-12-14 20:06:51 volatility3.framework.symbols.intermed DETAIL 4 Searching for symbols in /home/remnux/Downloads/vol3profiles, /usr/local/lib/python3.8/dist-packages/volatility3/symbols, /usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols
24-12-14 20:06:51 volatility3.framework.layers.resources DETAIL 3 Available URL handlers: HTTPErrorProcessor, HTTPDefaultErrorHandler, HTTPRedirectHandler, ProxyHandler, HTTPBasicAuthHandler, ProxyBasicAuthHandler, HTTPDigestAuthHandler, ProxyDigestAuthHandler, AbstractHTTPHandler, HTTPHandler, HTTPSHandler, HTTPCookieProcessor, UnknownHandler, FileHandler, FTPHandler, CacheFTPHandler, DataHandler, VolatilityHandler, JarHandler, OfflineHandler, S3FileSystemHandler, GSFileSystemHandler, LeechCoreHandler
24-12-14 20:06:51 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/kerb_ecrypt.json
24-12-14 20:06:51 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-19041-x64.json
24-12-14 20:06:51 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/linux/bash64.json
24-12-14 20:06:51 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win7-x64.json
24-12-14 20:06:51 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win8-x86.json
24-12-14 20:06:51 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win81-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 2 Identified file:///home/remnux/Downloads/vol3profiles/kernel-4.18.0-477.21.1.el8_8.x86_64.json as b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/pdb.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win81-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-17134-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-19041-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-16299-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-vista-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-25398-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win8-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-18363-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win81-19935-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-xp-2003-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-17134-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/poolheader-x64-win7.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/poolheader-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-15063-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-17763-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/linux/bash32.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-vista-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/linux/elf.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/crash64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-15063-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-vista-sp12-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-18362-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-14393-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-16299-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/crash_common.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/generic/qemu.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/callbacks-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-15063-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-19041-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-10240-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/mft.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/poolheader-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/pe.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-vista-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-xp-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-15063-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-10586-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-18362-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win7-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-19041-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-vista-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/linux/xen.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-18362-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win8-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/registry.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-vista-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-win10-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-vista-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-win10-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/mbr.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/kdbg.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-17763-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/callbacks-x86.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-16299-x64.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/crash.json
24-12-14 20:06:52 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win8-x64.json
24-12-14 20:06:52 volatility3.framework.automagic INFO     Running automagic: LayerStacker
24-12-14 20:06:52 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:52 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:52 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-14 20:06:52 volatility3.framework.layers.elf DETAIL 4 Exception: Bad magic 0x0 at file offset 0x0
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-14 20:06:52 volatility3.framework.layers.xen DETAIL 4 Exception: Bad magic 0x0 at file offset 0x0
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-14 20:06:52 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0x0 at file offset 0x0
24-12-14 20:06:52 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0x0 at file offset 0x0
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using VmwareStacker
24-12-14 20:06:52 volatility3.framework.layers.vmware DETAIL 4 Metadata found: VMSS (False) or VMSN (True)
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Stacked VmwareLayer using VmwareStacker
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-14 20:06:52 volatility3.framework.layers.elf DETAIL 4 Exception: Bad magic 0x0 at file offset 0x0
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-14 20:06:52 volatility3.framework.layers.xen DETAIL 4 Exception: Bad magic 0x0 at file offset 0x0
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-14 20:06:52 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0x0 at file offset 0x0
24-12-14 20:06:52 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0x0 at file offset 0x0
24-12-14 20:06:52 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LinuxIntelStacker
24-12-14 20:06:52 volatility3.framework.automagic.linux DEBUG    Identified banner: b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mmu_notifier_mm
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!dma_coherent_mem
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!netns_ipvs
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!ring_buffer
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mtd_info
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!assoc_array_ptr
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!s_pstats
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!can_dev_rcv_lists
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!s_stats
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mpls_route
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!sctp_mib
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!ebt_table
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!garp_port
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!wireless_dev
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mrp_port
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!switchdev_ops
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!sfp_bus
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!tipc_bearer
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!pcpu_dstats
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!pcpu_vstats
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mpls_dev
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!udp_tunnel_nic
24-12-14 20:06:53 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!phylink
24-12-14 20:06:53 volatility3.framework.automagic.linux DEBUG    Linux ASLR shift values determined: physical 56e00000 virtual 8a00000
24-12-14 20:06:53 volatility3.framework.automagic.linux DEBUG    DTB was found at: 0x59810000
24-12-14 20:06:53 volatility3.framework.automagic.stacker DETAIL 2 Stacked IntelLayer using LinuxIntelStacker
24-12-14 20:06:53 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-14 20:06:53 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-14 20:06:53 volatility3.framework.layers.elf DETAIL 4 Exception: Offset 0x0 does not exist within the base layer
24-12-14 20:06:53 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-14 20:06:53 volatility3.framework.layers.xen DETAIL 4 Exception: Offset 0x0 does not exist within the base layer
24-12-14 20:06:53 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-14 20:06:53 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-14 20:06:53 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-14 20:06:53 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Crashdump header not found at offset 0
24-12-14 20:06:53 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Crashdump header not found at offset 0
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer.base_layer
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer.meta_layer
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:53 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:53 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:53 volatility3.framework.automagic.stacker DEBUG    physical_layer maximum_address: 4294967295
24-12-14 20:06:53 volatility3.framework.automagic.stacker DEBUG    Stacked layers: ['IntelLayer', 'VmwareLayer', 'FileLayer']
24-12-14 20:06:53 volatility3.framework.automagic INFO     Running automagic: SymbolFinder
24-12-14 20:06:53 volatility3.framework.automagic INFO     Running automagic: LinuxSymbolFinder
24-12-14 20:06:53 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:53 volatility3.framework.automagic.symbol_finder DEBUG    Identified banner: b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-14 20:06:53 volatility3.framework.automagic.symbol_finder DEBUG    Using symbol library: file:///home/remnux/Downloads/vol3profiles/kernel-4.18.0-477.21.1.el8_8.x86_64.json
24-12-14 20:06:54 volatility3.framework.automagic INFO     Running automagic: KernelModule
24-12-14 20:06:54 volatility3.cli.text_filter DETAIL 3 Filters:
[]
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mmu_notifier_mm
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!dma_coherent_mem
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!netns_ipvs
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!ring_buffer
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mtd_info
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!assoc_array_ptr
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!s_pstats
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!can_dev_rcv_lists
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!s_stats
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mpls_route
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!sctp_mib
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!ebt_table
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!garp_port
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!wireless_dev
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mrp_port
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!switchdev_ops
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!sfp_bus
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!tipc_bearer
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!pcpu_dstats
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!pcpu_vstats
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mpls_dev
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!udp_tunnel_nic
24-12-14 20:06:54 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!phylink
24-12-14 20:06:54 volatility3.cli DEBUG    Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/volatility3/cli/__init__.py", line 469, in run
    renderer.render(grid)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/cli/text_renderer.py", line 198, in render
    grid.populate(visitor, outfd)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/renderers/__init__.py", line 245, in populate
    for level, item in self._generator:
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/plugins/linux/pslist.py", line 180, in _generator
    offset, pid, tid, ppid, name = self.get_task_fields(task, decorate_comm)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/plugins/linux/pslist.py", line 95, in get_task_fields
    pid = task.tgid
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/objects/__init__.py", line 963, in __getattr__
    member = template(context=self._context, object_info=object_info)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/objects/templates.py", line 96, in __call__
    return self.vol.object_class(
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/objects/__init__.py", line 168, in __new__
    value = cls._unmarshall(context, data_format, object_info)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/objects/__init__.py", line 202, in _unmarshall
    data = context.layers.read(
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/interfaces/layers.py", line 638, in read
    return self[layer].read(offset, length, pad)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/linear.py", line 45, in read
    for offset, _, mapped_offset, mapped_length, layer in self.mapping(
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/intel.py", line 295, in mapping
    for offset, size, mapped_offset, mapped_size, map_layer in self._mapping(
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/intel.py", line 351, in _mapping
    chunk_offset, page_size, layer_name = self._translate(offset)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/intel.py", line 155, in _translate
    entry, position = self._translate_entry(offset)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/intel.py", line 196, in _translate_entry
    raise exceptions.PagedInvalidAddressException(
volatility3.framework.exceptions.PagedInvalidAddressException: Page Fault at entry 0x0 in table page table
@manuelsteiner
Copy link
Author

linux.pslist on the memory dump from the VM on which the symbols were generated

24-12-14 20:06:34 volatility3.cli INFO     Logging started
24-12-14 20:06:34 volatility3.cli INFO     Volatility plugins path: ['/usr/local/lib/python3.8/dist-packages/volatility3/plugins', '/usr/local/lib/python3.8/dist-packages/volatility3/framework/plugins']
24-12-14 20:06:34 volatility3.cli INFO     Volatility symbols path: ['/home/remnux/Downloads/vol3profiles', '/usr/local/lib/python3.8/dist-packages/volatility3/symbols', '/usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols']
24-12-14 20:06:34 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/plugins, /usr/local/lib/python3.8/dist-packages/volatility3/framework/plugins
24-12-14 20:06:34 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/automagic
24-12-14 20:06:34 volatility3.cli DETAIL 3 Cache directory used: /home/remnux/.cache/volatility3
24-12-14 20:06:34 volatility3.framework.automagic INFO     Detected a linux category plugin
24-12-14 20:06:34 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.automagic INFO     Running automagic: ConstructionMagic
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.layer_name
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:35 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:35 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:35 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.automagic.construct_layers DETAIL 4 Construction Exception occurred: Unexpected config value found: None
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.automagic INFO     Running automagic: SymbolCacheMagic
24-12-14 20:06:35 volatility3.framework.symbols.intermed DETAIL 4 Searching for symbols in /home/remnux/Downloads/vol3profiles, /usr/local/lib/python3.8/dist-packages/volatility3/symbols, /usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols
24-12-14 20:06:35 volatility3.framework.layers.resources DETAIL 3 Available URL handlers: HTTPErrorProcessor, HTTPDefaultErrorHandler, HTTPRedirectHandler, ProxyHandler, HTTPBasicAuthHandler, ProxyBasicAuthHandler, HTTPDigestAuthHandler, ProxyDigestAuthHandler, AbstractHTTPHandler, HTTPHandler, HTTPSHandler, HTTPCookieProcessor, UnknownHandler, FileHandler, FTPHandler, CacheFTPHandler, DataHandler, VolatilityHandler, JarHandler, OfflineHandler, S3FileSystemHandler, GSFileSystemHandler, LeechCoreHandler
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-vista-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/poolheader-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/kerb_ecrypt.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win7-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-vista-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-18362-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/linux/bash64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/crash.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/crash64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/registry.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-17134-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 2 Identified file:///home/remnux/Downloads/vol3profiles/kernel-4.18.0-477.21.1.el8_8.x86_64.json as b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/poolheader-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-16299-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-19041-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win8-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win8-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/mbr.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-xp-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-19041-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-16299-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/poolheader-x64-win7.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/linux/elf.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/pe.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/generic/qemu.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/kdbg.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-vista-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-15063-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-vista-sp12-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-15063-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/callbacks-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-18363-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-10586-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win7-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-18362-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/linux/bash32.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-win10-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win8-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/crash_common.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win81-19935-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-14393-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-19041-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-25398-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/linux/xen.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/pdb.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-19041-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-win10-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-vista-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win8-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-16299-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-17763-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-15063-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win81-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/bigpools/bigpools-vista-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-17763-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-vista-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-17134-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win81-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-15063-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/callbacks-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/mft.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-xp-2003-x64.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/netscan/netscan-win10-10240-x86.json
24-12-14 20:06:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///usr/local/lib/python3.8/dist-packages/volatility3/framework/symbols/windows/services/services-win10-18362-x64.json
24-12-14 20:06:35 volatility3.framework.automagic INFO     Running automagic: LayerStacker
24-12-14 20:06:35 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:35 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-14 20:06:35 volatility3.framework.layers.elf DETAIL 4 Exception: Bad magic 0xf000ff53 at file offset 0x0
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-14 20:06:35 volatility3.framework.layers.xen DETAIL 4 Exception: Bad magic 0xf000ff53 at file offset 0x0
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-14 20:06:35 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0xf000ff53 at file offset 0x0
24-12-14 20:06:35 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0xf000ff53 at file offset 0x0
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using VmwareStacker
24-12-14 20:06:35 volatility3.framework.layers.vmware DETAIL 4 Metadata found: VMSS (False) or VMSN (True)
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Stacked VmwareLayer using VmwareStacker
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-14 20:06:35 volatility3.framework.layers.elf DETAIL 4 Exception: Bad magic 0xf000ff53 at file offset 0x0
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-14 20:06:35 volatility3.framework.layers.xen DETAIL 4 Exception: Bad magic 0xf000ff53 at file offset 0x0
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-14 20:06:35 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0xf000ff53 at file offset 0x0
24-12-14 20:06:35 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0xf000ff53 at file offset 0x0
24-12-14 20:06:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LinuxIntelStacker
24-12-14 20:06:35 volatility3.framework.automagic.linux DEBUG    Identified banner: b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mmu_notifier_mm
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!dma_coherent_mem
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!netns_ipvs
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!ring_buffer
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mtd_info
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!assoc_array_ptr
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!s_pstats
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!can_dev_rcv_lists
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!s_stats
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mpls_route
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!sctp_mib
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!ebt_table
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!garp_port
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!wireless_dev
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mrp_port
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!switchdev_ops
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!sfp_bus
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!tipc_bearer
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!pcpu_dstats
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!pcpu_vstats
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mpls_dev
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!udp_tunnel_nic
24-12-14 20:06:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!phylink
24-12-14 20:06:36 volatility3.framework.automagic.linux DEBUG    Linux ASLR shift values determined: physical 13e00000 virtual 21e00000
24-12-14 20:06:36 volatility3.framework.automagic.linux DEBUG    DTB was found at: 0x16810000
24-12-14 20:06:36 volatility3.framework.automagic.stacker DETAIL 2 Stacked IntelLayer using LinuxIntelStacker
24-12-14 20:06:36 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-14 20:06:36 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-14 20:06:36 volatility3.framework.layers.elf DETAIL 4 Exception: Offset 0x0 does not exist within the base layer
24-12-14 20:06:36 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-14 20:06:36 volatility3.framework.layers.xen DETAIL 4 Exception: Offset 0x0 does not exist within the base layer
24-12-14 20:06:36 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-14 20:06:36 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-14 20:06:36 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-14 20:06:36 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Crashdump header not found at offset 0
24-12-14 20:06:36 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Crashdump header not found at offset 0
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer.base_layer
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer.meta_layer
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:36 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:36 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework DETAIL 4 Importing from the following paths: /usr/local/lib/python3.8/dist-packages/volatility3/framework/layers
24-12-14 20:06:36 volatility3.framework.automagic.stacker DEBUG    physical_layer maximum_address: 8589934591
24-12-14 20:06:36 volatility3.framework.automagic.stacker DEBUG    Stacked layers: ['IntelLayer', 'VmwareLayer', 'FileLayer']
24-12-14 20:06:36 volatility3.framework.automagic INFO     Running automagic: SymbolFinder
24-12-14 20:06:36 volatility3.framework.automagic INFO     Running automagic: LinuxSymbolFinder
24-12-14 20:06:36 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-14 20:06:36 volatility3.framework.automagic.symbol_finder DEBUG    Identified banner: b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-14 20:06:36 volatility3.framework.automagic.symbol_finder DEBUG    Using symbol library: file:///home/remnux/Downloads/vol3profiles/kernel-4.18.0-477.21.1.el8_8.x86_64.json
24-12-14 20:06:37 volatility3.framework.automagic INFO     Running automagic: KernelModule
24-12-14 20:06:37 volatility3.cli.text_filter DETAIL 3 Filters:
[]
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mmu_notifier_mm
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!dma_coherent_mem
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!netns_ipvs
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!ring_buffer
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mtd_info
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!assoc_array_ptr
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!s_pstats
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!can_dev_rcv_lists
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!s_stats
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mpls_route
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!sctp_mib
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!ebt_table
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!garp_port
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!wireless_dev
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mrp_port
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!switchdev_ops
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!sfp_bus
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!tipc_bearer
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!pcpu_dstats
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!pcpu_vstats
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mpls_dev
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!udp_tunnel_nic
24-12-14 20:06:37 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!phylink
24-12-14 20:06:37 volatility3.cli DEBUG    Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/volatility3/cli/__init__.py", line 469, in run
    renderer.render(grid)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/cli/text_renderer.py", line 198, in render
    grid.populate(visitor, outfd)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/renderers/__init__.py", line 245, in populate
    for level, item in self._generator:
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/plugins/linux/pslist.py", line 180, in _generator
    offset, pid, tid, ppid, name = self.get_task_fields(task, decorate_comm)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/plugins/linux/pslist.py", line 95, in get_task_fields
    pid = task.tgid
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/objects/__init__.py", line 963, in __getattr__
    member = template(context=self._context, object_info=object_info)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/objects/templates.py", line 96, in __call__
    return self.vol.object_class(
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/objects/__init__.py", line 168, in __new__
    value = cls._unmarshall(context, data_format, object_info)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/objects/__init__.py", line 202, in _unmarshall
    data = context.layers.read(
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/interfaces/layers.py", line 638, in read
    return self[layer].read(offset, length, pad)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/linear.py", line 45, in read
    for offset, _, mapped_offset, mapped_length, layer in self.mapping(
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/intel.py", line 295, in mapping
    for offset, size, mapped_offset, mapped_size, map_layer in self._mapping(
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/intel.py", line 351, in _mapping
    chunk_offset, page_size, layer_name = self._translate(offset)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/intel.py", line 155, in _translate
    entry, position = self._translate_entry(offset)
  File "/usr/local/lib/python3.8/dist-packages/volatility3/framework/layers/intel.py", line 196, in _translate_entry
    raise exceptions.PagedInvalidAddressException(
volatility3.framework.exceptions.PagedInvalidAddressException: Page Fault at entry 0x0 in table page directory pointer

@gcmoreira
Copy link
Contributor

gcmoreira commented Dec 15, 2024

Hi @manuelsteiner thanks for your report.
Could you give it another try using the latest version from GitHub? Please make it sure it's version 2.12.0, as the one you're currently using appears to be outdated.
Also, ensure the respective .vmsn or .vmss file is in the same path as .vmem.
Last but not least, it shouldn't be an issue but you don't need the System.map, the vmlinux file already includes the symbols. The --system-map option is intended for different use cases.

./dwarf2json linux --elf /usr/lib/debug/lib/modules/4.18.0-477.21.1.el8_8.x86_64/vmlinux  > kernel-4.18.0-477.21.1.el8_8.x86_64.json

@manuelsteiner
Copy link
Author

manuelsteiner commented Dec 15, 2024

Hi, thanks for the assistance!
Sorry, I didn't realise 2.7 was quite outdated... Sadly, the same results seem to happen with 2.12

Just to make sure I re-created the symbols without the system map. Also the additionally required files (vmsn in this case) are present in the same directory as the vmem.

I have attached the symbols file if it is of any help.
kernel-4.18.0-477.21.1.el8_8.x86_64.json.zip

linux.pslist on the original kernel dump

24-12-15 09:43:34 volatility3.cli INFO     Logging started
24-12-15 09:43:34 volatility3.cli INFO     Volatility plugins path: ['/home/remnux/Downloads/volatility3/volatility3/plugins', '/home/remnux/Downloads/volatility3/volatility3/framework/plugins']
24-12-15 09:43:34 volatility3.cli INFO     Volatility symbols path: ['/home/remnux/Downloads/vol3profiles', '/home/remnux/Downloads/volatility3/volatility3/symbols', '/home/remnux/Downloads/volatility3/volatility3/framework/symbols']
24-12-15 09:43:34 volatility3.framework DETAIL 4 Attempting to clear a non-existant cache
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/plugins, /home/remnux/Downloads/volatility3/volatility3/framework/plugins
24-12-15 09:43:34 volatility3.plugins.yarascan DEBUG    Using yara-python module
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/automagic
24-12-15 09:43:34 volatility3.cli DETAIL 3 Cache directory used: /home/remnux/.cache/volatility3
24-12-15 09:43:34 volatility3.framework.automagic INFO     Detected a linux category plugin
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.automagic INFO     Running automagic: ConstructionMagic
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.layer_name
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:34 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:34 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:34 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:34 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.automagic.construct_layers DETAIL 4 Construction Exception occurred: Unexpected config value found: None
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:34 volatility3.framework.automagic INFO     Running automagic: SymbolCacheMagic
24-12-15 09:43:34 volatility3.framework.symbols.intermed DETAIL 4 Searching for symbols in /home/remnux/Downloads/vol3profiles, /home/remnux/Downloads/volatility3/volatility3/symbols, /home/remnux/Downloads/volatility3/volatility3/framework/symbols
24-12-15 09:43:34 volatility3.framework.layers.resources DETAIL 3 Available URL handlers: HTTPErrorProcessor, HTTPDefaultErrorHandler, HTTPRedirectHandler, ProxyHandler, HTTPBasicAuthHandler, ProxyBasicAuthHandler, HTTPDigestAuthHandler, ProxyDigestAuthHandler, AbstractHTTPHandler, HTTPHandler, HTTPSHandler, HTTPCookieProcessor, UnknownHandler, FileHandler, FTPHandler, CacheFTPHandler, DataHandler, VolatilityHandler, JarHandler, OfflineHandler, S3FileSystemHandler, GSFileSystemHandler, LeechCoreHandler
24-12-15 09:43:34 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/linux/bash64.json
24-12-15 09:43:34 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/poolheader-x64.json
24-12-15 09:43:34 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-17763-x86.json
24-12-15 09:43:34 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/nehalem-architecture.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 2 Identified file:///home/remnux/Downloads/vol3profiles/kernel-4.18.0-477.21.1.el8_8.x86_64.json.xz as b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/kerb_ecrypt.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-10586-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-22621-3527-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-17763-3232-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/haswell-architecture.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win8-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-17134-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-19041-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-16299-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win81-19935-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-25398-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/westmere-architecture.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/crash64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-18362-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/mft.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-vista-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/poolheader-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-vista-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win7-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-20348-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-17763-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win7-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win7-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-19041-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win8-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-20348-2461-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-2003-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win8-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-15063-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/generic/qemu.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-18362-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-xp-sp3-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win8-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win8-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-22000-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-19041-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/poolheader-x64-win7.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-16299-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/crash_common.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/registry.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/skylake-architecture.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-10240-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/sandybridge-architecture.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/mbr.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-win10-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-16299-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-19041-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/unloadedmodules-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-vista-sp12-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/callbacks-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-win10-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/linux/elf.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-19041-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-18363-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-vista-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/crash.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-xp-2003-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/unloadedmodules-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-vista-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-vista-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-18362-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-vista-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-2003-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/linux/xen.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win81-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-20348-1970-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win8-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/kdbg.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-15063-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-17134-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/pdb.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-xp-sp2-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-18362-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-vista-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win10-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-xp-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win81-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/pe.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win10-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-22621-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-15063-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/callbacks-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win7-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-vista-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-15063-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-25398-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-14393-x86.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-20348-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-17763-x64.json
24-12-15 09:43:35 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/linux/bash32.json
24-12-15 09:43:35 volatility3.framework.automagic INFO     Running automagic: LayerStacker
24-12-15 09:43:35 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:35 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:35 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-15 09:43:35 volatility3.framework.layers.elf DETAIL 4 Exception: Bad magic 0x0 at file offset 0x0
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-15 09:43:35 volatility3.framework.layers.xen DETAIL 4 Exception: Bad magic 0x0 at file offset 0x0
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-15 09:43:35 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0x0 at file offset 0x0
24-12-15 09:43:35 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0x0 at file offset 0x0
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using VmwareStacker
24-12-15 09:43:35 volatility3.framework.layers.vmware DETAIL 4 Metadata found: VMSS (False) or VMSN (True)
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Stacked VmwareLayer using VmwareStacker
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-15 09:43:35 volatility3.framework.layers.elf DETAIL 4 Exception: Bad magic 0x0 at file offset 0x0
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-15 09:43:35 volatility3.framework.layers.xen DETAIL 4 Exception: Bad magic 0x0 at file offset 0x0
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-15 09:43:35 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0x0 at file offset 0x0
24-12-15 09:43:35 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0x0 at file offset 0x0
24-12-15 09:43:35 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LinuxIntelStacker
24-12-15 09:43:35 volatility3.framework.automagic.linux DEBUG    Identified banner: b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mmu_notifier_mm
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!dma_coherent_mem
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!netns_ipvs
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!ring_buffer
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mtd_info
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!assoc_array_ptr
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!s_pstats
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!can_dev_rcv_lists
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!s_stats
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mpls_route
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!sctp_mib
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!ebt_table
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!garp_port
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!wireless_dev
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mrp_port
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!switchdev_ops
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!sfp_bus
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!tipc_bearer
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!pcpu_dstats
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!pcpu_vstats
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mpls_dev
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!udp_tunnel_nic
24-12-15 09:43:36 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!phylink
24-12-15 09:43:37 volatility3.framework.automagic.linux DEBUG    Linux ASLR shift values determined: physical 56e00000 virtual 8a00000
24-12-15 09:43:37 volatility3.framework.automagic.linux DEBUG    DTB was found at: 0x59810000
24-12-15 09:43:37 volatility3.framework.automagic.stacker DETAIL 2 Stacked IntelLayer using LinuxIntelStacker
24-12-15 09:43:37 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-15 09:43:37 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-15 09:43:37 volatility3.framework.layers.elf DETAIL 4 Exception: Offset 0x0 does not exist within the base layer
24-12-15 09:43:37 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-15 09:43:37 volatility3.framework.layers.xen DETAIL 4 Exception: Offset 0x0 does not exist within the base layer
24-12-15 09:43:37 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-15 09:43:37 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-15 09:43:37 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-15 09:43:37 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Crashdump header not found at offset 0
24-12-15 09:43:37 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Crashdump header not found at offset 0
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer.base_layer
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer.meta_layer
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:37 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:37 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:43:37 volatility3.framework.automagic.stacker DEBUG    physical_layer maximum_address: 4294967295
24-12-15 09:43:37 volatility3.framework.automagic.stacker DEBUG    Stacked layers: ['IntelLayer', 'VmwareLayer', 'FileLayer']
24-12-15 09:43:37 volatility3.framework.automagic INFO     Running automagic: SymbolFinder
24-12-15 09:43:37 volatility3.framework.automagic INFO     Running automagic: LinuxSymbolFinder
24-12-15 09:43:37 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:43:37 volatility3.framework.automagic.symbol_finder DEBUG    Identified banner: b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-15 09:43:37 volatility3.framework.automagic.symbol_finder DEBUG    Using symbol library: file:///home/remnux/Downloads/vol3profiles/kernel-4.18.0-477.21.1.el8_8.x86_64.json.xz
24-12-15 09:43:37 volatility3.framework.automagic.symbol_finder DEBUG    producer_name: dwarf2json, producer_version: 0.9.0
24-12-15 09:43:37 volatility3.framework.automagic.symbol_finder DEBUG    Types:
24-12-15 09:43:37 volatility3.framework.automagic.symbol_finder DEBUG    	{'kind': 'dwarf', 'name': 'vmlinux', 'hash_type': 'sha256', 'hash_value': 'fbc3600709622e932e31a3548341929fd08b06924ebb7b93672ded7aedad68b6'}
24-12-15 09:43:37 volatility3.framework.automagic.symbol_finder DEBUG    Symbols:
24-12-15 09:43:37 volatility3.framework.automagic.symbol_finder DEBUG    	{'kind': 'dwarf', 'name': 'vmlinux', 'hash_type': 'sha256', 'hash_value': 'fbc3600709622e932e31a3548341929fd08b06924ebb7b93672ded7aedad68b6'}
24-12-15 09:43:37 volatility3.framework.automagic.symbol_finder DEBUG    	{'kind': 'symtab', 'name': 'vmlinux', 'hash_type': 'sha256', 'hash_value': 'fbc3600709622e932e31a3548341929fd08b06924ebb7b93672ded7aedad68b6'}
24-12-15 09:43:37 volatility3.framework.automagic INFO     Running automagic: KernelModule
24-12-15 09:43:37 volatility3.cli.text_filter DETAIL 3 Filters:
[]
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mmu_notifier_mm
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!dma_coherent_mem
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!netns_ipvs
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!ring_buffer
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mtd_info
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!assoc_array_ptr
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!s_pstats
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!can_dev_rcv_lists
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!s_stats
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mpls_route
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!sctp_mib
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!ebt_table
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!garp_port
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!wireless_dev
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mrp_port
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!switchdev_ops
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!sfp_bus
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!tipc_bearer
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!pcpu_dstats
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!pcpu_vstats
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mpls_dev
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!udp_tunnel_nic
24-12-15 09:43:38 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!phylink
24-12-15 09:43:38 volatility3.cli DEBUG    Traceback (most recent call last):
  File "/home/remnux/Downloads/volatility3/volatility3/cli/__init__.py", line 505, in run
    renderer.render(grid)
  File "/home/remnux/Downloads/volatility3/volatility3/cli/text_renderer.py", line 232, in render
    grid.populate(visitor, outfd)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/renderers/__init__.py", line 245, in populate
    for level, item in self._generator:
  File "/home/remnux/Downloads/volatility3/volatility3/framework/plugins/linux/pslist.py", line 182, in _generator
    offset, pid, tid, ppid, name, creation_time = self.get_task_fields(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/plugins/linux/pslist.py", line 96, in get_task_fields
    pid = task.tgid
  File "/home/remnux/Downloads/volatility3/volatility3/framework/objects/__init__.py", line 961, in __getattr__
    member = template(context=self._context, object_info=object_info)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/objects/templates.py", line 96, in __call__
    return self.vol.object_class(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/objects/__init__.py", line 168, in __new__
    value = cls._unmarshall(context, data_format, object_info)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/objects/__init__.py", line 202, in _unmarshall
    data = context.layers.read(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/interfaces/layers.py", line 638, in read
    return self[layer].read(offset, length, pad)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/linear.py", line 45, in read
    for offset, _, mapped_offset, mapped_length, layer in self.mapping(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/intel.py", line 310, in mapping
    for offset, size, mapped_offset, mapped_size, map_layer in self._mapping(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/intel.py", line 366, in _mapping
    chunk_offset, page_size, layer_name = self._translate(offset)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/intel.py", line 165, in _translate
    entry, position = self._translate_entry(offset)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/intel.py", line 213, in _translate_entry
    raise exceptions.PagedInvalidAddressException(
volatility3.framework.exceptions.PagedInvalidAddressException: Page Fault at entry 0x0 in table page table

@manuelsteiner
Copy link
Author

linux.pslist on the memory dump from the VM on which the symbols were generated

24-12-15 09:44:16 volatility3.cli INFO     Logging started
24-12-15 09:44:16 volatility3.cli INFO     Volatility plugins path: ['/home/remnux/Downloads/volatility3/volatility3/plugins', '/home/remnux/Downloads/volatility3/volatility3/framework/plugins']
24-12-15 09:44:16 volatility3.cli INFO     Volatility symbols path: ['/home/remnux/Downloads/vol3profiles', '/home/remnux/Downloads/volatility3/volatility3/symbols', '/home/remnux/Downloads/volatility3/volatility3/framework/symbols']
24-12-15 09:44:16 volatility3.framework DETAIL 4 Attempting to clear a non-existant cache
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/plugins, /home/remnux/Downloads/volatility3/volatility3/framework/plugins
24-12-15 09:44:16 volatility3.plugins.yarascan DEBUG    Using yara-python module
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/automagic
24-12-15 09:44:16 volatility3.cli DETAIL 3 Cache directory used: /home/remnux/.cache/volatility3
24-12-15 09:44:16 volatility3.framework.automagic INFO     Detected a linux category plugin
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.automagic INFO     Running automagic: ConstructionMagic
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.layer_name
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:16 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:16 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:16 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:16 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.automagic.construct_layers DETAIL 4 Construction Exception occurred: Unexpected config value found: None
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:16 volatility3.framework.automagic INFO     Running automagic: SymbolCacheMagic
24-12-15 09:44:16 volatility3.framework.symbols.intermed DETAIL 4 Searching for symbols in /home/remnux/Downloads/vol3profiles, /home/remnux/Downloads/volatility3/volatility3/symbols, /home/remnux/Downloads/volatility3/volatility3/framework/symbols
24-12-15 09:44:16 volatility3.framework.layers.resources DETAIL 3 Available URL handlers: HTTPErrorProcessor, HTTPDefaultErrorHandler, HTTPRedirectHandler, ProxyHandler, HTTPBasicAuthHandler, ProxyBasicAuthHandler, HTTPDigestAuthHandler, ProxyDigestAuthHandler, AbstractHTTPHandler, HTTPHandler, HTTPSHandler, HTTPCookieProcessor, UnknownHandler, FileHandler, FTPHandler, CacheFTPHandler, DataHandler, VolatilityHandler, JarHandler, OfflineHandler, S3FileSystemHandler, GSFileSystemHandler, LeechCoreHandler
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-vista-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-17134-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-10586-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-18362-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-18362-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-vista-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-win10-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-16299-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-17763-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-vista-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-xp-sp3-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-10240-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/westmere-architecture.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-15063-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win7-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win7-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-19041-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-22621-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/callbacks-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-18362-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-16299-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-15063-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-25398-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-14393-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-2003-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win7-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/kdbg.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-vista-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/linux/xen.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win7-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-xp-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win81-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/mft.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-19041-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-16299-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win8-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-xp-sp2-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/kerb_ecrypt.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-17134-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-xp-2003-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/pdb.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-17763-3232-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/mbr.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-win10-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-19041-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win8-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-17763-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win8-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-20348-1970-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/crash64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-20348-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-20348-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/linux/bash32.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/pe.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win10-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/sandybridge-architecture.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-vista-sp12-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/nehalem-architecture.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-22621-3527-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/generic/qemu.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win10-x86.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-18363-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win8-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-x64.json
24-12-15 09:44:16 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/crash_common.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 2 Identified file:///home/remnux/Downloads/vol3profiles/kernel-4.18.0-477.21.1.el8_8.x86_64.json.xz as b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-18362-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/haswell-architecture.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-vista-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-vista-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win81-19935-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-win8-x86.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win81-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/poolheader-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-vista-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/bigpools/bigpools-x86.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/crash.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/linux/elf.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-22000-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-17763-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-15063-x86.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-19041-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/symbols/generic/vmcs/skylake-architecture.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/linux/bash64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/consoles/consoles-win10-20348-2461-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/registry.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/callbacks-x86.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/unloadedmodules-x86.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/unloadedmodules-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-15063-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-vista-x86.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win8-x86.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/poolheader-x64-win7.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/services/services-win10-25398-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/netscan/netscan-win10-19041-x64.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/poolheader-x86.json
24-12-15 09:44:17 volatility3.framework.automagic.symbol_cache DETAIL 4 No identifier found for file:///home/remnux/Downloads/volatility3/volatility3/framework/symbols/windows/shimcache/shimcache-2003-x64.json
24-12-15 09:44:17 volatility3.framework.automagic INFO     Running automagic: LayerStacker
24-12-15 09:44:17 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:17 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:17 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-15 09:44:17 volatility3.framework.layers.elf DETAIL 4 Exception: Bad magic 0xf000ff53 at file offset 0x0
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-15 09:44:17 volatility3.framework.layers.xen DETAIL 4 Exception: Bad magic 0xf000ff53 at file offset 0x0
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-15 09:44:17 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0xf000ff53 at file offset 0x0
24-12-15 09:44:17 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0xf000ff53 at file offset 0x0
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using VmwareStacker
24-12-15 09:44:17 volatility3.framework.layers.vmware DETAIL 4 Metadata found: VMSS (False) or VMSN (True)
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Stacked VmwareLayer using VmwareStacker
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-15 09:44:17 volatility3.framework.layers.elf DETAIL 4 Exception: Bad magic 0xf000ff53 at file offset 0x0
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-15 09:44:17 volatility3.framework.layers.xen DETAIL 4 Exception: Bad magic 0xf000ff53 at file offset 0x0
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-15 09:44:17 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0xf000ff53 at file offset 0x0
24-12-15 09:44:17 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Bad signature 0xf000ff53 at file offset 0x0
24-12-15 09:44:17 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LinuxIntelStacker
24-12-15 09:44:17 volatility3.framework.automagic.linux DEBUG    Identified banner: b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-15 09:44:17 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mmu_notifier_mm
24-12-15 09:44:17 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!dma_coherent_mem
24-12-15 09:44:17 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!netns_ipvs
24-12-15 09:44:17 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!ring_buffer
24-12-15 09:44:17 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mtd_info
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!assoc_array_ptr
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!s_pstats
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!can_dev_rcv_lists
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!s_stats
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mpls_route
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!sctp_mib
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!ebt_table
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!garp_port
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!wireless_dev
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mrp_port
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!switchdev_ops
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!sfp_bus
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!tipc_bearer
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!pcpu_dstats
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!pcpu_vstats
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!mpls_dev
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!udp_tunnel_nic
24-12-15 09:44:18 volatility3.framework.symbols DEBUG    Unresolved reference: LintelStacker1!phylink
24-12-15 09:44:18 volatility3.framework.automagic.linux DEBUG    Linux ASLR shift values determined: physical 13e00000 virtual 21e00000
24-12-15 09:44:18 volatility3.framework.automagic.linux DEBUG    DTB was found at: 0x16810000
24-12-15 09:44:18 volatility3.framework.automagic.stacker DETAIL 2 Stacked IntelLayer using LinuxIntelStacker
24-12-15 09:44:18 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using LimeStacker
24-12-15 09:44:18 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using Elf64Stacker
24-12-15 09:44:18 volatility3.framework.layers.elf DETAIL 4 Exception: Offset 0x0 does not exist within the base layer
24-12-15 09:44:18 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using XenCoreDumpStacker
24-12-15 09:44:18 volatility3.framework.layers.xen DETAIL 4 Exception: Offset 0x0 does not exist within the base layer
24-12-15 09:44:18 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using AVMLStacker
24-12-15 09:44:18 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using QemuStacker
24-12-15 09:44:18 volatility3.framework.automagic.stacker DETAIL 2 Attempting to stack using WindowsCrashDumpStacker
24-12-15 09:44:18 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Crashdump header not found at offset 0
24-12-15 09:44:18 volatility3.framework.layers.crash DETAIL 4 Exception reading crashdump: Crashdump header not found at offset 0
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer.base_layer
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 IndexError - No configuration provided: plugins.PsList.kernel.layer_name.memory_layer.meta_layer
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:18 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList.kernel
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:18 volatility3.framework.automagic.construct_layers DETAIL 1 Failed on requirement: plugins.PsList
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework DETAIL 4 Importing from the following paths: /home/remnux/Downloads/volatility3/volatility3/framework/layers
24-12-15 09:44:18 volatility3.framework.automagic.stacker DEBUG    physical_layer maximum_address: 8589934591
24-12-15 09:44:18 volatility3.framework.automagic.stacker DEBUG    Stacked layers: ['IntelLayer', 'VmwareLayer', 'FileLayer']
24-12-15 09:44:18 volatility3.framework.automagic INFO     Running automagic: SymbolFinder
24-12-15 09:44:18 volatility3.framework.automagic INFO     Running automagic: LinuxSymbolFinder
24-12-15 09:44:18 volatility3.framework.configuration.requirements DETAIL 1 Symbol table requirement not yet fulfilled: plugins.PsList.kernel.symbol_table_name
24-12-15 09:44:18 volatility3.framework.automagic.symbol_finder DEBUG    Identified banner: b'Linux version 4.18.0-477.21.1.el8_8.x86_64 ([email protected]) (gcc version 8.5.0 20210514 (Red Hat 8.5.0-18) (GCC)) #1 SMP Thu Jul 20 08:38:27 EDT 2023\n\x00'
24-12-15 09:44:18 volatility3.framework.automagic.symbol_finder DEBUG    Using symbol library: file:///home/remnux/Downloads/vol3profiles/kernel-4.18.0-477.21.1.el8_8.x86_64.json.xz
24-12-15 09:44:19 volatility3.framework.automagic.symbol_finder DEBUG    producer_name: dwarf2json, producer_version: 0.9.0
24-12-15 09:44:19 volatility3.framework.automagic.symbol_finder DEBUG    Types:
24-12-15 09:44:19 volatility3.framework.automagic.symbol_finder DEBUG    	{'kind': 'dwarf', 'name': 'vmlinux', 'hash_type': 'sha256', 'hash_value': 'fbc3600709622e932e31a3548341929fd08b06924ebb7b93672ded7aedad68b6'}
24-12-15 09:44:19 volatility3.framework.automagic.symbol_finder DEBUG    Symbols:
24-12-15 09:44:19 volatility3.framework.automagic.symbol_finder DEBUG    	{'kind': 'dwarf', 'name': 'vmlinux', 'hash_type': 'sha256', 'hash_value': 'fbc3600709622e932e31a3548341929fd08b06924ebb7b93672ded7aedad68b6'}
24-12-15 09:44:19 volatility3.framework.automagic.symbol_finder DEBUG    	{'kind': 'symtab', 'name': 'vmlinux', 'hash_type': 'sha256', 'hash_value': 'fbc3600709622e932e31a3548341929fd08b06924ebb7b93672ded7aedad68b6'}
24-12-15 09:44:19 volatility3.framework.automagic INFO     Running automagic: KernelModule
24-12-15 09:44:19 volatility3.cli.text_filter DETAIL 3 Filters:
[]
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mmu_notifier_mm
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!dma_coherent_mem
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!netns_ipvs
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!ring_buffer
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mtd_info
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!assoc_array_ptr
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!s_pstats
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!can_dev_rcv_lists
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!s_stats
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mpls_route
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!sctp_mib
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!ebt_table
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!garp_port
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!wireless_dev
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mrp_port
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!switchdev_ops
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!sfp_bus
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!tipc_bearer
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!pcpu_dstats
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!pcpu_vstats
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!mpls_dev
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!udp_tunnel_nic
24-12-15 09:44:19 volatility3.framework.symbols DEBUG    Unresolved reference: symbol_table_name1!phylink
24-12-15 09:44:19 volatility3.cli DEBUG    Traceback (most recent call last):
  File "/home/remnux/Downloads/volatility3/volatility3/cli/__init__.py", line 505, in run
    renderer.render(grid)
  File "/home/remnux/Downloads/volatility3/volatility3/cli/text_renderer.py", line 232, in render
    grid.populate(visitor, outfd)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/renderers/__init__.py", line 245, in populate
    for level, item in self._generator:
  File "/home/remnux/Downloads/volatility3/volatility3/framework/plugins/linux/pslist.py", line 182, in _generator
    offset, pid, tid, ppid, name, creation_time = self.get_task_fields(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/plugins/linux/pslist.py", line 96, in get_task_fields
    pid = task.tgid
  File "/home/remnux/Downloads/volatility3/volatility3/framework/objects/__init__.py", line 961, in __getattr__
    member = template(context=self._context, object_info=object_info)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/objects/templates.py", line 96, in __call__
    return self.vol.object_class(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/objects/__init__.py", line 168, in __new__
    value = cls._unmarshall(context, data_format, object_info)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/objects/__init__.py", line 202, in _unmarshall
    data = context.layers.read(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/interfaces/layers.py", line 638, in read
    return self[layer].read(offset, length, pad)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/linear.py", line 45, in read
    for offset, _, mapped_offset, mapped_length, layer in self.mapping(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/intel.py", line 310, in mapping
    for offset, size, mapped_offset, mapped_size, map_layer in self._mapping(
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/intel.py", line 366, in _mapping
    chunk_offset, page_size, layer_name = self._translate(offset)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/intel.py", line 165, in _translate
    entry, position = self._translate_entry(offset)
  File "/home/remnux/Downloads/volatility3/volatility3/framework/layers/intel.py", line 213, in _translate_entry
    raise exceptions.PagedInvalidAddressException(
volatility3.framework.exceptions.PagedInvalidAddressException: Page Fault at entry 0x0 in table page directory pointer

@gcmoreira
Copy link
Contributor

gcmoreira commented Dec 16, 2024

I've set up a similar Red Hat 8.8 environment.

$ uname -r
4.18.0-477.15.1.el8_8.x86_64

Your version is 4.18.0-477.21.1.el8_8.x86_64. While it's very unlikely, there's still a small chance that changes were introduced between these versions cause this behavior. Unfortunately, I couldn't reproduce this bug on my end.

./vol.py \
    -f ./rhel-8-8-x64/rhel-8-8-x64-Snapshot1.vmem \
    linux.pslist 
Volatility 3 Framework 2.12.0
Progress:  100.00               Stacking attempts finished                 
OFFSET (V)      PID     TID     PPID    COMM    CREATION TIME   File output

0x9d0301320000  1       1       0       systemd 2024-12-16 00:13:53.005000 UTC  Disabled
0x9d0301325080  2       2       0       kthreadd        2024-12-16 00:13:53.005000 UTC  Disabled
...
0x9d030436d080  1275    1275    1       agetty  2024-12-16 00:14:00.288245 UTC  Disabled

Would it be possible for you to share the memory dump you used?

Since the crash occurs before listing any processes, it's likely that Volatility3 is incorrectly calculating the ASLR shifts in your case. You might also want to try the proposed changes in PR #1332

@manuelsteiner
Copy link
Author

manuelsteiner commented Dec 16, 2024

Yeah I can share the VM memory of the VM 'i generated the symbols with, the original memory sadly is part of an ongoing investigation... but hopefully that snapshot is good enough.

Here is a zip of the vmem and vsmn files: https://drive.proton.me/urls/V8NQAX3098#LxUsWHvrPVfV

$ md5sum snapshot.zip 
3a60d0a97938c05716f32e1786f7a0f4  snapshot.zip

In the meantime, I can try and install the kernel you used, generate symbols for it and a memory dump just to make sure I'm not doing anything wrong on my end. Because that kernel should be fine, right?

Thanks again for all the help, really appreciate it.

@manuelsteiner
Copy link
Author

Ok, so I have recreated the memory dumps for the .15 and .21 kernels. Seemingly I have copied the dump too soon, while it was still being created by the snapshotting mechanism. Volatility now does not throw errors anymore. Sorry about that error on my part.
It strangely isn't producing any linux.pslist output. That's another issue though I guess.

This leads me to believe the memory dump of the original VM I am trying to analyse is indeed corrupt, sadly.

@gcmoreira
Copy link
Contributor

No problem! Let me know if you have better luck. It doesn't appear to be an issue with the framework, but we're happy to assist in making sure everything's done correctly. That said, it might be more efficient to continue this discussion on Slack and close this ticket here. TA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants