top of page
Search
The Tech Platform
Jan 18, 2022
State hackers use new PowerShell backdoor in Log4j attacks
Hackers believed to be part of the Iranian APT35 state-backed group (aka 'Charming Kitten' or 'Phosphorus') has been observed leveraging...
The Tech Platform
Jul 29, 2021
Powershell Cmdlets
A cmdlet is a lightweight command that is used in the PowerShell environment. The PowerShell runtime invokes these cmdlets within the...
The Tech Platform
Apr 27, 2021
Active Directory Enumeration: PowerView
Active Directory Enumeration is a challenge for even some of the seasoned attackers and it is easy to miss some key components and lose...
The Tech Platform
Feb 16, 2021
How to configure Controlled Folder Access in Windows 10/11
Controlled Folder Access (CFA) is a security feature in Windows 10 that helps protect your important files and folders from unauthorized...
The Tech Platform
Feb 13, 2021
How to Connect to Office 365 PowerShell: Azure AD Modules
This post will cover how to connect PowerShell to Office 365 (Azure Active Directory (Azure AD)), which manages Microsoft 365 tenant...
The Tech Platform
Feb 11, 2021
Exfiltrate NTLM Hashes with PowerShell Profiles
In the below example, an unsuspecting user is starting PowerShell with Local Administrator privileges. The session doesn’t appear unusual...
The Tech Platform
Feb 10, 2021
What is a PowerShell variable
Variables are the fundamental part of the Windows PowerShell. We can store all the types of values in the PowerShell variables. For...
The Tech Platform
Feb 10, 2021
What is PowerShell Array
Arrays are a common feature of almost all programming languages. They are a data structure that serves as a collection of multiple pieces...
The Tech Platform
Jan 30, 2021
Find the Hostname of a Hyper-V VM
If you are running a virtual machine (VM) on Hyper-V, sometimes you want to know on which Hyper-V host this VM is running. If you don’t...
The Tech Platform
Jan 8, 2021
Add a PowerShell Remote Session in Windows Terminal
To get started, we need to open up the settings of the Windows Terminal. This will open up a settings.json file, which you can edit in...
bottom of page