HN user

Megabeets

300 karma
Posts20
Comments5
View on HN
unit42.paloaltonetworks.com 8mo ago

Previously unknown spyware used in 0-day attacks on Samsung phones

Megabeets
6pts1
research.checkpoint.com 1y ago

Attributing State-Sponsored Hacktivist Groups with Stylometry and Topic Modeling

Megabeets
2pts1
research.checkpoint.com 3y ago

A Deep Dive into a Chinese Apt Group's TP-Link Router Implant

Megabeets
30pts0
research.checkpoint.com 3y ago

Microsoft Patched Critical RCE Vulnerability in MSMQ Service

Megabeets
2pts0
research.checkpoint.com 4y ago

Indra – Hackers Behind Recent Attacks on Iran Railways and Government

Megabeets
2pts0
www.technologyreview.com 5y ago

Google says it’s too easy for hackers to find new security flaws

Megabeets
2pts0
research.checkpoint.com 5y ago

Jian – How the Chinese APT31 stole and used an unknown Equation Group 0-Day

Megabeets
32pts6
rizin.re 5y ago

Rizin – open-source Reverse Engineering framework forked from radare2

Megabeets
42pts9
research.checkpoint.com 5y ago

Hunting for exploits based on the developer's fingerprints

Megabeets
3pts0
github.com 6y ago

C implementation of Tic-Tac-Toe in a single call to printf

Megabeets
377pts82
www.youtube.com 6y ago

“From Prison to Python” – a life story about crime, prison and open-source

Megabeets
1pts0
hbr.org 6y ago

Stay Motivated When Feedback Is Scarce

Megabeets
1pts0
research.checkpoint.com 6y ago

Nazar: Analyzing malware that was uncovered in leaked NSA files

Megabeets
198pts28
research.checkpoint.com 6y ago

Chinese cyberattack against Mongolia takes advantage of Covid-19 to lure victims

Megabeets
4pts0
evasions.checkpoint.com 6y ago

Malware Evasion Encyclopedia – Over 50 techniques to detect sandbox and VMs

Megabeets
3pts0
research.checkpoint.com 6y ago

Mapping code-connections between thousands of Russian APT malware samples

Megabeets
2pts0
help.github.com 7y ago

GitHub finally allows you to assign issues to non-collaborators

Megabeets
3pts0
macos.checkpoint.com 7y ago

macOS Malware Encyclopedia is out

Megabeets
2pts0
www.megabeets.net 8y ago

Fantastic Malware and Where to Find Them

Megabeets
2pts0
www.megabeets.net 8y ago

Reversing a Self-Modifying Binary with radare2

Megabeets
1pts0

LANDFALL — a commercial-grade Android spyware exploiting a now-patched Samsung zero-day (CVE-2025-21042) through weaponized DNG images sent via WhatsApp, enabling zero-click compromise of Samsung Galaxy devices.

This isn't an isolated incident. LANDFALL is part of a larger DNG exploitation wave. Within months, attackers weaponized image parsing vulnerabilities across Samsung (CVE-2025-21042, CVE-2025-21043) and Apple (CVE-2025-43300 chained with WhatsApp CVE-2025-55177 for delivery)

It seems like DNG image processing libraries became a new attack vector of choice – suspiciously consistent across campaigns. Samsung had two zero-days in the same library, while a parallel campaign hit iOS - all exploiting the same file format. Should we expect more?

TL;DR: Hacktivism has evolved. What was once dominated by defacements and DDoS by independent actors is now a tool for nation-states running coordinated cyber and influence ops. These groups use multiple personas, blending cyber attacks with propaganda while maintaining plausible deniability. Our research applies machine learning-based Topic Modeling and Stylometry to thousands of messages from hacktivist groups, uncovering links between seemingly independent entities, and identifying thematic overlaps and linguistic fingerprints. The results expose how intelligence agencies operate multiple fronts, shift narratives in response to geopolitical events, and exploit the perception of grassroots activism.

Glossary:

APT31 - a name given to an attack group that is attributed to China.

Equation Group - a name given to an APT group which is believed to be the Tailored Access Operations (TAO) unit of the NSA. The unit is now named "Computer Network Operations" (CNO).

Jian - a name that was given to a 0-Day exploit that was attributed to the Chinese-affiliated attack group.

0-Day - a vulnerability that is unknown to the public or to the relevant vendor (e.g Microsoft).

0-Day Exploit - an exploit that is directed at a zero-day

---

In this story, we claim that the Chinese APT acquired the Equation Group exploit somewhere around 2014, cloned it into their own version (Jian), and used it until was finally caught in 2017.

Interestingly, the 0-Day was reported to Microsoft by Lockheed Martin's Incident Response team. This might suggest that the Chinese APT might have used it to attack American targets.

I tried to summarize the highlights in a less technical lingo in a Twitter thread: https://twitter.com/megabeets_/status/1363807746815066113

Working hard on Cutter, an open-source, free and libre Reverse Engineering project. It's cross platform and supports tons of architectures. A debugger was recently introduced, as well as native integration with multiple Decompilers

https://cutter.re https://github.com/radareorg/cutter

using it recently to reverse engineering some Gameboy ROMs, embedded devices and the usual x86 malware

hopefully more people will come to work on this great project :)