Skip to content

Instantly share code, notes, and snippets.

@328
Created August 16, 2016 14:26
Show Gist options
  • Select an option

  • Save 328/555f8279f7fc241d16c4aaaf1f8e9fb1 to your computer and use it in GitHub Desktop.

Select an option

Save 328/555f8279f7fc241d16c4aaaf1f8e9fb1 to your computer and use it in GitHub Desktop.
dovecotに攻撃してくるやつを片っ端からdropするやつ
grep -R 'pam_unix(dovecot:auth): authentication failure' /var/log/secure | cut -d ' ' -f 14 | sed -e 's/rhost=/firewall-cmd --zone=drop --permanent --add-source=/' | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment