4 - Security Measure Flashcards
1
Q
Is encryption only enough?
A
No.
- Weak encryption = BAD
- Compromised keys
- Denial of service
2
Q
Key data security measures
AIRA
A
- Access Control/Minimisation
- Integrity/Confidentiality via encryption
- Recoverability
- Auditing
3
Q
Access Control Measures
SLAFL
A
- Separation of duties
- Least privilege
- Authentication/MFA/authorisation
- Firewall and IDS
- Logs
4
Q
SSL
A
Secure Socket Layer. Used for secure exchange of data.
The server must prove its identity to the client and is performed using public key crypto.
Data confidentiality/integrity with symmetric key
5
Q
Detecting and blocking backdoors
A
- Antivirus
- Scan attachments and downloads (verify integrity with hashes)
- Keep computers patched
- Monitor:
—> Processes
—> Open ports
—> Firewall
—> Unexplained activity - IDS
6
Q
Ransomware defences
A
- OS patching
- Active antivirus
- Regular, offline backups (Not connected outside of backup time
- User education