Accessors

Accessors are used to access bulk data from various sources using a standard file like interface.

Plugin/FunctionTypeDescription
autoAccessorAccess the file using the best accessor possible
bzip2AccessorAccess the content of bzip2 files
collectorAccessorOpen a collector zip file as if it was a directory - automatically
collector_sparseAccessorOpen a collector zip file as if it was a directory
dataAccessorMakes a string appears as an in memory file
ewfAccessorAllow reading an EWF file
ext4AccessorAccess files by parsing the raw ext4 filesystems
fatAccessorAccess the FAT filesystem inside an image by parsing FAT
fileAccessorAccess files using the operating system’s API
file_linksAccessorAccess the filesystem using the OS APIs
file_nocaseAccessorAccess files using the operating system’s API
gzipAccessorAccess the content of gzip files
lazy_ntfsAccessorAccess the NTFS filesystem by parsing NTFS structures
meAccessorAccess files bundled inside the Velociraptor binary itself
mftAccessorThe mft accessor is used to access arbitrary MFT streams as
mscfbAccessorParse a MSCFB file as an archive
ntfsAccessorAccess the NTFS filesystem by parsing NTFS structures
ntfs_vssAccessorAccess the NTFS filesystem by considering all VSS
offsetAccessorAllow reading another file from a specific offset
pipeAccessorRead from a VQL pipe
processAccessorAccess process memory like a file
rangedAccessorReconstruct sparse files from idx and base
raw_ext4AccessorAccess the Ext4 filesystem inside an image by parsing the image
raw_fileAccessorAccess the filesystem using the OS API
raw_ntfsAccessorAccess the NTFS filesystem inside an image by parsing NTFS
raw_regAccessorAccess keys and values by parsing a raw registry hive
regAccessorAccess the registry like a filesystem using the OS APIs
registryAccessorAccess the registry like a filesystem using the OS APIs
s3AccessorAccess S3 Buckets
scopeAccessorPresent the content of a scope variable as a file
smbAccessorAccess smb shares (e
sparseAccessorAllow reading another file by overlaying a sparse map on top of
sshAccessorAccess a remote system’s filesystem via SSH/SFTP
vfsAccessorAccess client’s VFS filesystem on the server
vhdxAccessorAllow reading a vhdx file
vmdkAccessorAllow reading a vmdk file
winpmemAccessorAccess physical memory like a file
zipAccessorOpen a zip file as if it was a directory
zip_nocaseAccessorOpen a zip file as if it was a directory