/RedBlueNotes

Personal notes from Red teamer for Blue/Red/Purple.

RedBlueNotes

red

Personal notes and collection of useful links.

Collection in early stage - more details will be added (URL/Description).

Approach

Lab

.NET ETW

Windows syscalls

(API) (un)hook

EDR telemetry

Build offensive tools

Infrastrcuture

Evasion

Cloud

Lateral movement

DLLs

Injections

Situational Awareness

Phishing

Phishing platforms

  • sendgrid
    • useful service but honestly, You need Pro pain plan to be lucky not to be on a spamlist
  • mailgun
    • haven't had any problem
  • Amazon AWS SES

Download and execute

Reports and management

SSH

  • If you are always looking through your ssh conf files for a specific host entry, this simple bash function might be just what you need.
function getssh() {
  awk "/$1/,/^$/" < ~/.ssh/include/*
}

SSH configs

Tools

HW