by Jason Zheng | Oct 23, 2018 | HyperV
Created a bonded NIC (optional): [shell] Get-NetAdapter New-NetLbfoTeam “NIC Team” –TeamingMode SwitchIndependent [/shell] If you need to add a VLAN: [shell] Add-NetLbfoTeamNic -Team “Lan Team” -vLanID 10 -Name “Management VLAN”...
by Jason Zheng | Oct 23, 2018 | Automation
PowerShell commands for linked JBOD. [powershell]Get-PhysicalDisk[/powershell] [powershell]Get-Virtual-Disk[/powershell] [powershell]Set-PhysicalDisk -FriendlyName ‘PhysicalDiskXX’ -Usage Retired[/powershell] [powershell]Repair-VirtualDisk -FriendlyName...
by Jason Zheng | Oct 23, 2018 | SIEM
Requirement: MySQL Workbench. OSSIM object model: Database Name: alienvault_siem | Table Name: extra_data OSSIM drops all information into extra_data and you will need to filter the events in this table as shown below: We will use the query below to query by username:...