|
250 | 250 | <row> |
251 | 251 | <panel> |
252 | 252 | <title>Potential Analytic stories [$story_count$]</title> |
| 253 | + <html><span><b>Note:</b> The "View [ES]" links will ony work if you have Splunk Eterprise Security installed as part of Attack Range.</span></html> |
253 | 254 | <table> |
254 | 255 | <search> |
255 | 256 | <progress> |
|
289 | 290 | <option name="wrap">true</option> |
290 | 291 | <drilldown> |
291 | 292 | <condition field="view"> |
292 | | - <link target="_blank">/app/DA-ESS-ContentUpdate/analytic_story_details?form.analytic_story_name=$click.value$</link> |
| 293 | + <link target="_blank">/app/SplunkEnterpriseSecuritySuite/ess_analytic_story_details?analytic_story=$click.value$</link> |
293 | 294 | </condition> |
294 | 295 | <condition field="title"> |
295 | | - <link target="_blank">/app/DA-ESS-ContentUpdate/analytic_story_details?form.analytic_story_name=$click.value$</link> |
| 296 | + <link target="_blank">/app/SplunkEnterpriseSecuritySuite/ess_analytic_story_details?analytic_story=$click.value$</link> |
296 | 297 | </condition> |
297 | 298 | <condition field="execute"> |
298 | 299 | <link target="_blank">/app/Splunk_ASX/execute?form.mode=now&form.time.earliest=-24h@h&form.time.latest=now&form.story=$row.title$</link> |
|
308 | 309 | <set token="detection_count">$job.resultCount$</set> |
309 | 310 | </progress> |
310 | 311 | <query>`get_attack_data` |
311 | | -|rename Technique as mitre_technique |
312 | | - |
| 312 | +| rename Technique as mitre_technique |
313 | 313 | | join type=left max=0 mitre_technique |
314 | | -[| sseanalytics |
315 | | -|search mitre_technique!="None" |
316 | | -|mvexpand mitre_technique] |
317 | | -|stats dc(name) by name,mitre_technique,channel |
318 | | -|table name, mitre_technique, channel</query> |
| 314 | +[ |
| 315 | + | sseanalytics |
| 316 | + | search mitre_id!="None" |
| 317 | + | mvexpand mitre_id |
| 318 | + | rename mitre_id as mitre_technique |
| 319 | +] |
| 320 | +| stats dc(name) by name,mitre_technique,channel |
| 321 | +| table name, mitre_technique, channel</query> |
319 | 322 | <earliest>$time_token.earliest$</earliest> |
320 | 323 | <latest>$time_token.latest$</latest> |
321 | 324 | <sampleRatio>1</sampleRatio> |
|
0 commit comments