Author: Securethelogs
-
Malicious Parties Phishing With The “Corona Cure”
As the pandemic continues, we are all looking for the latest information or data in order to keep ourselves and our family’s safe. You would have most likely seen an increase in emails from all the companies you associate with, giving you an update on what they are doing during this crisis…..
-
Bypass AzureAD Administration Portal Restriction
The security of active directory will always be a hot topic. AD contains all your identities/structure and isn’t something you want anyone accessing. In traditional models, a common threat was that your users could query AD using net /domain commands…..
-
Microsoft Azure: Securing Public RDP
Security professionals have been trying to flag the risks of public facing RDP for years. Despite all the news articles and tweets, the volume of public RDP remains high…..
-
Why Control PowerShell In Azure
PowerShell brings automation and automation can be key to running an environment. The problem is, if it isn’t controlled, “automation” can be used against you……
-
Obfuscation With PowerShell
Malicious parties might chose to encode their commands or scripts. The reason why is that if your auditing isn’t up to scratch, it may go unseen. In some cases it can also help bypass the AV….
-
Stealing Passwords From Clipboard
Password Managers are brilliant! They allow users to create and use complex passwords because they give us a nice secure place to store them. Using Password managers also can also prevent users from writing them down or reusing passwords, which is a huge deterrent against hackers looking to compromise your accounts. It’s a win, win….or […]
-
Securethelog.ps1
I’ve combined all of my current scripts into one to allow easy execution. To see the script, visit: https://github.com/securethelogs/Securethelogs/blob/master/README.md
-
Hacking With PowerShell: Red Team
Read the article here: https://securethelogs.com/hacking-with-powershell-red-team/
-
Two New Tools: PSpanner and PSWatcher
Live Network Scanner: PSPanner: https://securethelogs.com/pspanner-network-scanner/ Network Scanner (With Event Logging for SIEMs)PSWatcher: https://securethelogs.com/pswatcher/
-
Now On Facebook
I’ve seen an increase of viewers coming from Facebook, so I’ve decided to setup a quick page. Check it out: https://facebook.com/securethelogs
-
PSBruteZip: Crack Zip Passwords Using PowerShell
PSBruteZip allows you to brute force your way into Zip files should you have forgotten the password. A pre-req is that 7Zip is installed as it uses their commands. They function is better than Windows (I find).