-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathFotinet Fortisandbox (Get Reputation) - Get Scan Results.json
More file actions
86 lines (86 loc) · 2.95 KB
/
Fotinet Fortisandbox (Get Reputation) - Get Scan Results.json
File metadata and controls
86 lines (86 loc) · 2.95 KB
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
{
"@type": "Workflow",
"triggerLimit": null,
"name": "Fotinet Fortisandbox (Get Reputation) - Get Scan Results",
"aliasName": null,
"tag": null,
"description": "Retrieves the job verdict details for submitted samples based on the specified job ID.",
"isActive": false,
"debug": false,
"singleRecordExecution": false,
"remoteExecutableFlag": false,
"parameters": [
"job_id"
],
"synchronous": false,
"collection": "\/api\/3\/workflow_collections\/deaa4d19-7444-4f3a-a80e-9577436f25ef",
"versions": [],
"triggerStep": "\/api\/3\/workflow_steps\/9f2f7418-c574-4131-b197-e3cd332824ab",
"steps": [
{
"@type": "WorkflowStep",
"name": "Get Details of Submitted File",
"description": null,
"arguments": {
"name": "Fortinet FortiSandbox",
"config": "9e32387e-87bc-42b3-9bb8-02831dbeef3e",
"params": {
"jid": "{{vars.input.params['job_id']}}"
},
"version": "1.0.1",
"do_until": {
"delay": "60",
"retries": "5",
"condition": "{{(vars.result.data.result.data.finish_ts != 0)}}"
},
"connector": "fortinet-fortisandbox",
"operation": "get_scan_result_job",
"operationTitle": "Get Job Verdict Detail",
"step_variables": []
},
"status": null,
"top": "160",
"left": "128",
"stepType": "\/api\/3\/workflow_step_types\/0bfed618-0316-11e7-93ae-92361f002671",
"uuid": "c0b4a67c-5401-4e57-b7c7-58c422c25fa9"
},
{
"@type": "WorkflowStep",
"name": "Start",
"description": null,
"arguments": {
"step_variables": {
"input": {
"params": {
"job_id": "{{ vars.job_id }}"
}
}
}
},
"status": null,
"top": "30",
"left": "125",
"stepType": "\/api\/3\/workflow_step_types\/b348f017-9a94-471f-87f8-ce88b6a7ad62",
"uuid": "9f2f7418-c574-4131-b197-e3cd332824ab"
}
],
"routes": [
{
"@type": "WorkflowRoute",
"name": "Start -> Get Details of Submitted File",
"targetStep": "\/api\/3\/workflow_steps\/c0b4a67c-5401-4e57-b7c7-58c422c25fa9",
"sourceStep": "\/api\/3\/workflow_steps\/9f2f7418-c574-4131-b197-e3cd332824ab",
"label": null,
"isExecuted": false,
"uuid": "071e2e19-0991-4e0c-b087-d56613a02e09"
}
],
"priority": null,
"uuid": "2ae1af2f-28ad-40b7-854b-841a81c65cec",
"owners": [],
"isPrivate": false,
"deletedAt": null,
"recordTags": [
"Subroutine"
]
}