You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Get the latest Google Threat Intelligence report for a file that was privately submitted to Google Threat Intelligence for scanning",
8
+
"dataTypeList": ["file"],
9
+
"command": "GoogleThreatIntelligence/gti.py",
10
+
"baseConfig": "GTI_ScanPrivateFile",
11
+
"config": {
12
+
"service": "privateScan"
13
+
},
14
+
"configurationItems": [
15
+
{
16
+
"name": "gti_api_key",
17
+
"description": "API key for Google Threat Intelligence.",
18
+
"type": "string",
19
+
"multi": false,
20
+
"required": true
21
+
},
22
+
{
23
+
"name": "password",
24
+
"description": "Password used to decompress and scan files contained within password-protected ZIP archives.",
25
+
"type": "string",
26
+
"multi": false,
27
+
"required": false
28
+
},
29
+
{
30
+
"name": "command_line",
31
+
"description": "Command-line arguments to be used when executing the file in sandbox environments.",
32
+
"type": "string",
33
+
"multi": false,
34
+
"required": false
35
+
},
36
+
{
37
+
"name": "disable_sandbox",
38
+
"description": "If true, the file will not be detonated in sandbox environments.",
39
+
"type": "boolean",
40
+
"multi": false,
41
+
"required": false,
42
+
"defaultValue": false
43
+
},
44
+
{
45
+
"name": "enable_internet",
46
+
"description": "Specifies whether the file should have internet access while running in sandbox environments.",
47
+
"type": "boolean",
48
+
"multi": false,
49
+
"required": false,
50
+
"defaultValue": false
51
+
},
52
+
{
53
+
"name": "retention_period_days",
54
+
"description": "Number of days the report and file are retained in VirusTotal (1–28). If not set, the group's retention policy is applied.",
55
+
"type": "number",
56
+
"multi": false,
57
+
"required": false,
58
+
"defaultValue": 1
59
+
},
60
+
{
61
+
"name": "interaction_sandbox",
62
+
"description": "Specifies the sandbox to use for interactive analysis. Allowed values: cape_win, cape_linux.",
63
+
"type": "string",
64
+
"multi": false,
65
+
"required": false
66
+
},
67
+
{
68
+
"name": "interaction_timeout",
69
+
"description": "Timeout for interactive sessions, in seconds. Minimum: 60 (1 minute), Maximum: 1800 (30 minutes).",
70
+
"type": "number",
71
+
"multi": false,
72
+
"required": false,
73
+
"defaultValue": 60
74
+
},
75
+
{
76
+
"name": "locale",
77
+
"description": "Preferred sandbox locale. On Windows, this sets the analysis machine’s language and keyboard settings. Allowed values: EN_US, AR_SA, DE_DE, ES_ES, PT_BR.",
78
+
"type": "string",
79
+
"multi": false,
80
+
"required": false,
81
+
"defaultValue": "EN_US"
82
+
},
83
+
{
84
+
"name": "storage_region",
85
+
"description": "Region where files will be stored. If not provided, uses the group's private_scanning.storage_region setting. Allowed values: US, CA, EU, GB.",
"description": "Get the latest Google Threat Intelligence report for a URL that was privately submitted to Google Threat Intelligence for scanning",
8
+
"dataTypeList": ["url"],
9
+
"command": "GoogleThreatIntelligence/gti.py",
10
+
"baseConfig": "GTI_ScanPrivateURL",
11
+
"config": {
12
+
"service": "privateScan"
13
+
},
14
+
"configurationItems": [
15
+
{
16
+
"name": "gti_api_key",
17
+
"description": "API key for Google Threat Intelligence.",
18
+
"type": "string",
19
+
"multi": false,
20
+
"required": true
21
+
},
22
+
{
23
+
"name": "sandboxes",
24
+
"description": "Comma-separated list of sandbox environments to use. e.g., chrome_headless_linux,cape_win,zenbox_windows.",
25
+
"type": "string",
26
+
"multi": false,
27
+
"required": false
28
+
},
29
+
{
30
+
"name": "retention_period_days",
31
+
"description": "Number of days the report and URL are retained in VirusTotal (1–28). If not set, the group's retention policy is applied.",
32
+
"type": "number",
33
+
"multi": false,
34
+
"required": false,
35
+
"defaultValue": 1
36
+
},
37
+
{
38
+
"name": "storage_region",
39
+
"description": "Region where the URL will be stored. Defaults to the group's private_scanning.storage_region setting. Allowed values: US, CA, EU, GB.",
40
+
"type": "string",
41
+
"multi": false,
42
+
"required": false
43
+
},
44
+
{
45
+
"name": "interaction_timeout",
46
+
"description": "Timeout for interactive sandbox sessions, in seconds. Minimum: 60 (1 minute), Maximum: 1800 (30 minutes).",
0 commit comments