|
@@ -2,7 +2,7 @@
|
|
devices:[
|
|
devices:[
|
|
{
|
|
{
|
|
id:"Alice",
|
|
id:"Alice",
|
|
- type:"NullComputer",
|
|
|
|
|
|
+ image: "imac",
|
|
ports:1,
|
|
ports:1,
|
|
x:0.25,
|
|
x:0.25,
|
|
y:0.2,
|
|
y:0.2,
|
|
@@ -10,7 +10,6 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id:"Zombie 1",
|
|
id:"Zombie 1",
|
|
- type:"NullComputer",
|
|
|
|
ports:1,
|
|
ports:1,
|
|
x:0.25,
|
|
x:0.25,
|
|
y:0.4,
|
|
y:0.4,
|
|
@@ -18,7 +17,7 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id:"Zombie 2",
|
|
id:"Zombie 2",
|
|
- type:"NullComputer",
|
|
|
|
|
|
+ image: "iphone-1",
|
|
ports:1,
|
|
ports:1,
|
|
x:0.25,
|
|
x:0.25,
|
|
y:0.6,
|
|
y:0.6,
|
|
@@ -26,7 +25,6 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id:"Zombie 3",
|
|
id:"Zombie 3",
|
|
- type:"NullComputer",
|
|
|
|
ports:1,
|
|
ports:1,
|
|
x:0.25,
|
|
x:0.25,
|
|
y:0.8,
|
|
y:0.8,
|
|
@@ -34,7 +32,7 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id:"Google",
|
|
id:"Google",
|
|
- type:"NullComputer",
|
|
|
|
|
|
+ image: "server",
|
|
ports:1,
|
|
ports:1,
|
|
x:0.9,
|
|
x:0.9,
|
|
y:0.5,
|
|
y:0.5,
|
|
@@ -42,7 +40,7 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
id:"Google's Firewall",
|
|
id:"Google's Firewall",
|
|
- type:"Firewall",
|
|
|
|
|
|
+ image: "router",
|
|
ports:5,
|
|
ports:5,
|
|
x:0.7,
|
|
x:0.7,
|
|
y:0.5,
|
|
y:0.5,
|
|
@@ -84,33 +82,33 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
],
|
|
- triggers:{
|
|
|
|
- t0:{
|
|
|
|
|
|
+ triggers:[
|
|
|
|
+ {
|
|
type:"packet",
|
|
type:"packet",
|
|
device:"Google",
|
|
device:"Google",
|
|
payload:{
|
|
payload:{
|
|
network:{srcip:"Zombie 1", dstip:"Google"}
|
|
network:{srcip:"Zombie 1", dstip:"Google"}
|
|
}
|
|
}
|
|
- },
|
|
|
|
- t1:{
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
type:"packet",
|
|
type:"packet",
|
|
device:"Google",
|
|
device:"Google",
|
|
payload:{
|
|
payload:{
|
|
network:{srcip:"Zombie 2", dstip:"Google"}
|
|
network:{srcip:"Zombie 2", dstip:"Google"}
|
|
}
|
|
}
|
|
- },
|
|
|
|
- t2:{
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
type:"packet",
|
|
type:"packet",
|
|
device:"Google",
|
|
device:"Google",
|
|
payload:{
|
|
payload:{
|
|
network:{srcip:"Zombie 3", dstip:"Google"}
|
|
network:{srcip:"Zombie 3", dstip:"Google"}
|
|
}
|
|
}
|
|
- },
|
|
|
|
- t3:{
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
type:"packet",
|
|
type:"packet",
|
|
device:"Google",
|
|
device:"Google",
|
|
times:60
|
|
times:60
|
|
- }
|
|
|
|
- },
|
|
|
|
- nextLevel:"03 DoS/dos03.json"
|
|
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ nextLevel:10
|
|
}
|
|
}
|