Skip to content

Commit

Permalink
intrusion detection: log drops and alerts causing them
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jan 20, 2018
1 parent 5e970dd commit 573612d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/opnsense/service/templates/OPNsense/IDS/suricata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ outputs:
# - files:
# force-magic: no # force logging magic on all logged files
# force-md5: no # force logging of md5 checksums
# #- drop
- drop:
alerts: yes # log alerts that caused drops
flows: start # start or all: 'start' logs only a single drop
# per flow direction. All logs each dropped pkt.
# - ssh

# alert output for use with Barnyard2
Expand Down

0 comments on commit 573612d

Please sign in to comment.