Overview: SentinelOne or S1 is an example of a comprehensive enterprise security platform that provides threat detection, hunting, and response features that enable organizations to discover vulnerabilities and protect IT operations. Similar API Wrappers: Introduction: This wrapper is my most considerable undertaking yet and man have I learned a lot about RESTful APIs, GitHub, documentation, and…
Category
Windows
PowerShell: Use Active Directory SPNs to find domain services
Overview: In this article, we will go over some basic high-level ways to find certain domain systems using the information contained in their service principal name (SPN) attribute. I have tested these SPNs against a few dozen different environments and so far everything appears to be correct. Though something that I’ve noticed is that while…
PowerShell: Modern HTML Reports
Overview: ConvertTo-Html is a cool function built directly into Powershell that allows you to generate simple HTML documents. The keyword there being “Simple” as the default output is a little too plain for my liking. I have always wanted to try and make more modern HTML reports so that I could show various data without…