Skip to content

Konloch/Antivirus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antivirus+

Screenshot-1 Screenshot-2

General Features

  • Mixes both static and dynamic file scanning
  • Built on top of existing AV databases & tools
  • Experimental modules
  • Large signature database
  • The tool is still early in development

Technical Features

  • Scans using Yara & File signatures
  • SQLite for database storage
  • Automatically updates from ClamAV's DB, Malware Bazaar, VirusShare, Yaraify & Yara
    • You need to manually update AV+ itself though, the software will not self-update, only the signatures and scanning dependencies

How To Install

  • Install the latest JRE (Must be on Java 8 or higher)
  • Download the latest release
  • Run the latest release
    • You'll have to wait for the initial download to finish before you can scan
    • Due to the signature database size this can be up to an hour
  • Report all issues here

How To Use

  • Use the tray to access the various GUIs
    • Scanner
    • Settings
    • Quarantine

How To Scan

  • Drag and drop any folder or file you want to scan
  • Full scan will scan all of your drives and files, this requires admin elevated rights for a deep scan but works without it
  • Quick scan will scan all active processes, start-up locations & other well known locations
  • Specific scan will prompt a file selection dialogue - select any file or folder from here

How To Remove Detections

  • Open the quarantine from the tray
  • Review the file-paths by hovering over the file-name to verify the file isn't a false positive

Requires

  • Java 8 (Later versions also work)
  • Windows 11 (Earlier versions also work)
    • Linux / Mac support works but has limited feature set
      • Experimental VM Mimic is currently windows only

Technology Credits

Notes

  • Use in combination with Windows Defender or another trusted Antivirus
  • Quarantine does not actually quarantine - Until we can rule out false positives from the yara rules we probably won't have a realtime quarantine
    • Instead, we have a passive quarantine that requires the user to decide if they want to remove the files or not

More Media

Screenshot-3

Scanning GUI with Quarantine GUI

Screenshot-4

Scanning GUI

Screenshot-10

Quick scanning

Screenshot-9

Settings GUI with toggling the scanning options

Screenshot-5

Settings GUI

Screenshot-6

Startup after fully installed

Screenshot-7

Downloading dependencies announcements

Screenshot-8

Tray navigation