About Me

I do random stuff; from Binary analysis to Web development.

Hiding from Spotlight on macOS

This article talks about ways to hide files from being indexed by Spotlight (mds) on macOS. ...

2023-12-11

4 Ways to Hide Files on macOS

This article will guide you through four methods to hide files on Finder in macOS. These methods include using a dot-file, chflags, SetFile, and xattr. ...

2023-12-10

Deep Dive into `xattr` on macOS

TL;DR Extended Attributes (xattrs) are stored within the file system as key-value pairs (on supported file systems). There is no predefined size limit for xattrs. Xattrs are often overlooked, particularly when files are transferred between different file systems. The ._ files you see when transferring files between macOS and Windows are due to differences in the file systems. Modifying these ._ files on Windows can have an impact when the files are moved back to macOS (Try it out!...

2023-12-01

Automated Rapid Binary Triage with GitHub Actions, Capa, and Ghidra

Introduction Imagine you’re a security analyst needing to quickly triage a suspicious binary. Or perhaps you’re in a competitive Capture the Flag (CTF) event, with a giant binary file to be analyzed. In either scenario, the pressure is on, and speed is paramount. This is where my process shines. Combining the capabilities of GitHub Actions, Capa, and Ghidra, I offer a swift and effective method for binary triage. This guide will walk you through this process, enabling you to comprehend binary files swiftly, a significant advantage in time-critical situations....

2023-07-05

Detecting Malicious PowerShell Scripts

Ideas for PowerShell Malware Detection Engine This article is a summary of the ideas our group came up with during the hackathon at GCC 2023. What is GCC 2023 Singapore? gcc.ac/gcc_2023 Students are divided into groups from A to G. The admins tried to make sure that there are no students from the same country in the same group. Other participation's posts (mostly in Japanese): watasuke.net/blog/article/gcc2023-attend/ A blog post from Watasuke, who was our tutor for our team....

2023-06-10

WaniCTF 2023 Writeup

Write up for challenges I solved (mostly rev) in WaniCTF 2023. ...

2023-05-05

ASIS CTF Quals 2022 Writeup

This article offers a writeup for the ASIS CTF Quals 2022’s reversing challenge, “Figole” using Frida. ...

2022-12-19

DUCTF 2022 Writeup

This article offers a writeup for the DUCTF’s DFIR challenge, “ogres are like onions”. ...

2022-09-27

LINE CTF 2022 Writeup

This article offers a writeup for the LINE CTF 2022’s crypto challenge, “ss-puzzle.” ...

2022-03-27

zer0pts CTF 2022 Writeup

This article offers a writeup for the zer0pts CTF 2022’s crypto challenge, “Anti-Fermat.” ...

2022-03-22