236 |
237 |
238 | misp_instance
239 | |
240 | misp_instance=<misp_account> |
241 | None |
242 | One of the accounts defined in tab configuration (the list is also displayed on the drop-down box) |
243 |
244 |
245 | misp_restsearch |
246 | misp_restsearch=(events|attributes) |
247 | events |
248 | Use this parameter to select between the endpoint "/events/restSearch" or "/attributes/restSearch". |
249 |
250 |
251 | misp_http_body |
252 | misp_http_body=JSON |
253 |
254 |
255 | {
256 | "returnFormat": "json",
257 | "last": "1h",
258 | "published": True,
259 | "withAttachments": False
260 | }
261 |
262 | |
263 |
264 | Provide an HTTP body in JSON format.
265 |
266 | You can test it using the MISP RESP graphical client on MISP.
267 |
268 | you can also use a SPL to prepare it.
269 |
270 | ⚠️ 2 keys are enforced on any HTTP body
271 |
272 |
273 | - returnFormat: JSON
274 | - withAttachments: False
275 |
276 | |
277 |
278 |
279 | attribute_limit |
280 | attribute_limit=<int> |
281 | 0 |
282 |
283 | Limit the number of attributes per event when fetching events and getioc is True (param limit applies to the number of events). This parameter has no effect when fetching attributes (use limit in that case).
284 | Valid only when fetching attributes.
285 | |
286 |
287 |
288 | expand_object |
289 | expand_object=<1|y|Y|t|true|True|0|n|N|f|false|False> |
290 | False |
291 | Boolean to have object attributes expanded (one per row). By default, attributes of one object are displayed on same row.
292 | Valid only when fetching attributes.
293 | |
294 |
295 |
296 | getioc |
297 | getioc=<1|y|Y|t|true|True|0|n|N|f|false|False> |
298 | False |
299 |
300 | Include event attributes in the output. In tabular view there will be one row per object or attribute of events.
301 | Valid only when fetching events.
302 | |
303 |
304 |
305 | keep_galaxy |
306 | keep_galaxy=<1|y|Y|t|true|True|0|n|N|f|false|False> |
307 | True |
308 |
309 | Boolean to keep Galaxy information (by default) or remove it.
310 | It can be usefull for misp_output_mode=json if you plan to use spath that has a default limit of 5000 characters to parse the JSON payload.
311 | Valid only when fetching events.
312 | |
313 |
314 |
315 | keep_related |
316 | keep_related=(1|y|Y|t|true|True|0|n|N|f|false|False) |
317 | False |
318 | Boolean to keep Related event info or remove it in ouput=json (full JSON record). This is useful if you plan to use spath that has a limit of 5000 characters to parse the JSON payload.
319 | Valid only when fetching events.
320 | |
321 |
322 |
323 | limit |
324 | limit=<1|y|Y|t|true|True|0|n|N|f|false|False> |
325 | 1000 |
326 | Define the limit for each MISP search; default 1000. 0 = no pagination |
327 |
328 |
329 | misp_output_mode |
330 | misp_output_mode=(fields|json) |
331 | fields |
332 | native Splunk tabular view or JSON |
333 |
334 |
335 | not_tags |
336 | not_tags="" |
337 | |
338 | Comma(,)-separated string of tags to exclude. Wildcard is %. |
339 |
340 |
341 | page |
342 | page=int |
343 | 0 |
344 | define the page for each MISP search; default 0 = iterate through all pages |
345 |
346 |
347 | pipesplit |
348 | pipesplit=<1|y|Y|t|true|True|0|n|N|f|false|False> |
349 | True |
350 | split combined attribute types such as domain|ip
351 | Valid only when fetching attributes.
352 | |
353 |
354 |
355 | prefix |
356 | prefix=string |
357 | |
358 | prefix set to every MISP key. The value is set by this parameter, then by the value defined for the instznce and finally default to "misp_" |
359 |
360 |
361 | tags |
362 | tags="" |
363 | |
364 | Comma(,)-separated string of tags to search for. Wildcard is %. |
365 |
366 |
367 |