We zitten in in logs folder van de Ubuntu 16.04 server. Hoe geraken we in de logs folder van Ubuntu 16.04 LTS Desktop?
cd ../../"Ubuntu 16.04 LTS Desktop/Logs
Address: 192.168.1.2
Subnet mask: 255.255.255.0
Wat is het netwerk adres, het host gedeelte en het broadcast adres?
Address: 192.168.1.2
Subnet mask: 255.255.255.0
Network address: 192.168.1
Host part: 2
Broadcast address: 192.168.1.255
Geef 3 malware types.
Virus, Trojan horse, worms, spyware, rootkits ...
Geef subnet mask voor class A, B en C en ook voor welke netwerken ze gebruikt worden (grootte).
Class A: 255.0.0.0 | Voor grote netwerken
Class B: 255.255.0.0 | Medium
Class C: 255.255.255.0 | Klein/privé
SSH
waarvoor dient het?
Secure Shell
Encrypted remote connection
Wat is heuristic scanning?

Je gaat malware identificeren aan de hand van ervaring.
Hosts.allow−portmap: 192.168.0.2Hosts.deny−portmap: ALL
Wat is het resultaat van deze settings?
Als het toegelaten is wordt er niet naar deny gekeken. Enkel de client 192.168.0.2 heeft toegang, al de rest niet.
POSIX
Portable Operating System Interface
Geen idee wat die X daar doet
Wat is de registry?
Wat doet linux ipv de registry?
Een database met instellingen voor components, services, applications en nog veel meer.
Wordt opgeslagen in binary (regedit).
(File associations HKCR, User settings HKCU, System wide settings HKLM, Settings all users HKU, current hardware config HKCC)
System config files in /etc, system state in /var
Dot-files in home folder <=> HKCU hive
DLP
Tip: heeft met storage te maken
Data Loss Prevention
4 soorten firewalls, welke?
-Packet firewall (filter, source+dest address/ports, spoofing)
-Stateful firewall (connection state into consideration, packet allowed based on history of connection)
-Application firewall (takes sending/receiving application/protocols into account)
-Proxy firewall (prevents direct connection, both sides go through proxy)