Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suenerve/uep

Unwanted Execution Prevention - (Virustotal, etc)
https://github.com/suenerve/uep

anti anti-virtualmachine anti-virustotal anti-vm etc executable execution list prevention python unwanted virus virustotal

Last synced: 2 days ago
JSON representation

Unwanted Execution Prevention - (Virustotal, etc)

Awesome Lists containing this project

README

        

# UEP
### Unwatned Execution Prevention.

Including a full list of Virustotal machines and other commonly known debugging, tampering or sandboxing environments, and attempts to terminate itself once detected. By providing a variety of Functions that helps you to do so.
> This script uses a modified source of known open-source Functions.

| Function | Description |
| ------ | ------ |
| `vt_check()` | Performs a check on a huge list of Virustotal's components including:
`CPU Serials`
`HWDI List`
`PC Name List`
`PC Username List`
`IP List`
`MAC List`
`GPU List`
`BIOS Serial List`
`Baseboard Serial List`
`Baseboardmanufacturer List`
`CPU Serial List`
`Disk Drive Serial List`
`hwprofileguidlist`
`Machine GUID List`|
| `user_check()` | Performs a check on a list of commonly known Logon Usernames|
| `name_check()` | Performs a check on a list of commonly known Desktop Usernames |
| `path_check()` | Performs a check on a list of commonly most-obvious known execution paths |
| `ip_check()` | Performs a check on a list of commonly known IPs |
|`registry_check()` | Performs multiple check procedures on registry (Including VMware and VBOX detection) |
| `dll_check()` | Self-explanatory |
| `specs_check()` | Performs a check on both the virual memory and the disk usage |
| `proc_check()` | Performs a mostly VMware check |
| `process_check()` | Performs a check on a list of commonly flagged processes that are used for unwanted inspection |