[SANS ISC] A Fork of the FTCode Powershell Ransomware

I published the following diary on isc.sans.edu: “A Fork of the FTCode Powershell Ransomware“: Yesterday, I found a new malicious Powershell script that deserved to be analyzed due to the way it was dropped on the victim’s computer. As usual, the malware was delivered through a malicious Word document with

The post [SANS ISC] A Fork of the FTCode Powershell Ransomware appeared first on /dev/random.

Continue reading [SANS ISC] A Fork of the FTCode Powershell Ransomware

[SANS ISC] Powershell Bot with Multiple C2 Protocols

I published the following diary on isc.sans.edu: “Powershell Bot with Multiple C2 Protocols“: I spotted another interesting Powershell script. It’s a bot and is delivered through a VBA macro that spawns an instance of msbuild.exe This Windows tool is often used to compile/execute malicious on the fly (I already wrote a diary about this

The post [SANS ISC] Powershell Bot with Multiple C2 Protocols appeared first on /dev/random.

Continue reading [SANS ISC] Powershell Bot with Multiple C2 Protocols

[SANS ISC] Compromized Desktop Applications by Web Technologies

I published the following diary on isc.sans.edu: “Compromized Desktop Applications by Web Technologies”: For a long time now, it has been said that “the new operating system is the browser”. Today, we do everything in our browsers, we connect to the office, we process emails, documents, we chat, we perform

The post [SANS ISC] Compromized Desktop Applications by Web Technologies appeared first on /dev/random.

Continue reading [SANS ISC] Compromized Desktop Applications by Web Technologies

[SANS ISC] Simple Blacklisting with MISP & pfSense

I published the following diary on isc.sans.edu: “Simple Blacklisting with MISP & pfSense“: Here is an example of a simple but effective blacklist system that I’m using on my pfSense firewalls. pfSense is a very modular firewall that can be expanded with many packages. About blacklists, there is a well-known

The post [SANS ISC] Simple Blacklisting with MISP & pfSense appeared first on /dev/random.

Continue reading [SANS ISC] Simple Blacklisting with MISP & pfSense

Detecting Code ReUse in Ghidra With Intezer’s Plugin

Ghidra is a very nice disassembler developed by the NSA. When they released it, the tool became very popular amongst the security community thanks to its power and a huge list of features (that some competitors included with extra licenses – like the pseudo-code generator). Ghidra is also the default

[The post Detecting Code ReUse in Ghidra With Intezer’s Plugin has been first published on /dev/random]

Continue reading Detecting Code ReUse in Ghidra With Intezer’s Plugin

Simple DGA Spotted in a Malicious PowerShell

DGA (“Domain Generation Algorithm“) is a technique implemented in some malware families to defeat defenders and to make the generation of IOC’s (and their usage – example to implement black lists) more difficult. When a piece of malware has to contact a C2 server, it uses domain names or IP

[The post Simple DGA Spotted in a Malicious PowerShell has been first published on /dev/random]

Continue reading Simple DGA Spotted in a Malicious PowerShell

When NTP Kills Your Sandbox

If it’s common to say that “Everything is a Freaking DNS problem“, other protocols can also be the source of problems… NTP (“Network Time Protocol”) is also a good candidate! A best practice is to synchronize all your devices via NTP but also to set up the same timezone! We

[The post When NTP Kills Your Sandbox has been first published on /dev/random]

Continue reading When NTP Kills Your Sandbox

[SANS ISC] Sextortion to The Next Level

I published the following diary on isc.sans.edu: “Sextortion to The Next Level“: For a long time, our mailboxes are flooded with emails from “hackers” (note the quotes) who pretend to have infected our computers with malware. The scenario is always the same: They successfully collected sensitive pieces of evidence about

[The post [SANS ISC] Sextortion to The Next Level has been first published on /dev/random]

Continue reading [SANS ISC] Sextortion to The Next Level

[SANS ISC] Malicious Excel Delivering Fileless Payload

I published the following diary on isc.sans.edu: “Malicious Excel Delivering Fileless Payload“: Macros in Office documents are so common today that my honeypots and hunting scripts catch a lot of them daily. I try to keep an eye on them because sometimes you can spot an interesting one (read: “using a less common

[The post [SANS ISC] Malicious Excel Delivering Fileless Payload has been first published on /dev/random]

Continue reading [SANS ISC] Malicious Excel Delivering Fileless Payload

[SANS ISC] Anti-Debugging JavaScript Techniques

I published the following diary on isc.sans.edu: “Anti-Debugging JavaScript Techniques“: For developers who write malicious programs, it’s important to make their code not easy to be read and executed in a sandbox. Like most languages, there are many ways to make the life of malware analysts mode difficult (or more

[The post [SANS ISC] Anti-Debugging JavaScript Techniques has been first published on /dev/random]

Continue reading [SANS ISC] Anti-Debugging JavaScript Techniques