Copied from https://github.com/mojisk/honeypot
gcserver v2.00 2.8 Build 4128
Server: NetBox httpd 2.8 Build 4128
Server: Netbox v3.0 201005
Server: NetBox Version 1.2 Build 0
import "vt" | |
rule ms_hwc_sig_kmdf_driver_no_prod_info | |
{ | |
meta: | |
license = "4-Clause BSD" | |
strings: | |
$ms_hwc_serial = { 33 00 00 00 B5 21 3F CA 1E 4A A0 3D E4 00 00 00 00 00 B5 } | |
$kmdf_library = "KmdfLibrary" nocase wide ascii | |
$prod_name = "ProductName" wide |
/* | |
https://www.geeksforgeeks.org/how-to-insert-text-into-the-textarea-at-the-current-cursor-position/ | |
https://stackoverflow.com/questions/4069982/document-getelementbyid-vs-jquery | |
*/ | |
$(e.selector)[0].selectionStart | |
// use selectionEnd to get delta of selected text | |
$(e.selector)[0].selectionEnd |
Windows Registry Editor Version 5.00 | |
; First set the URLAction to control APPLET behavior | |
; Zone 3 is the Internet zone | |
; 1C00 is the Java invocation policy | |
; dword:00000000 sets the policy to disable | |
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] | |
"1C00"=dword:00000000 | |
; Then set the Internet Explorer kill bit to block OBJECT tag invocation |
7z e CoreInstaller.msi OrionCore.cab |
# If python3.9 was installed, this will revert python3 to use 3.8 (if still present in brew cellar) | |
brew link --overwrite [email protected] |
#-------------------------------------------------- | |
# VRT Rule Packages Snort.conf | |
# | |
# For more information visit us at: | |
# http://www.snort.org Snort Website | |
# http://vrt-blog.snort.org/ Sourcefire VRT Blog | |
# | |
# Mailing list Contact: [email protected] | |
# False Positive reports: [email protected] | |
# Snort bugs: [email protected] |
# ------------------------------------------------------------------------------ | |
# /etc/tlp.conf - TLP user configuration | |
# See full explanation: https://linrunner.de/en/tlp/docs/tlp-configuration.html | |
# | |
# New configuration scheme (TLP 1.3). Settings are read in the following order: | |
# 1. Intrinsic defaults | |
# 2. /etc/tlp.d/*.conf - Drop-in customization snippets | |
# 3. /etc/tlp.conf - User configuration (this file) | |
# |
\.(\w{3})\n | |
[.]$1\n |
Copied from https://github.com/mojisk/honeypot
gcserver v2.00 2.8 Build 4128
Server: NetBox httpd 2.8 Build 4128
Server: Netbox v3.0 201005
Server: NetBox Version 1.2 Build 0
sudo ln -s /usr/bin/pip3 /usr/bin/pip |