Zero Trust and Entra ID Conditional Access, (Sun, Jan 19th)

Microsoft Entra ID (Formerly Azure AD) Conditional Access (CA) policies are the key components to a Zero Trust strategy, as it provides the ability to function as the front door for users and devices. CA policies use attributes, or signals, of various components as variables to be used to enforce specific access controls. Attributes include user and device attributes, such as location and device risk. By defining and controlling the conditions in which access is granted, we can reduce risk and enhance security.

Continue reading Zero Trust and Entra ID Conditional Access, (Sun, Jan 19th)

Posted in Uncategorized

New tool: immutable.py, (Sat, Jan 18th)

When performing triage on a Linux system you suspect might be compromised, there are many aspects of the system that you may want to look at. In SANS FOR577, we talk about some existing tools and even writing your own bash script to collect triage data. In a case I worked a year or so ago, the attacker installed an LD&#x5f&#x3b;PRELOAD rootkit, which was itself pretty interesting, but one aspect that was a little unusual in this case was that they also set the immutable bit on /etc/ld.so.preload. I&#39&#x3b;ve used the find command to find suid and guid binaries and scripts, but it is a bit more of a pain to find files with the immutable bit. So, I wrote by a Python script that takes one or more file or directory names and returns the names of any that have the immutable bit. You can also add a switch to search recursively and another to return full path rather than relative (the default). I figured I can&#39&#x3b;t be the only person who ever needed a tool like this, so I&#39&#x3b;ve added it to my GitHub script repo.

Continue reading New tool: immutable.py, (Sat, Jan 18th)

Posted in Uncategorized

The Curious Case of a 12-Year-Old Netgear Router Vulnerability, (Wed, Jan 15th)

<!– wp:paragraph –>Routers play an essential role in networking and are one of the key components that allow users to have internet connectivity. Vulnerabilities in routers could result in reduced speeds or the possibility of vulnerable equipment being compromised and turned into part of a botnet. While looking at the DShield weblogs, I noticed an interesting URL in the “First Seen” URLs page as follows:

Continue reading The Curious Case of a 12-Year-Old Netgear Router Vulnerability, (Wed, Jan 15th)

Posted in Uncategorized

Microsoft January 2025 Patch Tuesday, (Tue, Jan 14th)

This month&#;x26;#;39;s Microsoft patch update addresses a total of 209 vulnerabilities, including 12 classified as critical. Among these, 3 vulnerabilities have been actively exploited in the wild, and 5 have been disclosed prior to the patch release, marking them as zero-days. The updates span various components, with significant attention required for vulnerabilities that could lead to privilege escalation and remote code execution. Users and administrators are strongly advised to prioritize the application of these patches to safeguard against potential threats and maintain system integrity.

Continue reading Microsoft January 2025 Patch Tuesday, (Tue, Jan 14th)

Posted in Uncategorized

Microsoft January 2025 Patch Tuesday, (Tue, Jan 14th)

This month&#;x26;#;39;s Microsoft patch update addresses a total of 209 vulnerabilities, including 12 classified as critical. Among these, 3 vulnerabilities have been actively exploited in the wild, and 5 have been disclosed prior to the patch release, marking them as zero-days. The updates span various components, with significant attention required for vulnerabilities that could lead to privilege escalation and remote code execution. Users and administrators are strongly advised to prioritize the application of these patches to safeguard against potential threats and maintain system integrity.

Continue reading Microsoft January 2025 Patch Tuesday, (Tue, Jan 14th)

Posted in Uncategorized