22# Sandfly Security
33
44Publisher: Sandfly Security, Ltd.
5- Connector Version: 1.2 .0
5+ Connector Version: 1.3 .0
66Product Vendor: Sandfly Security
77Product Name: Sandfly Security Agentless Linux Security
88Product 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'
7375Validate the asset configuration for connectivity using supplied configuration
@@ -105,16 +107,18 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
105107#### Action Output
106108DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
107109--------- | ---- | -------- | --------------
108- action_result.parameter.ip_hostname | string | |
110+ action_result.status | string | | success failed
109111action_result.parameter.directory | boolean | |
110112action_result.parameter.file | boolean | |
111113action_result.parameter.incident | boolean | |
114+ action_result.parameter.ip_hostname | string | |
112115action_result.parameter.log | boolean | |
113116action_result.parameter.policy | boolean | |
114117action_result.parameter.process | boolean | |
115118action_result.parameter.recon | boolean | |
116119action_result.parameter.user | boolean | |
117- action_result.status | string | | success failed
120+ action_result.data | string | |
121+ action_result.summary | string | |
118122action_result.message | string | |
119123summary.total_objects | numeric | |
120124summary.total_objects_successful | numeric | |
@@ -135,8 +139,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
135139#### Action Output
136140DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
137141--------- | ---- | -------- | --------------
138- action_result.parameter.ip_hostname | string | |
139142action_result.status | string | | success failed
143+ action_result.parameter.ip_hostname | string | |
144+ action_result.data | string | |
145+ action_result.summary | string | |
140146action_result.message | string | |
141147summary.total_objects | numeric | |
142148summary.total_objects_successful | numeric | |
@@ -157,8 +163,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
157163#### Action Output
158164DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
159165--------- | ---- | -------- | --------------
160- action_result.parameter.ip_hostname | string | |
161166action_result.status | string | | success failed
167+ action_result.parameter.ip_hostname | string | |
168+ action_result.data | string | |
169+ action_result.summary | string | |
162170action_result.message | string | |
163171summary.total_objects | numeric | |
164172summary.total_objects_successful | numeric | |
@@ -179,8 +187,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
179187#### Action Output
180188DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
181189--------- | ---- | -------- | --------------
182- action_result.parameter.ip_hostname | string | |
183190action_result.status | string | | success failed
191+ action_result.parameter.ip_hostname | string | |
192+ action_result.data | string | |
193+ action_result.summary | string | |
184194action_result.message | string | |
185195summary.total_objects | numeric | |
186196summary.total_objects_successful | numeric | |
@@ -201,8 +211,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
201211#### Action Output
202212DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
203213--------- | ---- | -------- | --------------
204- action_result.parameter.ip_hostname | string | |
205214action_result.status | string | | success failed
215+ action_result.parameter.ip_hostname | string | |
216+ action_result.data | string | |
217+ action_result.summary | string | |
206218action_result.message | string | |
207219summary.total_objects | numeric | |
208220summary.total_objects_successful | numeric | |
@@ -223,8 +235,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
223235#### Action Output
224236DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
225237--------- | ---- | -------- | --------------
226- action_result.parameter.ip_hostname | string | |
227238action_result.status | string | | success failed
239+ action_result.parameter.ip_hostname | string | |
240+ action_result.data | string | |
241+ action_result.summary | string | |
228242action_result.message | string | |
229243summary.total_objects | numeric | |
230244summary.total_objects_successful | numeric | |
@@ -245,8 +259,10 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
245259#### Action Output
246260DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
247261--------- | ---- | -------- | --------------
248- action_result.parameter.ip_hostname | string | |
249262action_result.status | string | | success failed
263+ action_result.parameter.ip_hostname | string | |
264+ action_result.data | string | |
265+ action_result.summary | string | |
250266action_result.message | string | |
251267summary.total_objects | numeric | |
252268summary.total_objects_successful | numeric | |
@@ -267,8 +283,51 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
267283#### Action Output
268284DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
269285--------- | ---- | -------- | --------------
286+ action_result.status | string | | success failed
270287action_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+ --------- | ---- | -------- | --------------
271327action_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 | |
272331action_result.message | string | |
273332summary.total_objects | numeric | |
274333summary.total_objects_successful | numeric | |
0 commit comments