breakout-custom/conf/bricks-cybersec.json

31 lines
2.1 KiB
JSON
Raw Normal View History

2024-09-06 23:53:24 +00:00
[
2024-09-07 23:22:33 +00:00
{"x": 20, "y": 50, "color": "#4A90E2", "textColor": "#FFFFFF", "text": "Firewall"},
{"x": 120, "y": 50, "color": "#FF6B6B", "textColor": "#FFFFFF", "text": "Ransomware"},
{"x": 220, "y": 50, "color": "#50E3C2", "textColor": "#000000", "text": "Zero Trust"},
{"x": 320, "y": 50, "color": "#F5A623", "textColor": "#000000", "text": "Encryption"},
{"x": 420, "y": 50, "color": "#D0021B", "textColor": "#FFFFFF", "text": "Data Breach"},
2024-09-06 23:53:24 +00:00
2024-09-07 23:22:33 +00:00
{"x": 20, "y": 90, "color": "#7ED321", "textColor": "#000000", "text": "VPN"},
{"x": 120, "y": 90, "color": "#9013FE", "textColor": "#FFFFFF", "text": "Phishing"},
{"x": 220, "y": 90, "color": "#4A4A4A", "textColor": "#FFFFFF", "text": "SIEM"},
{"x": 320, "y": 90, "color": "#B8E986", "textColor": "#000000", "text": "IDS/IPS"},
{"x": 420, "y": 90, "color": "#54C7FC", "textColor": "#000000", "text": "DDoS"},
2024-09-06 23:53:24 +00:00
2024-09-07 23:22:33 +00:00
{"x": 20, "y": 130, "color": "#FF9FF3", "textColor": "#000000", "text": "Malware"},
{"x": 120, "y": 130, "color": "#FFA94D", "textColor": "#000000", "text": "2FA/MFA"},
{"x": 220, "y": 130, "color": "#4A90E2", "textColor": "#FFFFFF", "text": "EDR"},
{"x": 320, "y": 130, "color": "#50E3C2", "textColor": "#000000", "text": "IAM"},
{"x": 420, "y": 130, "color": "#F5A623", "textColor": "#000000", "text": "CASB"},
2024-09-06 23:53:24 +00:00
2024-09-07 23:22:33 +00:00
{"x": 20, "y": 170, "color": "#D0021B", "textColor": "#FFFFFF", "text": "APT"},
{"x": 120, "y": 170, "color": "#7ED321", "textColor": "#000000", "text": "SOAR"},
{"x": 220, "y": 170, "color": "#9013FE", "textColor": "#FFFFFF", "text": "SOC"},
{"x": 320, "y": 170, "color": "#4A4A4A", "textColor": "#FFFFFF", "text": "WAF"},
{"x": 420, "y": 170, "color": "#B8E986", "textColor": "#000000", "text": "DMARC"},
2024-09-06 23:53:24 +00:00
2024-09-07 23:22:33 +00:00
{"x": 20, "y": 210, "color": "#FF6B6B", "textColor": "#000000", "text": "Backdoor"},
{"x": 120, "y": 210, "color": "#54C7FC", "textColor": "#000000", "text": "Sandbox"},
{"x": 220, "y": 210, "color": "#FF9FF3", "textColor": "#000000", "text": "MITM"},
{"x": 320, "y": 210, "color": "#FFA94D", "textColor": "#000000", "text": "Honeypot"},
{"x": 420, "y": 210, "color": "#4A90E2", "textColor": "#FFFFFF", "text": "CVE"}
2024-09-06 23:53:24 +00:00
]