24 Commits

Author SHA1 Message Date
chkp-ramanl 17f2a5a483 Fixed indents in configuration files 2021-05-04 12:39:36 +03:00
chkp-ramanl 3f6e124a15 VMware: added check of physical display adapter 2021-05-04 12:38:47 +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
Alexey Bukhteyev 3e4e5a36f6 Vbox: added virtual devices to be checked as means of detection
Vbox: added MAC address to be checked as means of detection
VMware: added file names to be checked as means of detection
VMware: added registry paths and values to be checked as means of detection
VMware: added running processes to be checked as means of detection
BOCHS: implementation of detection techniques using VEDetection interface
Hyper-V: implementation of detection techniques using VEDetection interface
JoeBox: implementation of detection techniques using VEDetection interface
Parallels: implementation of detection techniques using VEDetection interface
QEMU: implementation of detection techniques using VEDetection interface
Sandboxie: implementation of detection techniques using VEDetection interface
VirtualPC: implementation of detection techniques using VEDetection interface
Wine: implementation of detection techniques using VEDetection interface
Xen: implementation of detection techniques using VEDetection interface
Miscellaneous sandboxes: implementation of detection techniques using VEDetection interface
Added config for BOCHS evasions: checking registry
Added config for Hyper-V evasions: checking registry, global objects in OS
Added config for JoeBox evasions: checking registry, running processes
Added config for Parallels evasions: checking filesystem, registry, firmware tables, running processes, global objects in OS
Added config for QEMU evasions: checking registry, disk name
Added config for Sandboxie evasions: checking registry, global objects in OS
Added config for VirtualPC evasions: checking registry, firmware tables, disk name, running processes, global devices in OS
Added config for Wine evasions: checking registry
Added config for Xen evasions: checking registry, running processes
Added config for miscellaneous VM and sandboxes evasions
Generic: fixed bug in raw mouse activity check
gitignore: updated
2018-04-09 17:45:02 +03:00
ar13l 5231ee6e96 VMWare: i/o ports detection implemented 2017-01-10 13:31:42 +03:00
ar13l e70f52d728 VEDetection: generic interface for drive model implemented 2017-01-09 18:02:15 +03:00
ar13l 78c0eb8a27 Detect by Wireshark device moved to Generic 2016-12-22 12:00:26 +03:00
ar13l a1e0e32ec0 Config: detection/evasion techniques description added 2016-09-29 17:11:43 +03:00
ar13l a8a12105ff VEDetection: generic interface for the disks checks implemented 2016-09-01 18:15:12 +03:00
ar13l 15a9201c4b VEDetection: generic interface for the hared folders checks implemented
VBOX: detection techniques added
VMware: detection techniques added
2016-09-01 15:35:30 +03:00
ar13l 65a6c16892 VMware: adding additional vm checks 2016-09-01 14:10:02 +03:00
ar13l 2bc45c73de Config: recursive field added 2016-09-01 13:33:34 +03:00
ar13l 48ce0d7feb Config: value_name now support arrays
Code: refactoring
2016-09-01 12:09:24 +03:00
ar13l 56e34346d3 VEDetection: generic interface for cpuid vendor check implemented 2016-08-31 20:17:15 +03:00
ar13l 99ec56f37b Generic: implementation of detection techniques using VEDetection interface 2016-08-31 16:46:01 +03:00
ar13l d7c9b96ab0 VEDetection: generic interface for directory objects checks implemented 2016-08-30 17:00:26 +03:00
ar13l 14fc80d815 Config: enabled field added 2016-08-30 15:45:35 +03:00
ar13l 515f51ae2b VEDetection: VEDetection: generic interface for different firmware types checks implemented
VMWare: custom checks implemented (port, NDIS_WanIP)
2016-08-30 14:32:49 +03:00
ar13l 9c5b1f306c Config: support for different registry types added 2016-08-29 21:48:49 +03:00
ar13l 1ee0ab8958 VEDetection: generic interface for the adapters check implemented 2016-08-29 20:38:57 +03:00
ar13l 781dd4b5e8 Config: support for arrays added 2016-08-29 20:11:18 +03:00
ar13l 7ff1d39584 VEDetection: generic interface for the macs check implemented 2016-08-29 19:26:27 +03:00
ar13l dde47d8946 VEDetection: generic interface for the registries, files, devices, processes checks implemented
VMWare: implementation of detection techniques using VEDetection interface
Config: new fields added
2016-08-29 17:00:27 +03:00