COMPUTER SECURITY�����INDIVIDUAL FINAL ASSESSMENT����BY,�80002365 – AROSHA SILVA���
1
This Photo by Unknown Author is licensed under CC BY-SA-NC
2
INTRODUCTION
Safe Drive Automobiles (SDA),
3
OVERVIEW
4
Detailed examination of high-risk deficiencies, including outdated Operating Systems, weak authentication protocols (MD4), and poor data handling practices.
Review on how to reduce risks and benefits that can be gained.
CRITICAL SECURITY FLAWS
5
DEFAULT AND OUTDATED OS.
“Support for Windows 10 ended on 14 October 2025. Microsoft no longer provides software updates, security fixes, or technical assistance to Windows 10” - (Microsoft, 2025).
6
1.
1. DEFAULT AND OUTDATED OPERATING SYSTEMS.
“Software updates involve much more than merely enhancing functionality or fixing minor glitches” (Bist and Vinay, 2025)
7
Outdated systems: According to Microsoft (2022), the main reason that an outdated system pose security issues is that they will no longer receive security updates.
Default system configurations: "Leaving factory default configurations enabled can create exploitable vulnerabilities for attackers (CISA, 2022)."
This table illustrates the rising number of CVEs and the persistent exploitation of known vulnerabilities,
reinforcing the critical need for timely updates as a foundational element of cyber security.
8
CIA TRIAD IMPACTS
9
Confidentiality: Allows attackers to easily steal sensitive data (Microsoft, CISA).
Integrity: Unprotected from business records and customer data alterations (NIST, SANS).
Availability: Risk of unavailability/unreadability of data due to data encryption
(CISA, CIS).
"According to Microsoft (2024), an unsupported OS means that 'every device running on that unsupported platform becomes an open door to attackers.”
According to cvedetails (2025), there are over 20 known vulnerabilities in Windows 10.
SOLUTIONS – OUTDATED OPERATING SYSTEM
2.1. Current release: Windows 11 Enterprise, version 25H2 (Microsoft, 2025).
10
- Software that is no longer supported by the vendor or in-house -
SOLUTIONS – CONFIG. DEFAULT SETTINGS
11
BENEFITS
12
Customer and Business data protection: Help make sure deployment of updates and patches is timely, safe, and efficient with Windows Autopatch (Microsoft, 2025).
Comprehensive device and app management (Microsoft, n.d.)
- Microsoft Intune: cloud-based UEM Service to protect data on BYOD policy.
Access to modern productivity tools: Voice typing, snap layout and groups, Copilot integration (Microsoft, 2025).
Accelerate business success with AI: Copilot (Microsoft, 2025).
Increased brand reputation and customer trust.
WEAK PASSWORD POLICIES
"Security is always a chain, and it is only as strong as its weakest link. A weak password policy is a broken link."�
— Bruce Schneier,
Security Expert and Cryptographer
13
2.
IDENTIFIED WEAK PASSWORD POLICIES
14
Current password policy :
Minimum of 5 characters.
Mandatory requirement of having one special character.
No additional rules such as case characters.
15
Source: OAIC NDB Report, 2024
CIA TRIAD IMPACTS
16
Confidentiality: allows unauthorized individuals to easily access data
(Microsoft, 2019; NIST SP 800-63B).
Integrity: Easy and direct access to alter and delete data (CISA, OWASP).
Availability: makes data less authentic or unavailable or lock the account
(CISA & MS-ISAC, CIS).
SOLUTIONS
17
WHAT MAKES PASSWORD STRONG?
18
Specific password requirements for user accounts and privileged accounts:
19
(BitWarden.com - Orenstein, 2025)
“Password length is a primary factor in characterizing password strength” (Orenstein, 2025).
The four-character sets are:
BENEFITS
20
WEAK AUTHENTICATION STANDARDS
“Amateurs hack systems; professionals hack people.”�
— Bruce Schneier,
Security Expert and Cryptographer
21
3.
"You can have the strongest castle walls in the world, but it doesn't matter if you leave the key under the doormat.”� - Common Cybersecurity Aphorism / Folk Wisdom
IDENTIFIED AUTHENTICATION ISSUES
22
Current Authentication practices :
Use of Single factor Authentication method.
Use of a password for Authentication.
CIA TRIAD IMPACTS
23
Confidentiality: stolen credential grants attacker unrestricted access (NIST SP 800-53).
Integrity: no barriers to protect data manipulation(PCI DSS),(NIST SP 800-53).
Availability: prone to ransomware and service disruption(ACSC,2022), (NIST SP 800-53).
“They might manage to steal one proof of identity such as your PIN, but they still need to obtain and use the other proofs of identity to access your account”
HOW TO MITIGATE THE ISSUE?
24
Key recommendations for Australian businesses in 2025:
- Educates staff to recognize phishing and the importance of the second factor.
25
(Microsoft, asd.gov.au, NIST)
2. Single Factor Authentication.
26
- BATOI
SFA - VS - MFA
27
Referred: pingidentity, n.d.
BENIFITS
28
UNSECURE CRYPTOGRAPHIC HASHING
ISSUE:
“The application stores user passwords in a database using the Message Digest 4 (MD4) cryptographic hash function”.
29
4.
UNSECURE PROTOCOL
30
UNSECURE PROTOCOL
31
Why use of MD4 is not recommended?
- Hans Dobbertin discovered the first full-round MD4 collision attack in 1995 (Sadeghi-Nasab & Rafe, n.d.).
- susceptibility to collision attacks, where two different inputs produce the same hash output. (mojoauth, n.d.).
Source: Vitis_Libraries, 2020
CIA TRIAD IMPACTS
32
Confidentiality: reverse engineering hashed passwords grants access to password protected data (NIST SP 800-63B, Sec 5.1.1.2).
Integrity: can no longer trust who is making changes
Availability: creates a pathway for complete system takeover through credential harvesting, leading to service disruption. (OWASP, n.d.).
SOLUTIONS
33
1. Argon2id: designed to be both CPU and GPU hard, making it extremely resistance to specialized hardware attacks (Biryukov, A., Dinu, D., & Khovratovich, D, 2017).
2. BCRYPT: Best alternative to argon2id. Thanks to its adaptability and flexibility we can increase its iteration count to counter fast hardware (Provos, N., & Mazières, D. (1999).
3. SCRYPT: Designed to be memory hard.
-Requiring large amounts of RAM for computation, making parallelization with Asics/GPUs economically infeasible (Percival, C., 2009).
NIST SP 800-63B, Sec 5.1.1.2 explicitly warns against using fast, general-purpose hashes for passwords.
34
BENIFITS
35
Automatic salting: increased account protection.
Regulatory compliance: Security of Critical Infrastructure Act requirements : Data storage or processing
Reduced liability and cost.
Customer trust and confidence.
DEFICIENT DATA DISPOSAL
ISSUE:
“The company disposes storage devices with data being deleted using software with a single pass”.
36
5.
37
THE RISKS OF LEFTOVER DATA:
A RECOVERY STUDY
“We purchased six computers over the e-commerce platform eBay in the U.K. We bought a mix of personal and what appeared to be previous work devices. Focusing on those where there was no statement about them being securely wiped”
“It is also worth noting that the data was captured using software that is available to anyone with the right knowledge highlighting its vulnerability to fraudsters and other malicious actors with moderate forensics skills”
(Alvarez & Marsal holdings, 2022)
Keywords: invoice, court, bailiff, applicant.
CIA TRIAD IMPACTS
38
Confidentiality: recoverability of data deleted in single pass makesdata accessible to unauthorized persons (ACSC, 2023),
Integrity: Recovered data cannot be trusted as authentic, as it may have been altered (NIST Special Publication 800-88 Rev. 1).
Availability: Data is unavailable for legitimate use but remains available to threats, causing operational disruption
According to Verizon's 2023 Data Breach Investigations Report (DBIR), which analyzed 16,312 security incidents, 15% of all breaches involved physical assets.
“Take reasonable steps to destroy or permanently de-identify personal information that is no longer needed”.
39
SOLUTIONS
40
- Providers with National Association for Info. Destruction AAA or RS certifications.
- Always ask for a certificate of destruction (cod).
- Conduct regular workshops on proper data handling and device disposal.
- Emphasize that improper data destruction can expose organizations to internal security threats.
3)
2)
BENIFITS
41
1. Controlled data leakages.
-”Ensures that sensitive data does not fall into the wrong hands” (Recycle IT, 2024).
2. Financial and legal benefits (ACCC, 2022).
- According to a PwC survey, 87% of consumers will take their business elsewhere if they don’t trust a company with their data.
Environmental deficiencies and physical security.
“A breach alone is not a disaster, but mishandling it is.”
– Serene Davis
42
6.
ISSUE
43
ISSUE
44
CIA TRIAD IMPACTS
45
Confidentiality: Unauthorized access to Information via access to servers (NIST.SP.1800-28).
Integrity: Physical access allows for direct, undetectable tampering (ISBB, n.d.).
Availability: Operations are highly unreliable, leading to frequent operational disruption (NIST.SP.1800-28).
According to the 2023 Verizon Data Breach Investigations Report (DBIR), 19% of all breaches involved internal actors
SOLUTIONS For �POWER BLACKOUT
46
- providing uninterrupted power during blackouts and protect devices + massive cost savings (SEO, 2025).
- “Emergency backup generators continue to work even during power failures.” (Google, n.d.).
SOLUTIONS - PHYSICAL ACCESS
47
BENIFITS
48
Confidentiality, and Integrity is physically protected: decreased risk of losses from theft and vandalism.
Availability is guaranteed by a stable environment.
Prevents damage and additional costs to equipment and its data
Meets industry standards: aligned with Australian Work Health Safety (WHS) principles.
CONCLUSION
49
Modern Operating Systems deliver productivity gains through new tools and critical security through continuous updates.
Strong Passwords + MFA form an essential barrier, stopping unauthorized access even if credentials are stolen
Modern Cryptography ensures that breached data remains unreadable, protecting customer information at its core.
Secure Data Disposal & Physical Access Control prevent data leaks from discarded assets and unauthorized entry, securing the business's future.
REFERENCES - 1) USE OF OUTDATED OS / WINDOWS 21H1/21H2�
50
51
REFERENCES – 1.2) USE OF OUTDATED OS / WINDOWS 21H1/21H2�
REFERENCES – 1.3) USE OF OUTDATED OS / WINDOWS 21H1/21H2
52
REFERENCES – 1.4) USE OF OUTDATED OS / WINDOWS 21H1/21H2
53
REFERENCES - 2–3) WEAK PASSWORDS & AUTHENTICATION STANDARDS�
54
REFERENCES - 2–3.2) WEAK PASSWORDS & AUTHENTICATION STANDARDS�
55
REFERENCES - 2–3.3) WEAK PASSWORDS & AUTHENTICATION STANDARDS�
56
REFERENCES - 2–3.4) WEAK PASSWORDS & AUTHENTICATION STANDARDS�
57
REFERENCES - 2–3.5) WEAK PASSWORDS & AUTHENTICATION STANDARDS�
58
REFERENCES - 2–3.6) WEAK PASSWORDS & AUTHENTICATION STANDARDS�
59
REFERENCES - 4) MD4 HASHING��
60
REFERENCES – 4.2) MD4 HASHING��
61
REFERENCES – 4.3) MD4 HASHING��
62
REFERENCES – 4.3) MD4 HASHING��
63
REFERENCES - 5) DEFICIENT DATA DISPOSAL���
64
REFERENCES – 5.2) DEFICIENT DATA DISPOSAL���
65
REFERENCES – 5.3) DEFICIENT DATA DISPOSAL���
66
REFERENCES - 6) ENVIRONMENTAL DEFICIENCIES & PHYSICAL SECURITY����
67
REFERENCES – 6.2) ENVIRONMENTAL DEFICIENCIES & PHYSICAL SECURITY����
68
MUCH OBLIGED!