{"id":557,"date":"2018-09-02T20:49:05","date_gmt":"2018-09-02T17:49:05","guid":{"rendered":"http:\/\/kifarunix.com\/?p=557"},"modified":"2024-03-11T19:51:43","modified_gmt":"2024-03-11T16:51:43","slug":"how-to-install-and-configure-alienvault-ossim-on-virtualbox","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/how-to-install-and-configure-alienvault-ossim-on-virtualbox\/","title":{"rendered":"Install and Configure AlienVault OSSIM on VirtualBox"},"content":{"rendered":"\n<p>In this tutorial, we are going to learn how to install and configure <a href=\"https:\/\/cybersecurity.att.com\/products\/ossim\" target=\"_blank\" rel=\"noreferrer noopener\">AlienVault OSSIM <\/a>on VirtualBox. If you are a Blue Team security analyst, in one way or another you must have heard of or interact with not one, not two SIEM (Security Information and Event Management) solutions. Well, AlienVault is one of the leading SIEM solutions. AlienVault OSSIM is the open source version of AlienVault SIEM. It comes enriched with features like event collection, normalization and correlation. What crosses your mind when we talk about event collection, normalization and correlation? Let us put this in black and white:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Event collection<\/strong>: AlienVault has the ability to collect logs from various sources in your environment, host servers and systems, applications running on servers, network devices, such as firewalls and routers, name them endpoints in your environment.<\/li>\n\n\n\n<li><strong>Event normalization<\/strong>: The attributes of the collected logs are extracted and stored in the common data fields hat define an event such as IP addresses, hostnames, usernames, interfac- names, ports, programs etc. This allows analysts to run queries across collected events for better and quicker analysis.<\/li>\n\n\n\n<li><strong>Event correlation<\/strong>: This involves analyzing relationships between the collected events to identify the pattern of events.<\/li>\n<\/ul>\n\n\n\n<p>OSSIM provides a unified platform that bundles together security capabilities such as Asset discovery, Host Intrusion Detection, Network Intrusion Detection, Behavioral monitoring, Asset Discovery, Vulnerability Assessment, Log management. It also leverages the power of the AlienVault Open Threat Exchange (OTX), the open threat intelligence community delivers community-generated threat data, enables collaborative research, and automates the process of updating your security infrastructure with threat data from any source.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing AlienVault OSSIM on VirtualBox<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">System Requirements<\/h3>\n\n\n\n<p>Since this is just a demonstration, the minimum system requirements are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>2 CPU cores<\/li>\n\n\n\n<li>8GB RAM<\/li>\n\n\n\n<li>32GB Disk Space<\/li>\n\n\n\n<li>Two NICs (You can have multiple NICs for Management, Network Monitoring or Log Collection and Scanning)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Download OSSIM Installation ISO File<\/h3>\n\n\n\n<p>You can download the OSSIM installation iso from <a href=\"https:\/\/cybersecurity.att.com\/products\/ossim\/download\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<p>You can get the ISO url and pull it using wget or curl;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wget https:\/\/cdn-cybersecurity.att.com\/downloads\/AlienVault_OSSIM_64bits.iso<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Create AlienVault OSSIM Virtual Machine on VirtualBox<\/h3>\n\n\n\n<p>On VirtualBOX;<\/p>\n\n\n\n<p>1.Create new vm<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"924\" height=\"557\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-ossim-vm.png\" alt=\"\" class=\"wp-image-14514\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-ossim-vm.png?v=1666372953 924w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-ossim-vm-768x463.png?v=1666372953 768w\" sizes=\"(max-width: 924px) 100vw, 924px\" \/><\/figure><\/div>\n\n\n<p>2.Assign a memory of 8GB<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"924\" height=\"555\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-RAM.png\" alt=\"\" class=\"wp-image-14515\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-RAM.png?v=1666373288 924w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-RAM-768x461.png?v=1666373288 768w\" sizes=\"(max-width: 924px) 100vw, 924px\" \/><\/figure><\/div>\n\n\n<p>3.Create a virtual hard disk for AlienVault OSSIM vm. Choose file type VDI, dynamically allocated, and assign a storage of 30GB and click create button to create a VM.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"922\" height=\"553\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-vm-disk.png\" alt=\"\" class=\"wp-image-14516\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-vm-disk.png?v=1666373478 922w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-vm-disk-768x461.png?v=1666373478 768w\" sizes=\"(max-width: 922px) 100vw, 922px\" \/><\/figure><\/div>\n\n\n<p>4.Once a VM is created, open settings and adjust the number of CPU cores (we used 4 vcpus)<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"949\" height=\"594\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-cpu-cores.png\" alt=\"\" class=\"wp-image-14517\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-cpu-cores.png?v=1666373688 949w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-cpu-cores-768x481.png?v=1666373688 768w\" sizes=\"(max-width: 949px) 100vw, 949px\" \/><\/figure><\/div>\n\n\n<p>5.On storage settings, attach OSSIM installation ISO to IDE controller.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"949\" height=\"593\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-install-iso-attache.png\" alt=\"\" class=\"wp-image-14518\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-install-iso-attache.png?v=1666373790 949w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-install-iso-attache-768x480.png?v=1666373790 768w\" sizes=\"(max-width: 949px) 100vw, 949px\" \/><\/figure><\/div>\n\n\n<p>6.On Networks, add a second NIC as Host-Only adapter. Our first NIC is NAT, for internet access required for installation of various setup tools.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"945\" height=\"592\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/network-interfaces.png\" alt=\"\" class=\"wp-image-14519\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/network-interfaces.png?v=1666373900 945w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/network-interfaces-768x481.png?v=1666373900 768w\" sizes=\"(max-width: 945px) 100vw, 945px\" \/><\/figure><\/div>\n\n\n<p>Click <strong>Ok<\/strong> to save the settings made.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Install AlienVault OSSIM on VirtualBox<\/h3>\n\n\n\n<p>7.Click <strong>Start<\/strong> button to launch the installation.<\/p>\n\n\n\n<p>When OSSIM VM boots with iso image, an installation wizard as shown below welcomes you.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"924\" height=\"547\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-virtualbox-install.png\" alt=\"Install and Configure AlienVault OSSIM on VirtualBox\" class=\"wp-image-14520\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-virtualbox-install.png?v=1666373992 924w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-virtualbox-install-768x455.png?v=1666373992 768w\" sizes=\"(max-width: 924px) 100vw, 924px\" \/><\/figure><\/div>\n\n\n<p>Choose the first option <strong>Install AlienVault OSSIM &#8230;<\/strong> to install OSSIM server.<\/p>\n\n\n\n<p>8.On the next steps, choose the appropriate <strong>language<\/strong>, <strong>location<\/strong> and <strong>keyboard<\/strong> settings.<\/p>\n\n\n\n<p>9.On configure Network, select the first interface as the primary network interface (the NATed interface).<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1003\" height=\"633\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-virtualbox-network-settings.png\" alt=\"\" class=\"wp-image-14521\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-virtualbox-network-settings.png?v=1666374160 1003w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-virtualbox-network-settings-768x485.png?v=1666374160 768w\" sizes=\"(max-width: 1003px) 100vw, 1003px\" \/><\/figure><\/div>\n\n\n<p>On the sub-subsequent configurations, assign appropriate IPv4 address, the netmask, the gateway, and the DNS. In this case, assign the default NAT network details as <strong>10.0.2.15<\/strong>, <strong>255.255.255.0<\/strong>, <strong>10.0.2.2<\/strong>, <strong>10.0.2.3<\/strong> respectively.<\/p>\n\n\n\n<p>10.Once the network is set up, configure users and passwords. Set the root password and keep it as it will be required for the root login account in the AlienVault OSSIM console.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"983\" height=\"691\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/set-user-password.png\" alt=\"\" class=\"wp-image-14522\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/set-user-password.png?v=1666374650 983w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/set-user-password-768x540.png?v=1666374650 768w\" sizes=\"(max-width: 983px) 100vw, 983px\" \/><\/figure><\/div>\n\n\n<p>11. Configure the clock.<\/p>\n\n\n\n<p>12.Click <strong>continue<\/strong> to proceed with OSSIM installation.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"671\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/ossim-installation-in-progress.png\" alt=\"\" class=\"wp-image-14524\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/ossim-installation-in-progress.png?v=1666375751 940w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/ossim-installation-in-progress-768x548.png?v=1666375751 768w\" sizes=\"(max-width: 940px) 100vw, 940px\" \/><\/figure><\/div>\n\n\n<p>Once the Installation done, your AlienVault vm will reboot you should be able to see a screen similar to the one shown below when it starts up.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1211\" height=\"856\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-ossim-virtualbox.png\" alt=\"\" class=\"wp-image-14526\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-ossim-virtualbox.png?v=1666377078 1211w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-ossim-virtualbox-768x543.png?v=1666377078 768w\" sizes=\"(max-width: 1211px) 100vw, 1211px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Update Network Settings<\/h3>\n\n\n\n<p>As seen on the screenshot above, we can access OSSIM web interface via the address. <strong><a href=\"https:\/\/10.0.2.15\/\" target=\"_blank\">https:\/\/10.0.2.15\/<\/a><\/strong>. However, since this is a NATed IP, we won\u2019t be able to access our OSSIM via this address.<\/p>\n\n\n\n<p>To access our OSSIM server via external host browser, we need to the management interface IP to an IP that can be accessed externally.<\/p>\n\n\n\n<p>Thus, login to the SIEM as <strong>root<\/strong> with the password set previously.<\/p>\n\n\n\n<p>Once you login, <strong>AlienVault Setup Menu <\/strong>welcomes you.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1136\" height=\"839\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-setup-menu.png\" alt=\"\" class=\"wp-image-14527\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-setup-menu.png?v=1666377708 1136w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-setup-menu-768x567.png?v=1666377708 768w\" sizes=\"(max-width: 1136px) 100vw, 1136px\" \/><\/figure>\n\n\n\n<p>Navigate to <strong>System Preferences &gt; Configure Network &gt; Setup Management Network;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1156\" height=\"865\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/mangement-interface.png\" alt=\"\" class=\"wp-image-14528\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/mangement-interface.png?v=1666377791 1156w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/mangement-interface-768x575.png?v=1666377791 768w\" sizes=\"(max-width: 1156px) 100vw, 1156px\" \/><\/figure>\n\n\n\n<p>In our case, we want to use the second interface, eth1, which is attached to an HostOnly interface type as our management interface.<\/p>\n\n\n\n<p>Hence;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>select eth1 and press space mark it.<\/li>\n\n\n\n<li>Set to IP address to match the network range of the attached HostOnly network<\/li>\n\n\n\n<li>Define the mask, 255.255.255.0 for \/24.<\/li>\n\n\n\n<li>Set the gateway. We use the NAT gateway IP 10.0.2.2 as our gateway here.<\/li>\n<\/ul>\n\n\n\n<p>Go back to <strong>AlienVault Setup Menu<\/strong> and click <strong>Apply all Changes<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1149\" height=\"864\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/apply-changes-ossim.png\" alt=\"\" class=\"wp-image-14529\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/apply-changes-ossim.png?v=1666378171 1149w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/apply-changes-ossim-768x578.png?v=1666378171 768w\" sizes=\"(max-width: 1149px) 100vw, 1149px\" \/><\/figure>\n\n\n\n<p>Once the changes are applied, we need to configure the NAT IP address on first interface, NAT interface, so we can be able to get to external network access (Internet) from AV.<\/p>\n\n\n\n<p>Hence;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Navigate to <strong>System Preferences &gt; Configure Network &gt; Setup Network Interface;<\/strong><\/li>\n\n\n\n<li>Our NAT interface is eth0. Select the interface according and press space bar to choose it.<\/li>\n\n\n\n<li>Press Ok and set the IP address (<em>Use <strong>10.0.2.15<\/strong> as IP<\/em>) &gt; Netmask (<strong>255.255.255.0<\/strong>)<\/li>\n<\/ul>\n\n\n\n<p>Go back and <strong>Apply all Changes<\/strong>.<\/p>\n\n\n\n<p>Next, go the terminal by selecting <strong>Jailbreak system<\/strong> &gt; Yes.<\/p>\n\n\n\n<p>Confirm IP address assignment;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1253\" height=\"880\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/ip-address-assignment-alienvault-ossim.png\" alt=\"\" class=\"wp-image-14530\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/ip-address-assignment-alienvault-ossim.png?v=1666378856 1253w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/ip-address-assignment-alienvault-ossim-768x539.png?v=1666378856 768w\" sizes=\"(max-width: 1253px) 100vw, 1253px\" \/><\/figure>\n\n\n\n<p>This is how the IP address is configured so far;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cat \/etc\/network\/interfaces<\/code><\/pre>\n\n\n\n<pre class=\"scroll-box\"><code>\n# This file describes the network interfaces available on your system\n# and how to activate them. For more information, see interfaces(5).\n\nsource \/etc\/network\/interfaces.d\/*\n\n# The loopback network interface\nauto lo\niface lo inet loopback\n\n# The primary network interface\nauto eth0\niface eth0 inet static\n   address 10.0.2.15\n   netmask 255.255.255.0\n   network 10.0.2.0\n   broadcast 10.0.2.255\nauto eth1\niface eth1 inet static\n   address 192.168.58.30\n   netmask 255.255.255.0\n   network 192.168.58.0\n   broadcast 192.168.58.255\n   gateway 10.0.2.2\n   dns-nameservers 10.0.2.3\n   dns-search alienvault\n   up ip link set $IFACE promisc on\n   down ip link set $IFACE promisc off\n<\/code><\/pre>\n\n\n\n<p>As you can see, the default GW is via eth1. we need to change this to make the NAT interface as gateway.<\/p>\n\n\n\n<p>Hence, edit the network interfaces and specify the gateway for eth0 such that your configuration looks like;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vim \/etc\/network\/interfaces<\/code><\/pre>\n\n\n\n<p>See the changes i have made;<\/p>\n\n\n\n<pre class=\"scroll-box\"><code>\n# This file describes the network interfaces available on your system\n# and how to activate them. For more information, see interfaces(5).\n\nsource \/etc\/network\/interfaces.d\/*\n\n# The loopback network interface\nauto lo\niface lo inet loopback\n\n# The primary network interface\nauto eth0\n<strong>iface eth0 inet static\n   address 10.0.2.15\n   netmask 255.255.255.0\n   network 10.0.2.0\n   broadcast 10.0.2.255\n   gateway 10.0.2.2\n   dns-nameservers 10.0.2.3\n   dns-search kifarunix-demo.com<\/strong>\nauto eth1\niface eth1 inet static\n   address 192.168.58.30\n   netmask 255.255.255.0\n   network 192.168.58.0\n   broadcast 192.168.58.255\n   up ip link set $IFACE promisc on\n   down ip link set $IFACE promisc off\n<\/code><\/pre>\n\n\n\n<p>Once the IP is set, restart networking service;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>service networking restart<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Accessing AlienVault OSSIM Web Interface<\/h3>\n\n\n\n<p>You can now access you AV on browser via your IP, e.g <strong><a href=\"https:\/\/192.168.59.113\/\" target=\"_blank\">https:\/\/192.168.58.30<\/a><\/strong> in our case;<\/p>\n\n\n\n<p>If you receive browser warnings of insecure connection, add the exceptions and proceed to AlienVault OSSIM web interface. <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1849\" height=\"822\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-welcome-page.png\" alt=\"Install and Configure AlienVault OSSIM on VirtualBox\" class=\"wp-image-14531\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-welcome-page.png?v=1666379578 1849w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-welcome-page-768x341.png?v=1666379578 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-welcome-page-1536x683.png?v=1666379578 1536w\" sizes=\"(max-width: 1849px) 100vw, 1849px\" \/><\/figure>\n\n\n\n<p>Create an admin account on the Welcome page by filling in all the fields.<\/p>\n\n\n\n<p>Click <strong>Start Using AlienVault<\/strong>. This takes you to login screen as shown below.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1483\" height=\"836\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-ossim-ui-login-page.png\" alt=\"\" class=\"wp-image-14532\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-ossim-ui-login-page.png?v=1666379744 1483w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-ossim-ui-login-page-768x433.png?v=1666379744 768w\" sizes=\"(max-width: 1483px) 100vw, 1483px\" \/><\/figure><\/div>\n\n\n<h3 class=\"wp-block-heading\">AlienVault OSSIM Dashboard<\/h3>\n\n\n\n<p>Login to your AlienVault SIEM and begin your Initial Setup. Once you are done with initial setup, you should the main dashboard of OSSIM server.<\/p>\n\n\n\n<p>You can skip alienvault setup wizard and go direct to dashboard.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1766\" height=\"948\" src=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-dashboard.png\" alt=\"\" class=\"wp-image-14535\" title=\"\" srcset=\"https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-dashboard.png?v=1666379951 1766w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-dashboard-768x412.png?v=1666379951 768w, https:\/\/kifarunix.com\/wp-content\/uploads\/2022\/10\/alienvault-dashboard-1536x825.png?v=1666379951 1536w\" sizes=\"(max-width: 1766px) 100vw, 1766px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Reference:<\/h3>\n\n\n\n<p><a href=\"https:\/\/www.alienvault.com\/documentation\/usm-appliance\/initial-setup\/ossim-installation.htm\" target=\"_blank\" rel=\"noreferrer noopener\">AlienVault OSSIM\u00ae Installation Process<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Other Tutorials<\/h3>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/how-to-add-assets-to-alienvault-ossim-server-for-monitoring\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to import Assets to OSSIM server<\/a>. <\/p>\n\n\n\n<p><a href=\"https:\/\/kifarunix.com\/how-to-configure-availability-monitoring-on-alienvault-usm-ossim\/\" target=\"_blank\" rel=\"noreferrer noopener\">Configure Nagios Availability Monitoring on AlienVault USM\/OSSIM<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial, we are going to learn how to install and configure AlienVault OSSIM on VirtualBox. If you are a Blue Team security analyst,<\/p>\n","protected":false},"author":1,"featured_media":14537,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rank_math_lock_modified_date":false,"footnotes":""},"categories":[34,103,42],"tags":[104,5973,5974,105,5975,106,24,5976],"class_list":["post-557","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security","category-alienvault","category-siem","tag-alienvault","tag-install-alienvault-on-virtualbox","tag-install-ossim-on-virtualbox","tag-ossim","tag-ossim-siem","tag-siem","tag-virtualbox","tag-virtualbox-ossim-siem","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-50","resize-featured-image"],"_links":{"self":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/557"}],"collection":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/comments?post=557"}],"version-history":[{"count":11,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/557\/revisions"}],"predecessor-version":[{"id":21008,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/posts\/557\/revisions\/21008"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media\/14537"}],"wp:attachment":[{"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/media?parent=557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/categories?post=557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kifarunix.com\/wp-json\/wp\/v2\/tags?post=557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}