Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.27 KB

Elastic-ECS-SIEM

Configs and snippets for Elastic SIEM / ECS

UPDATE: 6-24-2020 I've done quite a bit to make these a little more, err, organized in the test bed. Hopefully I'll find time to update the changes here soon. If anyone finds this repo from the webinar, and something doesn't work create an issue and I'll get it sorted.

Overview

If you happened to see the Elastic SIEM / ECS Webinar this is the spot where I'll be dropping various configs, code chunks, links, etc. for Elastic ECS SIEM integration with various network / security logging formats.

ASA

This folder contains a quick logstash config to parse out local ASA Login Messages, ecs compliant and integrates wiht Elastic SIEM functionality.

Meraki

This folder contains Logstash pipelines for handling Meraki syslogs, as well as logstash configs for pulling asset information from the Meraki Dashboard API, an enrichment policy, and an Elastic ingest pipeline for handling geoip, asn, and meraki asset enrichment for observers (when Meraki devices are reporting as observers) and hosts (for e.g. 1x login) etc.)

Some day I'll add some dashboards.

Theres also a logstash directory that I'll put snippets in, currently (Thanks Derek) theres a ruby implementastion of the general network community_id processor.