-
Notifications
You must be signed in to change notification settings - Fork 0
/
domain.pddl
147 lines (134 loc) · 3.77 KB
/
domain.pddl
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
(define(domain attack_graph)
(:requirements :strips)
(:predicates
(execcode_10_10_10_14_someuser ?x)
(netaccess_10_10_10_2_tcp_22 ?x)
(attackerlocated_internet ?x)
(networkserviceinfo_10_10_10_2_openssh_tcp_22_someuser ?x)
(execcode_10_10_10_2_someuser ?x)
(networkserviceinfo_10_10_10_1_openssh_tcp_22_someuser ?x)
(vulexists_10_10_10_2_cve_2015_2808_safari_remoteexploit_privescalation ?x)
(hacl_10_10_10_2_10_10_10_14_tcp_25 ?x)
(networkserviceinfo_10_10_10_2_safari_tcp_25_someuser ?x)
(netaccess_10_10_10_1_tcp_22 ?x)
(vulexists_10_10_10_2_cve_2008_5161_openssh_remoteexploit_privescalation ?x)
(networkserviceinfo_10_10_10_1_safari_tcp_25_someuser ?x)
(execcode_10_10_10_1_someuser ?x)
(hacl_internet_10_10_10_1_tcp_25 ?x)
(hacl_10_10_10_1_10_10_10_2_tcp_25 ?x)
(networkserviceinfo_10_10_10_14_openssl_tcp_25_someuser ?x)
(netaccess_10_10_10_14_tcp_25 ?x)
(vulexists_10_10_10_1_cve_2008_5161_openssh_remoteexploit_privescalation ?x)
(netaccess_10_10_10_2_tcp_25 ?x)
(hacl_internet_10_10_10_1_tcp_22 ?x)
(vulexists_10_10_10_14_cve_2016_0800_openssl_remoteexploit_privescalation ?x)
(hacl_10_10_10_1_10_10_10_2_tcp_22 ?x)
(vulexists_10_10_10_1_cve_2015_2808_safari_remoteexploit_privescalation ?x)
(netaccess_10_10_10_1_tcp_25 ?x)
)
(:action rule_2_remote_exploit_of_a_server_program_16
:parameters (?x)
:precondition (and
(netaccess_10_10_10_14_tcp_25 ?x)
(networkserviceinfo_10_10_10_14_openssl_tcp_25_someuser ?x)
(vulexists_10_10_10_14_cve_2016_0800_openssl_remoteexploit_privescalation ?x)
)
:effect (and
(execcode_10_10_10_14_someuser ?x)
)
)
(:action rule_6_direct_network_access_11
:parameters (?x)
:precondition (and
(hacl_internet_10_10_10_1_tcp_25 ?x)
(attackerlocated_internet ?x)
)
:effect (and
(netaccess_10_10_10_1_tcp_25 ?x)
)
)
(:action rule_5_multi_hop_access_18
:parameters (?x)
:precondition (and
(hacl_10_10_10_2_10_10_10_14_tcp_25 ?x)
(execcode_10_10_10_2_someuser ?x)
)
:effect (and
(netaccess_10_10_10_14_tcp_25 ?x)
)
)
(:action rule_2_remote_exploit_of_a_server_program_2
:parameters (?x)
:precondition (and
(netaccess_10_10_10_1_tcp_22 ?x)
(networkserviceinfo_10_10_10_1_openssh_tcp_22_someuser ?x)
(vulexists_10_10_10_1_cve_2008_5161_openssh_remoteexploit_privescalation ?x)
)
:effect (and
(execcode_10_10_10_1_someuser ?x)
)
)
(:action rule_5_multi_hop_access_29
:parameters (?x)
:precondition (and
(hacl_10_10_10_1_10_10_10_2_tcp_25 ?x)
(execcode_10_10_10_1_someuser ?x)
)
:effect (and
(netaccess_10_10_10_2_tcp_25 ?x)
)
)
(:action rule_2_remote_exploit_of_a_server_program_27
:parameters (?x)
:precondition (and
(netaccess_10_10_10_2_tcp_25 ?x)
(networkserviceinfo_10_10_10_2_safari_tcp_25_someuser ?x)
(vulexists_10_10_10_2_cve_2015_2808_safari_remoteexploit_privescalation ?x)
)
:effect (and
(execcode_10_10_10_2_someuser ?x)
)
)
(:action rule_2_remote_exploit_of_a_server_program_9
:parameters (?x)
:precondition (and
(netaccess_10_10_10_1_tcp_25 ?x)
(networkserviceinfo_10_10_10_1_safari_tcp_25_someuser ?x)
(vulexists_10_10_10_1_cve_2015_2808_safari_remoteexploit_privescalation ?x)
)
:effect (and
(execcode_10_10_10_1_someuser ?x)
)
)
(:action rule_6_direct_network_access_4
:parameters (?x)
:precondition (and
(hacl_internet_10_10_10_1_tcp_22 ?x)
(attackerlocated_internet ?x)
)
:effect (and
(netaccess_10_10_10_1_tcp_22 ?x)
)
)
(:action rule_2_remote_exploit_of_a_server_program_21
:parameters (?x)
:precondition (and
(netaccess_10_10_10_2_tcp_22 ?x)
(networkserviceinfo_10_10_10_2_openssh_tcp_22_someuser ?x)
(vulexists_10_10_10_2_cve_2008_5161_openssh_remoteexploit_privescalation ?x)
)
:effect (and
(execcode_10_10_10_2_someuser ?x)
)
)
(:action rule_5_multi_hop_access_23
:parameters (?x)
:precondition (and
(hacl_10_10_10_1_10_10_10_2_tcp_22 ?x)
(execcode_10_10_10_1_someuser ?x)
)
:effect (and
(netaccess_10_10_10_2_tcp_22 ?x)
)
)
)