11 Commits

Author SHA1 Message Date
chkp-ramanl 17f2a5a483 Fixed indents in configuration files 2021-05-04 12:39:36 +03:00
chkp-yaroslavh 3f4295bb1b Generic: AudioDeviceAbsence has been added - checks if an audio device is attached to the PC 2019-11-14 16:06:28 +03:00
chkp-ramanl 4ebc25b651 Scoring: implemented scoring system for different categories of evasion techniques based on their prevalence and severity 2019-07-09 20:23:09 +03:00
chkp-aliaksandrt 010106480d KVM: CPU Hypervisor and Vendor IDs check has been implemented
Generic: BigRamAlloc has been added - tries to allocate big amount of RAM
Generic: UserInputActivity has been added - evasion which utilizes `GetLastInputInfo` API function
Generic: DiskEnum Registry Key chech has been added - checks `System\CurrentControlSet\Services\Disk\Enum` reg key for value `0`=`*virtual`
Generic: Sandbox-like filename check has been added - checks if current file has any of the following patterns in its path: `C:\SELF.EXE`, `.*self\.*`, `.*sample.*`, `.*sandbox.*`, `.*virus.*`, `.*malware.*`
Generic: Processes of AV and research tools check has been added - checks if any of the following processes are running: `avgui.exe`, `avastsvc.exe`, `avastui.exe`, `procmon.exe`, `procmon64.exe`, `procexp.exe`, `procexp64.exe`, `ollydbg.exe`, `windbg.exe`, `avp.exe`, `bdagent.exe`, `bdwtxag.exe`, `dwengine.exe`
Generic: Max Processes number check has been added (disabled)
Generic: Process with a long name check has been added
Hyper-V: CPU HypervisorID check has been added
Parallels: CPU HypervisorID check has been added
QEMU: QEMU DiskEnum Registry Key has been added
Sandboxie: Injected sbiedll module check has been added
VMware: VMWare DiskEnum Registry Key check has been added
Xen: CPU VendorID check has been added
Xen: CPU HypervisorID check has been added
Xen: DiskEnum Registry Key check has been added
Some build warnings have been fixed
2019-01-02 17:45:51 +03:00
Stanislav Skuratovich 46ca97a51d Generic: raw mouse activity check implemented 2017-08-04 17:27:04 +03:00
Stanislav Skuratovich 54516d034b Generic: DNS response check servers changed
Generic: PerformanceCounter detection technique implemented
2017-08-03 18:28:50 +03:00
ar13l 78c0eb8a27 Detect by Wireshark device moved to Generic 2016-12-22 12:00:26 +03:00
ar13l 215fbe6ad9 Cuckoo: moving date/time tampering technique to Generic 2016-10-03 13:29:45 +03:00
ar13l a1e0e32ec0 Config: detection/evasion techniques description added 2016-09-29 17:11:43 +03:00
ar13l 7058e497f3 Generic: DNS response check implemented 2016-08-31 18:59:37 +03:00
ar13l 99ec56f37b Generic: implementation of detection techniques using VEDetection interface 2016-08-31 16:46:01 +03:00