mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
79 lines
2.0 KiB
YAML
79 lines
2.0 KiB
YAML
name: Suricata
|
|
id: 64b245d4-a4d1-4865-a718-c83d3b939f2e
|
|
version: 2
|
|
date: '2025-01-23'
|
|
author: Patrick Bareiss, Splunk
|
|
description: Logs network traffic and security events detected by Suricata, including
|
|
details about connections, protocol metadata, and potential threats.
|
|
mitre_components:
|
|
- Network Traffic Content
|
|
- Network Traffic Flow
|
|
- Network Connection Creation
|
|
- Malware Metadata
|
|
- Application Log Content
|
|
source: suricata
|
|
sourcetype: suricata
|
|
supported_TA:
|
|
- name: Splunk TA for Suricata
|
|
url: https://splunkbase.splunk.com/app/2760
|
|
version: 2.3.3
|
|
field_mappings:
|
|
- data_model: cim
|
|
data_set: Web
|
|
mapping:
|
|
http.hostname: Web.dest
|
|
http.http_method: Web.http_method
|
|
http.http_user_agent: Web.http_user_agent
|
|
http.status: Web.status
|
|
http.url: Web.url
|
|
http.length: Web.url_length
|
|
src_ip: Web.src
|
|
fields:
|
|
- _time
|
|
- app_proto
|
|
- date_hour
|
|
- date_mday
|
|
- date_minute
|
|
- date_month
|
|
- date_second
|
|
- date_wday
|
|
- date_year
|
|
- date_zone
|
|
- dest_ip
|
|
- dest_port
|
|
- event_type
|
|
- flow.age
|
|
- flow.alerted
|
|
- flow.bytes_toclient
|
|
- flow.bytes_toserver
|
|
- flow.end
|
|
- flow.pkts_toclient
|
|
- flow.pkts_toserver
|
|
- flow.reason
|
|
- flow.start
|
|
- flow.state
|
|
- flow_id
|
|
- host
|
|
- in_iface
|
|
- index
|
|
- linecount
|
|
- proto
|
|
- punct
|
|
- source
|
|
- sourcetype
|
|
- splunk_server
|
|
- src_ip
|
|
- src_port
|
|
- tcp.ack
|
|
- tcp.fin
|
|
- tcp.psh
|
|
- tcp.state
|
|
- tcp.syn
|
|
- tcp.tcp_flags
|
|
- tcp.tcp_flags_tc
|
|
- tcp.tcp_flags_ts
|
|
- timeendpos
|
|
- timestamp
|
|
- timestartpos
|
|
example_log: '{"timestamp":"2023-10-17T01:24:52.149017+0000","flow_id":721124494649885,"in_iface":"ens5","event_type":"flow","src_ip":"192.0.2.1","src_port":30880,"dest_ip":"192.0.2.2","dest_port":80,"proto":"TCP","app_proto":"http","flow":{"pkts_toserver":6,"pkts_toclient":4,"bytes_toserver":640,"bytes_toclient":660,"start":"2023-10-17T01:20:23.829981+0000","end":"2023-10-17T01:22:11.831172+0000","age":108,"state":"closed","reason":"timeout","alerted":false},"tcp":{"tcp_flags":"1b","tcp_flags_ts":"1b","tcp_flags_tc":"1b","syn":true,"fin":true,"psh":true,"ack":true,"state":"closed"}}'
|