Friday 2 October 11:00 - 11:30, Green room
Paul Jung (Excellium Services)
This will be a TLP:AMBER talk about an incident response that I had to face with my team in the medical sector.
In December 2019, a Belgian hospital required our help to manage a breach of their informations system. During this intervention we were able to collect a lot of artifacts and information about the attacker's methods and tools.
We propose to detail the attack and explain the droppers, the malware and the TTPs used. We attribute this attack to the TA505 group with high confidence since we were able to cross-check many details in infrastructure, tools and habits from several other reports.
During this talk I will outline:
Initial compromise
The client was compromised (as usual) using a VBA enabled malicious Office document. The interesting point here is the payload. The maldoc payload contains two PE binaries: one for 64-bit systems and one for 32-bit systems responsible for the installation of the backdoor malware.
I will discuss:
Persistence
The attacker deployed a malware named SDBbot on the patient 0. This malware is a backdoor with a couple of interesting capabilities allowing the attacker persistence inside the information system. SDBbot is a simple malware in terms of conception. It uses a simple persistence method when run with simple user rights. The connectivity is also really simple with this malware since it uses only TCP connections. This is an interesting point since this network protocol allows an effective detection of the CC. Besides that, SDBbot is also a fileless malware. The main malware is stored in the registry in a blob containing the memory mapped PE and a dedicated small 32- or 64-bit DLL launcher is generated per victim. This specificity also allows SDBbot to be less present in public sandbox reports and VirusTotal, helping to hide the threat actor.
I will cover in this part:
Actions on objectives
The attacker used pentester skills to compromise the whole informations system. In our case it was not really complicated since the Active Directory servers were vulnerable to MS17-10. The attacker used Metasploit to perform the compromise and pivoting using a combination of PowerShell for remotely launching meterpreter, a repackaged TinyMet client and Psexec. The actor spread over 50 servers and workstations.
I will cover in this part:
Finding SDBbot
In this last part I will explain how to hunt for SDBbot in the Internet space. Since this malware use a simple binary handshake it is easy to spot the malware running in a victim network by looking at network level with Suricata Rules. It is possible also to hunt SDBbot efficiently in the wild using a dedicated Nmap NSE script. It is interesting for the moment to see that all SDBbot C&Cs we found didn’t show the SDBbOT port on Shodan. It look likes the group is managing blacklisting quite well.
I will cover in this part:
Paul Jung Paul Jung has been a security enthusiast for a long time. He has worked in the security field in Luxembourg for more than a decade. During this time, Paul has covered operations as well as consulting within various industries. He possesses a wide range of skills and experiences that enable him to perform multiple roles from offensive security audit to security incident handling. From 2008 to 2014, prior to joining Excellium Services, Paul was Senior Security Architect in the Managed Network Security department of the European Commission. In this position, Paul was responsible for leading technical aspects of security projects. He also wrote a few articles in MISC magazine (French) about DDoS, botnets, malware and incident response. Since 2014, Paul has worked at Excellium Services as a senior security consultant. He leads the Excellium Services CSIRT (CERT-XLM). In this position, Paul manages the response team and is involved in incident handling and intrusion responses. He provides security awareness and recommendations to Excellium Services customers. Paul is often a speaker at local events and has been a speaker several times for First, Hack.lu and Botconf security conferences. His mother tongue is French, and he speaks English. |