-
Notifications
You must be signed in to change notification settings - Fork 6
/
learn.json
38 lines (38 loc) · 1.59 KB
/
learn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"title": {
"us": "Building and Securing a Network with a Demilitarized Zone",
"es": "Construyendo y Asegurando una Red con una Zona Desmilitarizada"
},
"slug": "building-and-securing-a-network-with-a-demilitarized-zone",
"description": {
"us": "Learn how to create a simulated network environment that includes a Demilitarized Zone, configure firewalls, gateways, and network detection systems, and ensure network security.",
"es": "Aprende a crear un entorno de red simulado que incluya una Zona Desmilitarizada, configura firewalls, gateways y sistemas de detección de red, y garantiza la seguridad de la red."
},
"preview": "https://github.com/breatheco-de/Building-and-Securing-a-Network-with-a-DMZ/blob/main/assets/preview.jpg?raw=true",
"repository": "https://github.com/breatheco-de/Building-and-Securing-a-Network-with-a-DMZ",
"duration": 4,
"difficulty": "intermediate",
"bugsLink": "https://github.com/breatheco-de/breatheco-de/issues/new",
"technologies": [
"cybersecurity",
"networking",
"firewalls",
"network security",
"ciberseguridad",
"redes",
"cortafuego",
"zona desmilitarizada",
"seguridad de red"
],
"graded": false,
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"delivery": {
"instructions": {
"en": "Please attach your finished pka file and upload it here",
"es": "Por favor adjunta tu archivo pka listo y cárgalo aquí"
},
"formats": ["application/octet-stream,.pka"]
}
}