parent
ad99cacaa5
commit
e233ad4523
|
@ -0,0 +1,27 @@
|
|||
id: splunkhec-detect
|
||||
|
||||
info:
|
||||
name: Splunk HCE - detect
|
||||
author: idealphase
|
||||
severity: info
|
||||
description: |
|
||||
Splunk HCE (HTTP Event Collector (HEC)) was detected.
|
||||
reference:
|
||||
- https://dev.splunk.com/enterprise/docs/devtools/httpeventcollector/
|
||||
- https://community.splunk.com/t5/Getting-Data-In/How-to-check-if-an-HEC-is-up-or-not-before-posting-any-data-to/td-p/417404
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
tags: tech,splunk,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/services/collector/health"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200'
|
||||
- 'contains_any(body, "{\"text\":\"HEC is healthy\",\"code\":17}")'
|
||||
condition: and
|
Loading…
Reference in New Issue