Technical setup at Unit (now Sikt)
asbjorn.reglund.thorsen@sikt.no
Visual setup
2
Architecture
3
What are the common approaches?
4
What are the common approaches?
5
Tools
Installation of Greenbone GVM/OpenVAS on Kali Linux
sudo apt install gvm # install GVM meta package
sudo gvm-setup # takes some time, sets up certificates, database and synchronizes NVT feed
6
Automation
Prepare a scan with masscan. Find interesting candidates as targets for OpenVAS. This is faster than scanning whole networks with OpenVAS. Additionally, OpenVAS has a limit of scanning max. 4096 IP addresses at once.
sudo masscan -p 1-1024,2222,3389,4343,5985,5986,8080,8443,9100,16992-16995 192.168.47.192/27 10.156.46.0/24 -oX trondheim.xml
7
Experiences
8
Experiences
9
10
info@eunis.org