Welcome to our

Cyber Security News Aggregator

.

Cyber Tzar

provide a

cyber security risk management

platform; including automated penetration tests and risk assesments culminating in a "cyber risk score" out of 1,000, just like a credit score.

MalwLess Simulator Tool (MST).

published on 2018-05-03 21:11:30 UTC by cydec
Content:

MalwLess is a open source tool developed in C# for blue teams that allows you to test your SIEM and security systems. Basically you can simulate the behaviour of a malicious attack or system compromise without the need to run processes or exploits in the network. It provides a framework based on rules that anyone can write, so when a new technique or attack comes out you can write your own rules and share it a with the community.

MalwLess V1.0.1

These rules are parsed and written directly to the Windows EventLog.

Requirements:
+ It is necessary to have sysmon installed in your system. https://docs.microsoft.com/en-us/sysinternals/downloads/sysmon
+ Visual Studio

Download:

git clone https://github.com/n0dec/MalwLess && cd MalwLess
Build Using CommandLine
csc.exe -out:My.exe Program.cs

Or DOwnload Binary Here
https://github.com/n0dec/MalwLess/releases

Source: https://github.com/n0dec

Article: MalwLess Simulator Tool (MST). - published about 6 years ago.

https://seclist.us/malwless-simulator-tool-mst.html   
Published: 2018 05 03 21:11:30
Received: 2022 07 28 18:50:49
Feed: Security List Network™
Source: Security List Network™
Category: News
Topic: Security Tooling
Views: 0

Custom HTML Block

Click to Open Code Editor