Skip to content

Commit 1d88046

Browse files
authored
Merge pull request #7 from splunk-soar-connectors/next
Merging next to main for release 1.3.0
2 parents f5686cb + 4918922 commit 1d88046

File tree

8 files changed

+482
-115
lines changed

8 files changed

+482
-115
lines changed

.github/workflows/generate-doc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- '*.json'
77
- 'readme.html'
8+
- 'manual_readme_content.md'
89
tags-ignore:
910
- '**'
1011
branches-ignore:

README.md

Lines changed: 68 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Sandfly Security
33

44
Publisher: Sandfly Security, Ltd.
5-
Connector Version: 1.2.0
5+
Connector Version: 1.3.0
66
Product Vendor: Sandfly Security
77
Product Name: Sandfly Security Agentless Linux Security
88
Product Version Supported (regex): ".\*"
@@ -68,6 +68,8 @@ VARIABLE | REQUIRED | TYPE | DESCRIPTION
6868
[sandfly log tamper investigation](#action-sandfly-log-tamper-investigation) - Run a Sandfly log tamper investigation
6969
[sandfly user investigation](#action-sandfly-user-investigation) - Run a Sandfly user investigation
7070
[sandfly recon investigation](#action-sandfly-recon-investigation) - Run a Sandfly recon investigation
71+
[list endpoints](#action-list-endpoints) - List all the endpoints/sensors configured on the device
72+
[get system info](#action-get-system-info) - Get information about an endpoint
7173

7274
## action: 'test connectivity'
7375
Validate the asset configuration for connectivity using supplied configuration
@@ -105,16 +107,18 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
105107
#### Action Output
106108
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
107109
--------- | ---- | -------- | --------------
108-
action_result.parameter.ip_hostname | string | |
110+
action_result.status | string | | success failed
109111
action_result.parameter.directory | boolean | |
110112
action_result.parameter.file | boolean | |
111113
action_result.parameter.incident | boolean | |
114+
action_result.parameter.ip_hostname | string | |
112115
action_result.parameter.log | boolean | |
113116
action_result.parameter.policy | boolean | |
114117
action_result.parameter.process | boolean | |
115118
action_result.parameter.recon | boolean | |
116119
action_result.parameter.user | boolean | |
117-
action_result.status | string | | success failed
120+
action_result.data | string | |
121+
action_result.summary | string | |
118122
action_result.message | string | |
119123
summary.total_objects | numeric | |
120124
summary.total_objects_successful | numeric | |
@@ -135,8 +139,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
135139
#### Action Output
136140
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
137141
--------- | ---- | -------- | --------------
138-
action_result.parameter.ip_hostname | string | |
139142
action_result.status | string | | success failed
143+
action_result.parameter.ip_hostname | string | |
144+
action_result.data | string | |
145+
action_result.summary | string | |
140146
action_result.message | string | |
141147
summary.total_objects | numeric | |
142148
summary.total_objects_successful | numeric | |
@@ -157,8 +163,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
157163
#### Action Output
158164
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
159165
--------- | ---- | -------- | --------------
160-
action_result.parameter.ip_hostname | string | |
161166
action_result.status | string | | success failed
167+
action_result.parameter.ip_hostname | string | |
168+
action_result.data | string | |
169+
action_result.summary | string | |
162170
action_result.message | string | |
163171
summary.total_objects | numeric | |
164172
summary.total_objects_successful | numeric | |
@@ -179,8 +187,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
179187
#### Action Output
180188
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
181189
--------- | ---- | -------- | --------------
182-
action_result.parameter.ip_hostname | string | |
183190
action_result.status | string | | success failed
191+
action_result.parameter.ip_hostname | string | |
192+
action_result.data | string | |
193+
action_result.summary | string | |
184194
action_result.message | string | |
185195
summary.total_objects | numeric | |
186196
summary.total_objects_successful | numeric | |
@@ -201,8 +211,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
201211
#### Action Output
202212
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
203213
--------- | ---- | -------- | --------------
204-
action_result.parameter.ip_hostname | string | |
205214
action_result.status | string | | success failed
215+
action_result.parameter.ip_hostname | string | |
216+
action_result.data | string | |
217+
action_result.summary | string | |
206218
action_result.message | string | |
207219
summary.total_objects | numeric | |
208220
summary.total_objects_successful | numeric | |
@@ -223,8 +235,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
223235
#### Action Output
224236
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
225237
--------- | ---- | -------- | --------------
226-
action_result.parameter.ip_hostname | string | |
227238
action_result.status | string | | success failed
239+
action_result.parameter.ip_hostname | string | |
240+
action_result.data | string | |
241+
action_result.summary | string | |
228242
action_result.message | string | |
229243
summary.total_objects | numeric | |
230244
summary.total_objects_successful | numeric | |
@@ -245,8 +259,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
245259
#### Action Output
246260
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
247261
--------- | ---- | -------- | --------------
248-
action_result.parameter.ip_hostname | string | |
249262
action_result.status | string | | success failed
263+
action_result.parameter.ip_hostname | string | |
264+
action_result.data | string | |
265+
action_result.summary | string | |
250266
action_result.message | string | |
251267
summary.total_objects | numeric | |
252268
summary.total_objects_successful | numeric | |
@@ -267,8 +283,51 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
267283
#### Action Output
268284
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
269285
--------- | ---- | -------- | --------------
286+
action_result.status | string | | success failed
270287
action_result.parameter.ip_hostname | string | |
288+
action_result.data | string | |
289+
action_result.summary | string | |
290+
action_result.message | string | |
291+
summary.total_objects | numeric | |
292+
summary.total_objects_successful | numeric | |
293+
294+
## action: 'list endpoints'
295+
List all the endpoints/sensors configured on the device
296+
297+
Type: **investigate**
298+
Read only: **True**
299+
300+
#### Action Parameters
301+
No parameters are required for this action
302+
303+
#### Action Output
304+
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
305+
--------- | ---- | -------- | --------------
306+
action_result.status | string | | success failed
307+
action_result.data | string | |
308+
action_result.summary | string | |
309+
action_result.message | string | |
310+
summary.total_objects | numeric | |
311+
summary.total_objects_successful | numeric | |
312+
313+
## action: 'get system info'
314+
Get information about an endpoint
315+
316+
Type: **investigate**
317+
Read only: **True**
318+
319+
#### Action Parameters
320+
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
321+
--------- | -------- | ----------- | ---- | --------
322+
**ip_hostname** | required | Hostname/IP address to get info of | string | `host name` `ip`
323+
324+
#### Action Output
325+
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
326+
--------- | ---- | -------- | --------------
271327
action_result.status | string | | success failed
328+
action_result.parameter.ip_hostname | string | `host name` `ip` |
329+
action_result.data | string | |
330+
action_result.summary | string | |
272331
action_result.message | string | |
273332
summary.total_objects | numeric | |
274333
summary.total_objects_successful | numeric | |

release_notes/1.3.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Added two new actions to get information from the Sandfly Server
2+
* get system info - Get information about an endpoint
3+
* list endpoints - List all the endpoints/sensors configured on the device

0 commit comments

Comments
 (0)