We are often engaged with organizations that have lost complete control of their Microsoft Entra ID tenant, I wrote a comprehensive blog post on lessons learned from real world engagements to try to help reduce the risk of the same happening to you https://t.co/Z00BulYbuN
CVE-2023-23397 displays interesting changes when the invite goes through O365 rather than local injection into Outlook. The "ReminderFileParameter" disappears.
#Outlook#0day
Part 3 of our series using the Sliver adversary emulation framework goes into a few detections using standard windows logs as well as Sysmon logs (Defender device logs can also be used and have a very similar structure to Sysmon.)
https://t.co/t4RnMfMNiV
Want to talk at BSides Perth on 18-19 Sept 2021? Here is your chance! Call for presentations open NOW! - https://t.co/dPew5J7XzE #cybersecurity#bsidesperth
Excellent write up from DIFR on some pretty basic malware, it's always nice to see alot of what it does batched up and easily accessible for testing.
https://t.co/pMB7W61W2M
I have something fun for you, I pulled the javascript interpreter out of Avast and ported it to Linux 😆
This runs unsandboxed as SYSTEM, any vulns are wormable pre-auth RCE on 400M endpoints ¯\_(ツ)_/¯
https://t.co/vGrfke7fPd 🐧
When I see "deployed a variant of the Mimikatz",but using:
-original file names (x64 & mimikatz.exe);
-same modules/functions names (sekurlsa::logonpasswords);
-not using mimikatz for other things than passwords;
-...
I can't understand how they can spread
https://t.co/T8MUhiNxaf
One point about @giulio_comi post on @NordVPN & #mimikatz "offline" password acquisition, with a LSASS *memory dump* to get the masterkey🤔
Machine masterkeys are protected by SYSTEM DPAPI SECRETS (in the registry)
You can have all your VPN credentials from a computer turned off
So, I managed to cram the LSASS and registry hive parsing capabilities of #pypykatz into webassembly via #pyodide
Parsing is fully offline and done in your browser.
Huge shoutout to @thugcrowd and @xEHLE_ who made the fancy webui for it and hosting it on their servers.
Great explanation by Tristan on why indicators such as filenames are not that great for building monitoring rules - adversaries can change this just like that. As he says, you should build based on behavior. #bsidesperth#bsidesper
In case you missed it, Powershell was added to the Kali repo late last week.
Special thanks to @raphaelhertzog for doing the leg work necessary to make this happen.