PowerShell Logging and Security source: https://www.secjuice.com/enterprise-powershell-protection-logging/ This tutorial will help you to gather PowerShell logs from Windows endpoints in the name of security. PowerShell exploits can be found in malware droppers and exploit kits all over the internet. PowerSploit, CobaltStrike, Metasploit and of course Empire to name a few. Taking the time to enable this protection is worth its weight in… Continue reading PowerShell Logging and Security
Category: OpenStack
OpenStack / DevStack Install
OpenStack / DevStack Install Install a version of supported linux distros with two NICs – http://devstack.org/ Prepare the OS [source language=”bash”] sudo passwd root su apt-get update; apt-get upgrade apt-get purge network-manager [/source] Configure Networking [source language=”bash”] Edit your networking to reflect what is below. #nano /etc/network/interfaces (beginning) #Primary interface NAT interface auto eth0 iface eth0… Continue reading OpenStack / DevStack Install