Other Posts Tagged "Windows STIG"
Today I Learned about Ansible and Block/Rescue Modules
What SimeonOnSecurity learned about and found interesting today
SimeonOnSecurity learned and discovered several interesting things today related to Windows security and automation using Ansible.
First, two new and updated repositories were identified. The Windows_STIG_Ansible repository provides a complete solution for configuring Windows systems to meet Security Technical Implementation Guide (STIG) requirements, using the Ansible automation platform. The windows_stigs repository is a collection of Ansible roles for configuring Windows systems to meet STIG requirements, and it is available on Ansible Galaxy, a central repository for sharing Ansible content.
Today I Learned How to Manipulate and Parse JSON in PowerShell and Bash
What SimeonOnSecurity learned about and found interesting today
SimeonOnSecurity has updated a page on his website and learned about a few resources that he finds interesting. The updated page is the writeup for the Invite Challenge on HackTheBox. This page provides an in-depth analysis of the process of solving the challenge on both Windows and Linux systems.
In addition to the updated page, SimeonOnSecurity also discovered some useful learning resources. One of these resources is a blog post by Cameron Nokes that focuses on working with JSON in bash using the jq tool. The jq tool is a command-line utility that makes it easy to parse, filter, and manipulate JSON data.