Posts

Showing posts from January, 2025

Week 8 - BSIT380-T303 System Hardening and Network R - Network Application Filtering

Network and application filtering are vital for securing digital environments by managing access, protecting sensitive data, and ensuring regulatory compliance. Various methods cater to different needs, offering a range of security and performance benefits. Packet filtering is a fundamental technique that inspects data packets based on rules like IP addresses, protocols, and ports. It is lightweight and efficient but lacks deep content analysis. Stateful inspection enhances this by tracking active connections, offering dynamic and robust filtering, though it requires more processing power. For more advanced needs, deep packet inspection (DPI) delves into packet content, detecting malicious payloads and enforcing content-based policies. While highly effective, DPI can be resource-intensive and raise privacy concerns. Web application firewalls (WAFs) specialize in protecting web applications from threats like SQL injection and XSS, providing targeted security but limited scope. Other m...

Week 7 - BSIT380-T303 System Hardening and Network R - Advanced Techniques for E-mail Analysis

     Email analysis is a critical skill in cybersecurity and digital forensics, enabling professionals to detect threats, prevent fraud, and extract valuable intelligence. Advanced techniques include header analysis to trace the email’s origin, path, and authenticity using SPF, DKIM, and DMARC checks. Content analysis leverages natural language processing (NLP) and machine learning to identify phishing attempts, data leaks, and malicious patterns. Inspecting attachments and URLs through sandboxes and threat intelligence databases helps uncover hidden malware and malicious payloads. AI-powered tools further enhance email analysis by automating threat classification and detecting zero-day attacks through pattern recognition. Correlating email data with threat intelligence provides insights into known malicious actors, while reconstructing email timelines aids forensic investigations. These methods ensure organizations can secure communication channels, safeguard sensitive i...

Week 6 - BSIT380-T303 System Hardening and Network R - How to protect data using hardware-based security.

     As digital threats become more sophisticated, relying solely on software-based security measures isn’t enough. Hardware-based security offers an extra layer of protection by safeguarding data at the physical level. One of the most common hardware solutions is the Trusted Platform Module (TPM), a chip that securely stores encryption keys and sensitive data, protecting it even if the hardware is stolen. TPMs can be used for disk encryption, ensuring that data remains encrypted and inaccessible without the correct authentication. Another key tool is Secure Boot, a feature that ensures only trusted software loads during system startup, preventing malicious software from gaining access to the system. Additionally, hardware security keys, like YubiKey, offer robust two-factor authentication by using cryptographic keys to ensure only authorized users can access critical systems.      Hardware-based full-disk encryption solutions, such as self-encrypting drive...