Skip to content

Instantly share code, notes, and snippets.

@Antonlovesdnb
Antonlovesdnb / index.html
Created March 7, 2026 19:25
module10markmap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module 10: End-to-End Purple Team Workflow</title>
<style>
html, body {
margin: 0;
padding: 0;
@Antonlovesdnb
Antonlovesdnb / index.html
Created March 7, 2026 19:23
module9markmap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module 9: Reports & Artifacts</title>
<style>
html, body {
margin: 0;
padding: 0;
@Antonlovesdnb
Antonlovesdnb / index.html
Created March 7, 2026 19:21
module8markmap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module 8: Complex Analysis - Threat Intel & Multi-Source Correlation</title>
<style>
html, body {
margin: 0;
padding: 0;
@Antonlovesdnb
Antonlovesdnb / index.html
Created March 7, 2026 19:20
module7markmap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module 7: Hooks - Automation Triggers</title>
<style>
html, body {
margin: 0;
padding: 0;
@Antonlovesdnb
Antonlovesdnb / index.html
Created March 7, 2026 19:16
module5markmap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module 5: Skills - Codifying Methodology</title>
<style>
html, body {
margin: 0;
padding: 0;
@Antonlovesdnb
Antonlovesdnb / index.html
Created March 7, 2026 19:14
modul4markmap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module 4: MCP - Detection Knowledge Bases</title>
<style>
html, body {
margin: 0;
padding: 0;
@Antonlovesdnb
Antonlovesdnb / index.html
Created March 7, 2026 19:13
module3markmap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module 3: MCP - Wrapping Security CLIs</title>
<style>
html, body {
margin: 0;
padding: 0;
@Antonlovesdnb
Antonlovesdnb / index.html
Created March 7, 2026 19:08
module2markmap
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module 2: Building Your First Security Tool</title>
<style>
html, body {
margin: 0;
padding: 0;
@Antonlovesdnb
Antonlovesdnb / index.html
Last active March 7, 2026 19:01
module1map
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Module 1: The Claude Ecosystem</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body, svg { width: 100%; height: 100%; }
body { background: #ffffff; }
<Rule name="Chromium Incoming Network Connect" groupRelation="and">
<Initiated condition="is">false</Initiated>
<SourceIp condition="contains any">127.0.0.1;0:0:0:0:0:0:0:1</SourceIp>
</Rule>
<Rule groupRelation="and" name="Suspicous ImageLoad-umpdc">
<!--https://strontic.github.io/xcyclopedia/library/umpdc.dll-EA034AD86D4E3364D11AC60C3DC8F78E.html -->
<Image condition="excludes any">C:\Windows\;C:\Program</Image>
<ImageLoaded condition="contains">umpdc.dll</ImageLoaded>
</Rule>