Basic malware analysis of Malware.Unknown.exe

Basic analysis of simple malware

  • Overview: I am working on increasing my ability to analyze malware to help discover what it does to protect my environment
  • Objective: understanding its behavior, capabilities, or indicators of compromise (IOCs) to create alerts in SIEM for future prevention of incidents.

Background

  • Malware Family: No known malware family
  • Initial Discovery: This is a test malware that was made for training purposes
  • Targets: The target audience are those that want to dive deeper into cybersecurity
  • Known Impacts: Creates a file with unknown impacts currently needs further investigation if it was real malware and not a test sample.

Static Analysis

  • File Details:

Read more

Creating a Blog with Automated Posting Using PowerShell

Creating a Blog with Automated Posting Using PowerShell

Introduction

Welcome to this walkthrough! Here, I’ll share how I created my blog and automated its updates using PowerShell. This post covers the writing platform, the automation process, and how to set up a webhook for instant deployment without manual intervention. Along the way, I’ll also discuss challenges I faced and how I resolved them. Let’s dive in!

Prerequisites

Before starting, there are several tools and prerequisites required:

Read more