Women of Suricata bring you yet another webinar focused on helping new people willing to contribute to Suricata. For this webinar, our two Outreachy interns shall be sharing their experience, some tips, tricks and magic dust to help you get started with the development. Contributing to a big project like Suricata can be very intimidating […]
How to Set Up SSH Tunnel with PuTTY
PuTTy is a user-friendly SSH client for the Windows system. Most of the Linux system users are aware and use to connect remote system running SSH server. It also provides you option to create SSH tunnel to provide access to resource within the trusted internal network. With the help of SSH tunnel you can access […]
Webinar – Continuously Fuzzing and Improving Suricata
Our first webinar of 2021 is here! Join Suricata developer Philippe Antoine as he discusses Continuously Fuzzing and Improving Suricata. Learn how fuzzing is implemented and ways it can be improved as a community, leading to more robust and resilient software. Register -> https://www.eventbrite.com/e/webinar-continuously-fuzzing-and-improving-suricata-tickets-135348225185 This webinar is scheduled for January 21st, 2021 at 10am EST. […]
How To Install Kali Linux in Virtualbox
In our previous article, we have discussed about how to download the kali linux image file and how to install virtualbox. Now let’s get you started with the virtual machine. Step 01 : Open Virtualbox VirtualBox should open once it has installed. Now you should be greeted by the VirtualBox Manager Step 02 : Create […]
Kali Linux : The OS That Hackers Use
If you are familiar with cyber security stuff, you must have heard about kali linux. Kali linux is a operating system developed by offensive security and it was specifically targeted for penetration testers. This linux distribution is built on Debian and it comes pre installed with many more security tools. In this guide, we will […]
Debsecan : You will not miss another security update
Do you ever wonder how to keep up with the new security updates releasing daily? Debsecan is a great tool that you can use to simplify this task. This utility will help you to evaluate your current security status without searching for the new security updates manually. And also it comes with the feature to […]
How to Secure GitLab Server with Let’s Encrypt SSL
We always say, Security first. It should be the first priority to keep your hard work safe from the hackers. This tutorial will take few minutes to secure Gitlab server using Let’s Encrypt SSL certificates. Let’s Encrypt provides free SSL certificates to secure your domains and an easy way to auto updates. This tutorial will […]
Virtual Training – Suricata and Splunk Workshops
This two-part workshop is intended to prepare security practitioners to have immediate success with Suricata using the Stamus App for Splunk Early bird pricing ends Dec 17! Register here -> https://suricata-splunk-workshop2021.eventbrite.com/?ref=estw Part 1: In-depth introduction to Suricata data and Splunk Wednesday 20 January 2021 | 11am-3pm US Eastern Time Attendees will receive a thorough technical […]
Suricata 6.0.1, 5.0.5 and 4.1.10 released
We are pleased to announce the releases of Suricata 6.0.1, 5.0.5 and 4.1.10. These releases are bug fix releases, fixing numerous important issues. The 6.0.1 release also improves the experimental HTTP/2 support. This will be the last release in the 4.1 series. If you are still on this branch, please upgrade to the 5 or […]
A guide to Setting advanced file permissions in linux
In our previous post, we have discussed about how to set the standard file permissions in our linux system. In this guide we will see how to set more advanced permissions to our files. sticky bit on directory You can set the sticky bit on a directory to prevent users from removing files that they […]