Cyber security

USB flows In The Great River – IDA FLIRT Signature And IOC

IDA Pro FLIRT signature for FlowCloud RAT component, “fcClientDll and Indicators mentioned in my presentation “USB flows in the Great River”.

In the realm of cybersecurity, the unassuming USB drive can be a Trojan horse. Dive into the world of USB-based threats as we explore the creation of IDA Pro FLIRT signatures for the elusive FlowCloud RAT component.

Discover how open-source libraries and IOCs play a crucial role in deciphering this covert menace.

Join us on a journey through ‘USB Flows in the Great River’ to unlock the secrets of threat analysis and mitigation.

You can check the presentation at Virus Bulletin 2023 website.

  • fcClientDll.sig
    • This signature was created from the idb file which identifies fcClinetDll functions (I added prefix “fcClient_”) and open source libraries (Protocol Buffers, Boost C++, ZThread, SQLite).
    • For more information about FLIRT
  • flowcloud_ioc_2023.csv
    • FlowCloud IOCs mentioned in the presentation.
Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

cp Command: Copy Files and Directories in Linux

The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…

7 days ago

Image OSINT

Introduction In digital investigations, images often hold more information than meets the eye. With the…

7 days ago

cat Command: Read and Combine File Contents in Linux

The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…

7 days ago

Port In Networking

What is a Port? A port in networking acts like a gateway that directs data…

1 week ago

ls Command: List Directory Contents in Linux

The ls command is fundamental for anyone working with Linux. It’s used to display the files and…

1 week ago

pwd Command: Find Your Location in Linux

The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…

1 week ago