-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsample_assessment.json
66 lines (66 loc) · 1.6 KB
/
sample_assessment.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
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
{
"campaigns": [
{
"completed_date": "01/01/2025 14:00",
"group_name": "RVXX1-G1",
"launch_date": "01/01/2025 13:00",
"name": "RVXXX1-C1",
"page_name": "RVXXX1-1-AutoForward",
"smtp": {
"from_address": "Camp1 Phish<[email protected]>",
"host": "postfix:587",
"ignore_cert": true,
"interface_type": "SMTP",
"name": "RVXXX1-SP"
},
"template": {
"html": "<html>Body Test</html>",
"name": "RVXXX1-T1-ID",
"subject": "Campaign 1",
"text": "Body Test"
},
"url": "http://bad.domain/camp1"
}
],
"domain": "bad.domain",
"end_date": "01/06/2025 19:00",
"groups": [
{
"name": "RVXXX1-G1",
"targets": [
{
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"position": "IT"
},
{
"email": "[email protected]",
"first_name": "Jane",
"last_name": "Smith",
"position": "HR"
}
]
}
],
"id": "RVXXX1",
"pages": [
{
"capture_credentials": true,
"capture_passwords": false,
"html": "<html>Test</html>",
"name": "RVXXX1-1-AutoForward",
"redirect_url": "http://domain.tld/page"
},
{
"capture_credentials": true,
"capture_passwords": false,
"html": "<html>Test</html>",
"name": "RVXXX1-2-AutoForward",
"redirect_url": "http://other_domain.tld/page"
}
],
"start_date": "01/01/2025 13:00",
"target_domain": "domain.test",
"timezone": "US/Eastern"
}