NY Attorney General James Alerts 17 Companies to โCredential Stuffingโ Cyberattacks Impacting More Than 1.1 Million Consumers
๐ฃdigicat
๐@malwr
๐ฃdigicat
๐@malwr
New York State Attorney General
Attorney General James Alerts 17 Companies to โCredential Stuffingโ Cyberattacks Impacting More Than 1.1 Million Consumers
Click to read more.
Excited to share Part 1 of Malware RE for Beginners!
Learn about basic computing terms and assembly language from 0x0
https://www.intezer.com/blog/malware-analysis/malware-reverse-engineering-beginners/
@IntezerLabs
๐ฃAbbyMCH
๐@malwr
Learn about basic computing terms and assembly language from 0x0
https://www.intezer.com/blog/malware-analysis/malware-reverse-engineering-beginners/
@IntezerLabs
๐ฃAbbyMCH
๐@malwr
๐ฅ2
Analysis of #Evilnum new attack activity (report is in chinese ๐จ๐ณ)
http://blog.nsfocus.net/agentvxapt-evilnum/
๐ฃCyber_O51NT
๐@malwr
http://blog.nsfocus.net/agentvxapt-evilnum/
๐ฃCyber_O51NT
๐@malwr
๐๐พ Just published my annual "Mac Malware of the Year" report, for 2021:
An in-depth technical analysis of the year's new Mac malware, covering each:
๐ Infection vector
๐พ Persistence mechanism
๐ฐ Payload and capabilities
+ samples for download! ๐ฆ
https://objective-see.com/blog/blog_0x6B.html
๐ฃpatrickwardle
๐@malwr
An in-depth technical analysis of the year's new Mac malware, covering each:
๐ Infection vector
๐พ Persistence mechanism
๐ฐ Payload and capabilities
+ samples for download! ๐ฆ
https://objective-see.com/blog/blog_0x6B.html
๐ฃpatrickwardle
๐@malwr
๐1
Subdomain enumeration on your phone?
1. Install Termux.
2. pkg update && pkg insta findomain -y
3. findomain -t example.tld
You can use the same options such as -i, -r, --http-status or even perform monitoring from there.
#bugbountytips #infosec #hacking #osint #automation
๐ฃFindomainApp
๐@malwr
1. Install Termux.
2. pkg update && pkg insta findomain -y
3. findomain -t example.tld
You can use the same options such as -i, -r, --http-status or even perform monitoring from there.
#bugbountytips #infosec #hacking #osint #automation
๐ฃFindomainApp
๐@malwr
KQL is a powerful tool to explore data and discover patterns, identify anomalies, and more.
In this post, Microsoft DART team explained how to leverage KQL for incident response!๐ค
#DFIR #infosec cc: @DebugPrivilege @msftsecresponse
https://techcommunity.microsoft.com/t5/security-compliance-and-identity/leveraging-the-power-of-kql-in-incident-response/ba-p/3044795
๐ฃfr0gger_
๐@malwr
In this post, Microsoft DART team explained how to leverage KQL for incident response!๐ค
#DFIR #infosec cc: @DebugPrivilege @msftsecresponse
https://techcommunity.microsoft.com/t5/security-compliance-and-identity/leveraging-the-power-of-kql-in-incident-response/ba-p/3044795
๐ฃfr0gger_
๐@malwr
Day 3 of #dailyyara for #100DaysofYARA
Malware authors often statically compile OpenSSL into Windows binaries. Let's hunt some artefacts.
https://github.com/secman-pl/yaras/blob/main/hunt_PE_openssl_statically_compiled.yar
๐ฃsecman_pl
๐@malwr
Malware authors often statically compile OpenSSL into Windows binaries. Let's hunt some artefacts.
https://github.com/secman-pl/yaras/blob/main/hunt_PE_openssl_statically_compiled.yar
๐ฃsecman_pl
๐@malwr
Can You Trust a Fileโs Digital Signature? New Zloader Campaign exploits Microsoftโs Signature Verification putting users at risk - Check Point Research
๐ฃdmchell
๐@malwr
๐ฃdmchell
๐@malwr
Check Point Research
Can You Trust a Fileโs Digital Signature? New Zloader Campaign exploits Microsoftโs Signature Verification putting users at riskโฆ
Research by: Golan Cohen Introduction Last seen in August 2021, Zloader, a banking malware designed to steal user credentials and private information, is back with a simple yet sophisticated infection chain. Previous Zloader campaigns, which were seen inโฆ
Another simple .NET executable to create and add a backdoor user
Another simple but useful .NET executable that creates and adds an arbitrary user or domain user to the Local Administrators groups. Very useful for privilege escalations on Windows (i.e. unquoted service path)
Repo: https://github.com/notdodo/LocalAdminSharp
๐ฃd_o_d_o_
๐@malwr
Another simple but useful .NET executable that creates and adds an arbitrary user or domain user to the Local Administrators groups. Very useful for privilege escalations on Windows (i.e. unquoted service path)
Repo: https://github.com/notdodo/LocalAdminSharp
๐ฃd_o_d_o_
๐@malwr
GitHub
GitHub - notdodo/LocalAdminSharp: .NET executable to use when dealing with privilege escalation on Windows to gain local administratorโฆ
.NET executable to use when dealing with privilege escalation on Windows to gain local administrator access - notdodo/LocalAdminSharp
New Konni Campaign Kicks Off the New Year by Targeting Russian Ministry of Foreign Affairs
๐ฃdigicat
๐@malwr
๐ฃdigicat
๐@malwr
Lumen Blog
New Konni Campaign Kicks Off the New Year by Targeting Russian Ministry of Foreign Affairs
Black Lotus Labs, the Lumen threat research team, uncovered a series of targeted actions against the Russian Ministry of Foreign Affairs.
My blogs on EDR bypasses & evasions + fuzzing FoxitReader 9.7 + Emulating File I/O for snapshot-fuzzing have been migrated to my new site:
New posts coming soon
https://www.signal-labs.com/blog
๐ฃKharosx0
๐@malwr
New posts coming soon
https://www.signal-labs.com/blog
๐ฃKharosx0
๐@malwr
Signal Labs
Blog | Advanced Offensive Cybersecurity Training Articles | Signal Labs
Offensive cybersecurity blog topics on fuzzing, vulnerability research, EDRs, advanced offensive (red-team) tooling, reverse engineering & more.
Bypass Defender AV static detection:
If you name a malicious file DumpStack.log Defender doesn't scan it.
๐ฃmrd0x
๐@malwr
If you name a malicious file DumpStack.log Defender doesn't scan it.
๐ฃmrd0x
๐@malwr
Here is code that will detect threads which are impersonating on Windows via the TIB/TEB.
Turns out not many threads impersonate other users on Windows 10 it would seem.
The technique can be integrated in EDR sweeps as a indicator for implant injects.
https://gist.github.com/olliencc/df200e0049fa17036d9f867e024f57ad
๐ฃollieatnccgroup
๐@malwr
Turns out not many threads impersonate other users on Windows 10 it would seem.
The technique can be integrated in EDR sweeps as a indicator for implant injects.
https://gist.github.com/olliencc/df200e0049fa17036d9f867e024f57ad
๐ฃollieatnccgroup
๐@malwr
How do you approach investigating computer security incidents?
Some useful tools worth having your IT staff get familiar with.
ProcMon
ProcessExplorer
AutoRuns
Wireshark
Log-MD
ProcDOT
#infosec #cybersecurity #MalwareAnalysis #DFIR
๐ฃshaktavist
๐@malwr
Some useful tools worth having your IT staff get familiar with.
ProcMon
ProcessExplorer
AutoRuns
Wireshark
Log-MD
ProcDOT
#infosec #cybersecurity #MalwareAnalysis #DFIR
๐ฃshaktavist
๐@malwr
Small diagram on my malware analysis workflow, using @unpacme, @IntezerLabs, @virustotal, @abuse_ch, @Mandiant capa rules and my dear #Ghidra.
๐ฃ4rchib4ld
๐@malwr
๐ฃ4rchib4ld
๐@malwr
๐1