What’s Normal: New uses of DNS, Discovery of Designated Resolvers (DDR), (Tue, Nov 7th)

Collecting and analyzing DNS logs should be at the top of your agenda regarding network monitoring. Everything that happens on the network tends to be reflected in DNS, and events that do not correlate with DNS are often suspect themselves. For example, if a host connects to an IP address directly without first receiving it as a DNS response. But in recent years, DNS has moved more and more to encrypted channels. Starting with DNS over TLS (DoT), DNS over HTTPS (DoH), and lately DNS over QUIC (DoQ).

Continue reading What’s Normal: New uses of DNS, Discovery of Designated Resolvers (DDR), (Tue, Nov 7th)

Posted in Uncategorized

Exploit Activity for CVE-2023-22518, Atlassian Confluence Data Center and Server, (Mon, Nov 6th)

Last week, Atlassian published an advisory for CVE-2023-22518. The vulnerability is a trivial to exploit authentication bypass vulnerability [;1];. Atlassian emphasized the importance of the advisory with a quote from its CISO: “There are no reports of active exploitation at this time; customers must take immediate action to protect their instances.” On Friday, Atlassian confirmed that attackers are actively exploiting the vulnerability.

Continue reading Exploit Activity for CVE-2023-22518, Atlassian Confluence Data Center and Server, (Mon, Nov 6th)

Posted in Uncategorized

Malware Dropped Through a ZPAQ Archive, (Wed, Nov 1st)

Did you ever seen ZPAQ archives? This morning, my honeypot captured a phishing attempt which lured the potential victim to open a “ZPAQ” archive. This is not a common file format. This could be used by the attacker to bypass classic security controles. What Wikiepadia says about ZPAQ:

Continue reading Malware Dropped Through a ZPAQ Archive, (Wed, Nov 1st)

Posted in Uncategorized

Multiple Layers of Anti-Sandboxing Techniques, (Tue, Oct 31st)

It has been a while that I did not find an interesting malicious Python script. All the scripts that I recently spotted were always the same:&#;x26;#;xc2;&#;x26;#;xa0;a classic intostealer using Discord as C2 channel. Today I found one that contains a lot of anti-sanboxing techniques. Let&#;x26;#;39;s review them. For malware, it&#;x26;#;39;s key to detect the environment where they are executed. When detonated inside a sandbox (automatically or, manually, by an Analyst), they will be able to change their behaviour (most likely, do nothing)

Continue reading Multiple Layers of Anti-Sandboxing Techniques, (Tue, Oct 31st)

Posted in Uncategorized