Blog

PowerShell: SentinelOne PowerShell Wrapper

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…

Read More

PowerShell: PokeDex PowerShell Wrapper

Overview: As I have been learning more about leveraging PowerShell and APIs, I decided to work on some fun side projects to put what I learned into action. While I am still quite new to the APIs, this was a fun challenge, and I will be releasing a few more after this initial post, which…

Read More

PowerShell: FanartTV PowerShell Wrapper

Overview: As I have been learning more about leveraging PowerShell and APIs, I decided to work on some fun side projects to put what I learned into action. While I am still quite new to the APIs, this was a fun challenge, and I will be releasing a few more after this initial post, which…

Read More

PowerShell: Send to Teams Channel (Pokemon)

Overview: As I have been learning more about leveraging PowerShell and APIs, I decided to work on some fun side projects to put what I learned into action. While I am still quite new to the APIs and Teams webhooks, this was a fun challenge, and I will be releasing a few more after this…

Read More

PowerShell: Send to Teams Channel (DadJoke)

Overview: As I have been learning more about leveraging PowerShell and APIs, I decided to work on some fun side projects to put what I learned into action. While I am still quite new to the APIs and Teams webhooks, this was a fun challenge, and I will be releasing a few more after this…

Read More

Ping command not found – Ubuntu

Overview: When installing a recent version of Ubuntu 22.04.1 I opted to use the minimal install. When I got into the system I wanted to do a quick ping test to verify that its network was working only to be presented with an error that “Ping: command not found”. I honestly didn’t know that Ping…

Read More

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…

Read More

How To: Install SFTP on Ubuntu 22.04

What is SFTP: SFTP, or Secure File Transfer Protocol, is a secure file transfer protocol that uses secure shell (SSH) encryption to provide a higher level of security for sending and receiving file transfers. SFTP transfers files using SSH and encrypted FTP commands (hence SFTP) to avoid password sniffing and exposing sensitive information in plain…

Read More