065. Detecting App Bound Encryption Bypass and VSCode Abuse

Hello everyone! Today we'll look at Phantom Goblin - a malware operation that leverages social engineering tactics to distribute stealers, which was uncovered by Cyble researhers.


Despite the fact many techniques are quite noisy, a few caught my attention. The first one is bypassing App Bound Encryption (ABE) to extract cookie data via running browser in headless mode and enabling remote debugging.

We can use the following query to search for such activity (you can expand browsers list, of course):

event_type: "processcreate" 

AND 

proc_file_name: ("brave.exe" OR "chrome.exe" OR "msedge.exe") 

AND 

cmdline: ("headless" AND "remote-debugging-port" AND "remote-allow-origins")

Another interesting technique is abusing Visual Studio Code to create a remote tunnel. We can search for such activity using the following query:

event_type: "processcreate" 

AND 

proc_file_name: "code.exe" 

AND 

cmdline: "tunnel"

Have you noticed any other interesting techniques in the report?

See you tomorrow! 

Comments

  1. The app seems quite interesting, and I found this article really helpful for understanding what it is about. I was looking for information about Xuper Hydra APK because I wanted to learn more about its features and how people might use it. The article explains the topic in a simple way, which made it easy for me to follow without feeling overwhelmed by technical information. I especially liked the practical details because they gave me a better idea of what to expect. There are many short posts online, but this one actually provides useful context. After reading it, I have a much clearer understanding of Xuper Hydra APK AquĆ­ and why people may be interested in it.

    ReplyDelete

Post a Comment

Popular posts from this blog

343. Ransomware Gangs Abuse SystemSettingsAdminFlows to Evade Defenses

013. It Can Remove Rootkits. And Your EDR!

391. Hunting for TeamPCP's Stealer