-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrest_ingest.json
124 lines (124 loc) · 4.15 KB
/
rest_ingest.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
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
{
"appid": "95e3bcff-bfca-454d-b59e-768da6280c38",
"name": "REST Data Source",
"description": "This app implements custom REST handlers for external implementations to push ingest data such as events and artifacts into Phantom",
"verbose": "STIX parser tested with STIX version 1.2 xmls",
"type": "generic",
"publisher": "Splunk",
"main_module": "rest_connector.py",
"app_version": "2.0.11",
"utctime_updated": "2025-01-13T11:07:18.000000Z",
"package_name": "phantom_restingest",
"product_vendor": "Generic",
"product_name": "REST Data Source",
"min_phantom_version": "6.3.0",
"logo": "logo_restapi.svg",
"logo_dark": "logo_restapi_dark.svg",
"license": "Copyright (c) 2016-2025 Splunk Inc.",
"fips_compliant": true,
"product_version_regex": ".*",
"python_version": "3",
"require_auth_token": true,
"latest_tested_versions": [
""
],
"rest_handler": "rest_connector.handle_request",
"configuration": {
"parse_script": {
"data_type": "file",
"description": "Custom Python REST handler",
"extensions": ".py",
"order": 0
},
"stock_scripts": {
"data_type": "string",
"description": "Preconfigured parsing scripts",
"order": 1,
"value_list": [
"STIX",
"FireEye"
]
}
},
"actions": [],
"pip_dependencies": {
"wheel": [
{
"module": "cybox",
"input_file": "wheels/shared/cybox-2.1.0.21-py2.py3-none-any.whl"
},
{
"module": "decorator",
"input_file": "wheels/shared/decorator-4.4.2-py2.py3-none-any.whl"
},
{
"module": "jsonpath_rw",
"input_file": "wheels/py3/jsonpath_rw-1.4.0-py3-none-any.whl"
},
{
"module": "libtaxii",
"input_file": "wheels/shared/libtaxii-1.1.119-py2.py3-none-any.whl"
},
{
"module": "lxml",
"input_file": "wheels/py36/lxml-5.3.0-cp36-cp36m-manylinux_2_28_x86_64.whl"
},
{
"module": "mixbox",
"input_file": "wheels/shared/mixbox-1.0.3-py2.py3-none-any.whl"
},
{
"module": "ordered_set",
"input_file": "wheels/shared/ordered_set-3.1.1-py2.py3-none-any.whl"
},
{
"module": "ply",
"input_file": "wheels/shared/ply-3.11-py2.py3-none-any.whl"
},
{
"module": "stix",
"input_file": "wheels/shared/stix-1.2.0.10-py2.py3-none-any.whl"
}
]
},
"pip39_dependencies": {
"wheel": [
{
"module": "cybox",
"input_file": "wheels/shared/cybox-2.1.0.21-py2.py3-none-any.whl"
},
{
"module": "decorator",
"input_file": "wheels/shared/decorator-4.4.2-py2.py3-none-any.whl"
},
{
"module": "jsonpath_rw",
"input_file": "wheels/py3/jsonpath_rw-1.4.0-py3-none-any.whl"
},
{
"module": "libtaxii",
"input_file": "wheels/shared/libtaxii-1.1.119-py2.py3-none-any.whl"
},
{
"module": "lxml",
"input_file": "wheels/py39/lxml-5.3.0-cp39-cp39-manylinux_2_28_x86_64.whl"
},
{
"module": "mixbox",
"input_file": "wheels/shared/mixbox-1.0.3-py2.py3-none-any.whl"
},
{
"module": "ordered_set",
"input_file": "wheels/shared/ordered_set-3.1.1-py2.py3-none-any.whl"
},
{
"module": "ply",
"input_file": "wheels/shared/ply-3.11-py2.py3-none-any.whl"
},
{
"module": "stix",
"input_file": "wheels/shared/stix-1.2.0.10-py2.py3-none-any.whl"
}
]
}
}