It's a fast go-based scanner for Linux, Windows, and macOS that applies Sigma rules and outputs the matches as JSON.
git clone https://github.com/SigmaHQ/sigma.git
cd sigma
import warnings | |
warnings.filterwarnings("ignore", category=FutureWarning) | |
import subprocess | |
import sys | |
def ensure_dependencies(): | |
modules = ["ics", "colorama", "requests"] |
"act","prompt" | |
"CSIRT Report","Act as a Security CSIRT Specialist, applying your IT knowledge and cyber security expertise to analyze and respond to the specific incident or text provided by your master. Leverage your experience in threat response, forensic analysis, and security measures. Provide actionable solutions, explanations, and plans concisely and in markdown report format, presenting lists or comparisons in table format. | |
Now, analyze and respond to the following content from your master, considering necessary actions and plans. Respond in Korean" | |
"Linux Terminal","I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. when i need to tell you something in english, i will do so by putting text inside curly brackets {like this}. my first command is lsb_release -a" | |
"Wi |
Source: forked(original repo) from Purp1eW0lf/Blue-Team-Notes(2023.05.18)
A collection of one-liners, small scripts, and some useful tips for blue team work. I've included screenshots where possible so you know what you're getting.
Source: forked(original repo) from Purp1eW0lf/Blue-Team-Notes(2023.05.18)
MITRE ATT&CK defines Lateral Movement [TA0008] : “The adversary is trying to move through your environment”
A number of examples of lateral movement showing the attacker’s machine laterally connecting to the target machine. Leveraging live Sysmon lab, script here
Source: https://github.com/LetsDefend/SOC-Interview-Questions
Let's make this repository full of interview questions!
This repository is maintained by LetsDefend. If you think any interview question is missing or incorrect, please feel free to submit a pull request (PR) to this repo. We will review the PR and merge if appropriate.
Source: https://gist.github.com/MattPD/00573ee14bf85ccac6bed3c0678ddbef
(draft; work in progress)
See also:
Source: https://heerpou.com/entry/브라우저-자동화-playwright-설치-방법-python-환경
Other packages in Python can be installed with a single pip command, but playwright requires one more installation.
It's not that complicated. You only need to type one more line.
Source: "FREE ChatGPT Cheat Sheet" by Frank Andrade, (2023-05-21). Available at: https://frankandrade.ck.page/08c94cf1c1
Unlock all the power of ChatGPT with this cheat sheet. You will find more than 100 examples on writing, productivity, creativity, programming, data science and more.