Added cant find user

Added pattern for 'Can't find user'
main
Hailey Clark 4 years ago
parent 47fc34ec72
commit c5ce551bad
  1. 4
      parsers/s01-parse/freeswitch.yaml
  2. 2
      scenarios/freeswitch-bf.yaml

@ -10,6 +10,10 @@ nodes:
- grok:
pattern: ^%{FS_TIMESTAMP:timestamp} \[WARNING\] sofia_reg.c:1739 SIP auth failure \(REGISTER\) on sofia profile \'internal\' for %{FS_EXTENSION:fs_exten} from ip %{IP:source_ip}$
apply_on: Line.Raw
onsuccess: next_stage
- grok:
pattern: ^%{FS_TIMESTAMP} \[WARNING\] sofia_reg.c:2930 Can\'t find user %{FS_EXTENSION:fs_exten} from %{IP:source_ip}$
onsuccess: next_stage
statics:
- meta: log_type
value: freeswitch_failed_auth

@ -4,7 +4,7 @@ debug: true
name: haileyxb/freeswitch-bf
description: "Detect freeswitch bruteforce"
filter: evt.Meta.log_type == 'freeswitch_failed_auth'
leakspeed: "5m"
leakspeed: 15m
capacity: 4
groupby: evt.Meta.source_ip
blackhole: 10m

Loading…
Cancel
Save