Skip to content

Modules

Liam Powell edited this page Jun 9, 2022 · 2 revisions

Intro

Modules are expansions to Vynae's functions, managed through external scripts that are called as needed. These extra functions aren't necessary to Vynae's essential functions and do not need to be used or downloaded for Vynae to work. Modules can be run stand-alone or launched using Vynae -Module.

Modules

Integrity Check

The Integrity Check module adds the ability to create a scheduled task that repeatedly runs every x minutes. This task creates a control list the first time it is run, containing all currently running processes. When the task is triggered, the module then runs in task mode and compares the control list to the current list of processes running, displaying those processes that do not match both lists.

Integrity Check only supports PowerShell 7+ as it uses Out-GridView to display results.

RegKey - To be renamed

The RegKey module gives Vynae the ability to scan the registry for items in HKLM/HKCU run and run once. These items are also traced back to the executable path. Additionally, RegKey can also be used to analyze temp files in Windows/Temp and compare them to a list of known-malicious hashes. Upon a match, Vynae will list the name and full path of the file, as well as the file hash and matched hash for manual verification.

TBA Version detection and Updater

Module to detect the current version of PowerShell and upgrade to the most recent version.

TBA Network Monitor

Firewall and net connection analysis.

Clone this wiki locally