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/