Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/suenerve/uep
- Owner: suenerve
- Created: 2023-11-30T07:59:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-30T23:08:58.000Z (11 months ago)
- Last Synced: 2024-10-13T09:42:59.530Z (about 1 month ago)
- Topics: anti, anti-virtualmachine, anti-virustotal, anti-vm, etc, executable, execution, list, prevention, python, unwanted, virus, virustotal
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |