Saturday, June 1, 2019

How to Restart Video Driver in Windows 10

To restart the video driver within Windows 10, use the following keyboard combination.

Windows Key + Control Key + Shift Key + B Key

https://winaero.com/blog/restart-video-driver-windows-10/

DeepBlueCLI

DeepBlueCLI is a PowerShell module to allow review of Security and System event logs within Windows.

https://github.com/sans-blue-team/DeepBlueCLI

https://www.activecountermeasures.com/log-analysis-part-2-detecting-host-attacks-or-how-i-found-and-fell-in-love-with-deepbluecli/

EvtxECmd

EvtxECmd is a Windows Event Log (evtx) parser.

https://binaryforay.blogspot.com/2019/04/introducing-evtxecmd.html

http://windowsir.blogspot.com/2019/05/evtxecmd.html


LogonTracer

LogonTracer is a tool to investigate malicious logon by visualizing and analyzing Windows Active Directory event logs. This tool associates a host name (or an IP address) and account name found in logon-related events and displays it as a graph.

https://github.com/JPCERTCC/LogonTracer

https://www.activecountermeasures.com/log-analysis-part-3-lateral-movement/


DF and DU commands within Linux

Below are some examples of DF and DU commands within Linux.  To view disk usage via megabytes, use the command

df -BM


The -h switch is for human readable.


The following command will display summary disk usage for the current directory.

du -h -s *


https://www.howtogeek.com/409611/how-to-view-free-disk-space-and-disk-usage-from-the-linux-terminal/

Wednesday, May 1, 2019

Linux clean up commands

The following commands can be used within Linux to clean up a few components.

Cleaning up of partial package -> sudo apt autoclean

Cleaning up of the apt cache -> sudo apt-get clean

Cleaning up of any unused dependencies -> sudo apt autoremove



Windows Event Forwarding Guidance

The site below has information on the topic of Windows Event Forwarding.

https://github.com/palantir/windows-event-forwarding

Swappa

Swappa is a web site to buy or sell tech products such as laptops or smartphones.

https://swappa.com/

Osmedeus

Osmedeus offers an automated run of a collection of tools to reconnaissance and vulnerability scanning against a target.

https://github.com/j3ssie/Osmedeus

https://www.kitploit.com/2019/04/osmedeus-fully-automated-offensive_27.html


EasySploit

EasySploit is a Metasploit automation project.  Payloads are available for different operating systems.

https://github.com/KALILINUXTRICKSYT/easysploit

https://www.kitploit.com/2019/04/easysploit-metasploit-automation-easier.html