SSaguninsagunwrites.hashnode.dev·2h ago · 6 min readDynamic Malware AnalysisStatic analysis helps researchers understand what malware contains. But sometimes looking at the code is not enough. A malware sample may hide its real purpose. It may encrypt its strings. It may hide00
SSaguninsagunwrites.hashnode.dev·2h ago · 7 min readStatic Malware AnalysisWhen security researchers discover a suspicious file, the first instinct might be: "Let's open it and see what it does." But with malware, that is extremely dangerous. Running an unknown malicious pro00
SSaguninsagunwrites.hashnode.dev·2h ago · 9 min readIntroduction to Malware AnalysisImagine discovering a suspicious program on a computer. You don't know who created it. You don't know what it does. You don't know whether it is stealing information, communicating with an attacker, m00
SSravaninpurplelabs.hashnode.dev·Feb 18 · 7 min readDLL Search Order Abuse: Privilege Escalation, and EDR UnhookingIntroduction Modern enterprise environments rely heavily on third-party and internally developed applications to support daily operations. These applications frequently depend on Dynamic Link Libraries (DLLs) to load required functionality at runtime...00