Skip to content

Instantly share code, notes, and snippets.

@GossiTheDog
GossiTheDog / Native-Windows-Useragents-malicious.txt
Last active September 6, 2024 09:21 — forked from trietptm/Native-Windows-Useragentss.txt
Native Windows UserAgents for Threat Hunting
//Invoke-WebRequest in Powershell - manually whitelist legit content first:
Mozilla/*WindowsPowerShell/*
System.Net.WebClient.DownloadFile():
None
//Start-BitsTransfer - manually whitelist legit content first:
Microsoft BITS/*
//certutil.exe - manually whitelist legit content first:
@lslucas
lslucas / how-to
Last active October 18, 2019 08:51
Git Deploy Management
First, make sure you already have git installed on local and remote server.
On remote server
----------------
$ cd ~/ #if you are not here yet
$ mkdir website.git && cd website.git
$ git init --bare
Initialized empty Git repository in /home/ubuntu/website.git/
$ vi hooks/post-receive # paste the post-receive file here