NazgulCoder / PCNukerPro

simple standalone cleaning and antimalware utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCNukerPro

simple standalone cleaning and antimalware utility, not meant to replace AV role, however some IT Supervisors or Managers may find this useful to implement in their systems. Feel free to learn, copy and paste, improve the Proof of Concept shown below.

Features

-Cleaner
-FileSystem and DiskChecking Helper
-AntiMalware (RunTime & Startup - Proof of Concept)
-AntiRansomware (Proof of Concept) with Automatic Shutdown
-Vault (System Lock Folders)

tempsnip tempsnip2

Proof of Concept for AntiMalware and AntiRansomware

AntiMalware is available with few engines that smart check your system, please take note that it may advise many false positives since it relies on word recognition, startup and process path folder and visibility of the process (this does not work for the system-injected malwares)

AntiRansomware behaves as a honeypot waiting for the CryptoLocker to encrypt files in random folders of your PC (at the moment by default is "My Documents") and as soon as it triggers it will react with the chosen options (Vaults and Shutdown). This honeypot method won't work if the CryptoLocker works directly in BIOS, MBR or encrypts upon System Shutdown

Planned Features

-Startup
-Install as Windows Service
-User lockout after Ransomware Activity
-User lockout after Ransomware Activity integrated with ActiveDirectory

License MIT - PCNukerPro

Copyright 2021

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

simple standalone cleaning and antimalware utility


Languages

Language:Visual Basic .NET 100.0%