Covert Recruitment

Information security, traditionally focused on technical defenses against digital intrusions, is increasingly grappling with threats that exploit human vulnerabilities, particularly in intelligence gathering and economic espionage. Modern adversaries are employing sophisticated social engineering tactics that leverage personal circumstances to gain access to sensitive information. A recent Reuters report highlights a concerning development: a secretive Chinese Read More …

Conference Video – A Needle in a Haystack

A Needle in a Haystack: How to Find a Threat Hidden in Over 6 Billion Logs Per Day – Brian Davis This video features Brian Davis from Red Canary discussing their approach to detecting security threats within the massive volume of cloud environment logs. He explains their six-stage pipeline: Ingest, Standardize, Combine, Detect, Suppress, and Read More …

Hacker TV – GoFetch

This video demonstrates how GoFetch utilizes Bloodhound attack graph data to automatically pivot from an exploited host to the domain controller.  The demonstration begins in Bloodhound, where the presenter identifies the attack path to the domain controller. After finding a path, the graph is exported for use by the attack script. The presenter then launches GoFetch Read More …

smbclient test for 445

While smbclient is primarily used for interacting with SMB shares (like listing shares or accessing files),, it can implicitly indicate if port 445 is open and accessible. If smbclient can successfully connect to an SMB share on a target system, it means port 445 is open on that system and allowing connections. How it works: When you use smbclient Read More …

FCS – Frame Check Sequence

A Frame Check Sequence (FCS) is an essential component in data communication protocols, serving as a method for error detection. It is a sequence of bits added to the end of a data frame, which allows the receiving device to verify the integrity of the data it has received. Understanding FCS is crucial for new Read More …

Notes :: Kubernetes

 Key topics include: Traditional vs. Kubernetes Challenges: Comparing the challenges of managing applications in traditional virtual machine environments versus containerized Kubernetes environments. Kubernetes Fundamentals: Defining Kubernetes, its origins, why it’s used, and key concepts like cluster architecture, API server, nodes, pods, and network policies. Kubernetes Security Fundamentals: Discussing control plane and data plane protection, including API protection, encryption, Read More …

LCP – Link Control Protocol

The Link Control Protocol (LCP) is a critical component of the Point-to-Point Protocol (PPP), which is widely used for establishing direct connections between two network nodes. LCP plays a vital role in the setup, configuration, and management of PPP connections, making it essential for ensuring reliable and efficient data transmission over point-to-point links. Establishing Connections Read More …