Posts

Showing posts from January, 2022

Fortinet NSE 1 Cert | Course Notes

Image
These are notes from Fortinet's NSE Network Security Associate (NSE 1) course, it's entitled "Information Security Awareness". you can find out the full course at  training.fortinet.com . If you have any questions about Fortinet's courses and certification program, please refer to the Network Security Expert (NSE) Program site.  You can also join the Fortinet User Community , where you can connect and network on common topics of interest with other Fortinet users in the community. The course is divided into five obligatory lessons followed by three additional lessons Lesson 1: bad actors 1/ The explorer: Motivations:  looking for vulnerabilities Used techniques:  phishing create a look-alike web server, send an email with a link that redirects the victim to my fake webserver 2/ Hacktivist: Motivations: political, social, or moral disagreements Used techniques: DDoS using botnets (command & control), executables in email attachments 3/ Cyber terroris

Active Directory Setup | Windows Server, VirtualBox, RAS NAT

Image
In this lab, we'll configure Active Directory in Windows Server 2016, then create user accounts then configure the connection and networking in the domain group. to get more information about what Active Directory is, you can check out this article  Active Directory . Project steps Download and install VirtualBox and Extension Pack Download Windows 10 and Windows Server 2019  Install Windows Server 2019 Configure the VM Configure Active Directory (RAS/NAT, DHCP, Routing) Create 100 users and add them to the domain using PowerShell script  Let's begin 1/ Download and install VirtualBox and Extension Pack you can download and install it from the official site: virtualbox.org/Downloads else, if you're using Kali Linux, you can use these commands: - update and install the package lists  sudo apt update && sudo apt full-upgrade -y     - import VirtualBox’s repository key   wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- \ | gpg --dearmor \ | sud