Files
2024-07-31 09:58:03 +02:00

58 lines
1.4 KiB
YAML

name: Suricata
id: 64b245d4-a4d1-4865-a718-c83d3b939f2e
version: 1
date: '2024-07-18'
author: Patrick Bareiss, Splunk
description: Data source object for Suricata
source: suricata
sourcetype: suricata
supported_TA: []
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"}}'