sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

572
active users

#sandbox

4 posts4 participants1 post today

🔎 😈 Creating a Secure Environment for Malware Analysis: from Sandboxes to Internet Simulation

In this article, we’ll cover how to create a virtual machine using VirtualBox, install Flare-VM, use Remnux as a Linux distribution for malware analysis, and configure INetSim to simulate a separate and protected network.

🔗8bitsecurity.com/posts/creatin

A new BSDCan video has been posted:

Sandbox Your Program Using FreeBSD's Capsicum By Jake Freeland

youtu.be/Ne4l5U_ETAw

With security vulnerabilities rapidly rising each year, program security is more important than ever. One solution to keeping your program from being the victim of the next big CVE is FreeBSD's Capsicum.

Originally developed at the University of Cambridge Computer Laboratory, Capsicum is a lightweight capability and sandbox framework built into the FreeBSD base system. It is designed around the principle of least privilege - where programs only have access to resources that are required for operation.

This talk will follow my blog post, which outlines the process of Capsicumization, or sandboxing your program using Capsicum. I will cover capability violation detection, restructuring existing programs for Capsicum, and filesystem/networking access inside of the capability sandbox.

Recent Capsicumization efforts in the FreeBSD base system and the future of Capsicum will also be discussed.

:flan_cool:
#runbsd #freebsd #sandbox