Random Topics to memorize Flashcards
These were topic that I just couldn't get to stick. Hope they help!
This allows you to modify an application to run as though it is in an older/newer type of OS such as Windows 7, or 8 while installed on Windows 10. A malware creator, could write their own version of this to pretend as if it was a previous version.
Shimming
This can also be called “Metamorphic” malware. If you’re looking for a virus to be the same every time, for instance with an anti-virus signature, this now makes it much more difficult to identify because it will change the way it is written.
Refactoring
Tester is given little to no information about the company that they are going to penetrate.
Black Box Testing
Tester is given plenty of information about the company that they will penetrate. They are told about the infrastructure of the network and other important details.
White Box Testing
This form of testing includes giving the tester something like a guest account and seeing how someone could escalate their privileges.
Gray Box Testing
Only needs rules for outbound traffic, it then develops a new rule table to keep track of active sessions. Any communication outside of the session will be blocked.
Stateful Firewall
Need rules to allow outbound traffic and inbound traffic.
Stateless Firewall
Allows you set up an encrypted tunnel. Any data sent through the tunnel is useless to anyone else.
VPN Concentrator
The type of VPN you could use to access your network’s resources from a remote location.
Remote Access VPN
Type of VPN that two networks or sites use to send encrypted information to one another.
Site-To-Site VPN
Both the IP header and the data are encrypted. They’re wrapped around an IPSec header and an IPSec trailer, and then a completely different IP header is put on the front of the packet.
IPSec Tunnel Mode
The data is encrypted. You have an IPSec header and an IPSec trailer put on either side of the data, and then you use the original IP header to be able to get that data to the remote site.
IPSec Transport Mode
Adds encryption to AH header, the original IP header, and data. Then it adds a new header and a IPSec trailer.
Encapsulation Security Payload (ESP)
The IPS watches for specific traffic based off of a particular signature. If the signature matches what is on the system it will be blocked.
Signature Based NIPS/NIDS
Instead of using a specific set of characteristics it will use artificial intelligence to decide if the data coming through it is malicious or not.
Heuristic/Behavioral NIPS/NIDS