Files
ai-llm-red-team-handbook/docs/assets/rec2_attack_chain.svg
T

22 lines
4.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 200">
<defs>
<pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse">
<path d="M 40 0 L 0 0 0 40" fill="none" stroke="#D4AF37" stroke-width="0.5" opacity="0.15"/>
</pattern>
<marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#D4AF37" />
</marker>
<marker id="dot" markerWidth="6" markerHeight="6" refX="3" refY="3" orient="auto">
<circle cx="3" cy="3" r="3" fill="#D4AF37" />
</marker>
</defs>
<rect width="100%" height="100%" fill="#050505" />
<rect width="100%" height="100%" fill="url(#grid)" />
<text x="400" y="30" fill="#FFD700" font-family="Courier New" font-size="20" text-anchor="middle">ATTACK CHAIN</text><polygon points="60,80 160,80 170,90 170,130 160,140 60,140 50,130 50,90" fill="#1A1A1A" stroke="#D4AF37" stroke-width="1.5" fill-opacity="0.8" /><text x="55" y="90" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="160" y="138" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="110.0" y="114.0" fill="#FFD700" font-family="Courier New" font-size="12" font-weight="bold" text-anchor="middle">Recon</text><line x1="170" y1="110" x2="200" y2="110" stroke="#D4AF37" stroke-width="1.5" marker-end="url(#arrowhead)" /><polygon points="210,80 310,80 320,90 320,130 310,140 210,140 200,130 200,90" fill="#1A1A1A" stroke="#D4AF37" stroke-width="1.5" fill-opacity="0.8" /><text x="205" y="90" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="310" y="138" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="260.0" y="114.0" fill="#FFD700" font-family="Courier New" font-size="12" font-weight="bold" text-anchor="middle">Social Eng</text><line x1="320" y1="110" x2="350" y2="110" stroke="#D4AF37" stroke-width="1.5" marker-end="url(#arrowhead)" /><polygon points="360,80 460,80 470,90 470,130 460,140 360,140 350,130 350,90" fill="#1A1A1A" stroke="#D4AF37" stroke-width="1.5" fill-opacity="0.8" /><text x="355" y="90" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="460" y="138" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="410.0" y="114.0" fill="#FFD700" font-family="Courier New" font-size="12" font-weight="bold" text-anchor="middle">Prompt Inj</text><line x1="470" y1="110" x2="500" y2="110" stroke="#D4AF37" stroke-width="1.5" marker-end="url(#arrowhead)" /><polygon points="510,80 610,80 620,90 620,130 610,140 510,140 500,130 500,90" fill="#1A1A1A" stroke="#D4AF37" stroke-width="1.5" fill-opacity="0.8" /><text x="505" y="90" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="610" y="138" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="560.0" y="114.0" fill="#FFD700" font-family="Courier New" font-size="12" font-weight="bold" text-anchor="middle">Priv Esc</text><line x1="620" y1="110" x2="650" y2="110" stroke="#D4AF37" stroke-width="1.5" marker-end="url(#arrowhead)" /><polygon points="660,80 760,80 770,90 770,130 760,140 660,140 650,130 650,90" fill="#1A1A1A" stroke="#D4AF37" stroke-width="1.5" fill-opacity="0.8" /><text x="655" y="90" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="760" y="138" fill="#D4AF37" font-family="Courier New" font-size="8" opacity="0.6">+</text><text x="710.0" y="114.0" fill="#FFD700" font-family="Courier New" font-size="12" font-weight="bold" text-anchor="middle">Data Exfil</text>
<!-- Global Tech Overlay -->
<rect x="10" y="10" width="780" height="180" fill="none" stroke="#D4AF37" stroke-width="2" opacity="0.3" />
<text x="20" y="30" fill="#D4AF37" font-family="Courier New" font-size="10" opacity="0.5">SYS.DIAG.v.9.0</text>
<text x="680" y="180" fill="#D4AF37" font-family="Courier New" font-size="10" opacity="0.5">UNAUTHORIZED ACCESS_</text>
</svg>