mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
3.0 KiB
3.0 KiB
| title | aliases | tags | |
|---|---|---|---|
| 02-concepts-and-roles |
|
News
- more personal email scams
- They have more knowledge about your personal information
- deakin university attack
- staff credentials were leaked and acces to students information was gathered
- rusian hackers attack lithuania
- attacks against india
- retbleed attack affects AMD and Intel CPUs (spectre-based speculative-execution attacks)
Vulnerabilities
- a potential weakness in an asset
- or in its defense security control
- e.g., flaws in software packages or an unprotected system port
exploit is the technique used to attack
- RAND report r-609-1 (1979)
- need to be aware of vulnerabilities
e.g.,
- websites can steal browser data via extension APIs
Security services and control
- services
- the intended security goal or property (C.I.A provides the three main security services)
- confidentiality
- integrity
- awareness
- controls
- the mechanisms employed to implement the services
- encryption
- firewalls
- awareness
Controls
-
physical controls
- facility protection
- guards
- locks
- monitoring
- environment controls
- intrustion detection
-
technical controls
- network security
- cryptography
- forensics
- user authentication
- etc
-
administrative controls
- policies
- standards
- procedures
- guidelines
- personnel screening
- awareness training
-
Preventive
- e.g., "prevent exposure of critical information"
- control - e.g., encrpytion
-
detective
- e.g., "we want to warn attempts of intrustions"
- control - e.g., intrusion detection systems
-
corrective
- reduce/fix damage
- e.g., "we want to repair our system in case of errors"
- conrtol - e.g., restoration point mechanisms (e.g., version control systems like git)
-
we need security controls for all info states:
- storage
- information storage containers
- electronic, physical, human
- transmission
- physical or electronic
- processing
- physical or electronic
- storage
CIA
- a security service provides a high level security property
Confidentiality
- information should not be available to unauthorised people
- divided into:
- secrecy: protecting business data
- privacy: protecting personal data
- anonymity: hide who is engaging in what actions
- threats: information theft, unintentional disclosure
- controls: encyption, access control, perimeter defense
- general controls: secure systems development, and incident response