You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
798 B
28 lines
798 B
|
|
[my_action]
|
|
|
|
...
|
|
|
|
param._cam = {\
|
|
"category": ["Information Gathering"],\
|
|
"task": ["create"],\
|
|
"subject": ["network.capture"],\
|
|
"technology": [{"vendor": "Splunk", "product": "Splunk App for Stream"}],\
|
|
"supports_adhoc": true,\
|
|
"drilldown_uri": "my_view?form.orig_sid=$sid$&form.orig_rid=$rid$"\
|
|
}
|
|
|
|
|
|
[my_action2]
|
|
|
|
...
|
|
|
|
param._cam = {\
|
|
"category": ["Information Gathering"],\
|
|
"task": ["scan"],\
|
|
"subject": ["process.reputation-service"],\
|
|
"technology": [{"vendor": "myvendor", "product": "myproduct", "version": "1.0"}],\
|
|
"supports_adhoc": true,\
|
|
"drilldown_uri": "../my_app/my_view?form.orig_sid=$sid$&form.orig_rid=$rid$",\
|
|
"field_name_params": ["param.host_field"]\
|
|
} |