anthonymartin/aws_acl_fail2ban
Composer 安装命令:
composer require anthonymartin/aws_acl_fail2ban
包简介
This package includes a script and fail2ban configuration that allows you to use fail2ban when utilizing AWS elastic load balancer (ELB) and an apache webserver.
关键字:
README 文档
README
This package includes a script and fail2ban configuration that allows you to use fail2ban when utilizing AWS elastic load balancer (ELB) and an apache webserver. It is useful to protect your site against DoS and brute force attacks when behind a reverse proxy load balancer like ELB. Special consideration is required when using ELB with fail2ban because ELB only forwards the client IP to the server in an X-Forwarded-For header. Following this guide will enable you to use ELB, Apache webservers and AWS ACL together with fail2ban for an dynamic firewall solution.
Dependencies
- AWS CLI must be installed and your access credentials must be setup as specified in AWS CLI docs (either through a ~/.aws/config or through an environment variable). ** IF someone would like to update the code to use AWS composer package, I'm sure that would make many people's lives easier **
- An ACL must be created and associated with your load balancer and webservers in AWS
- Make sure that the credentials you've configured in AWS for the AWS CLI allow read/write to ACL resources.
- Your apache logs must log the X-Forwarded-For header instead of the ELB IP address. Instructions on how to do so are found below.
Installation
- The recommended method of installation is by using composer to install:
composer require anthonymartin/aws_acl_fail2ban- alternatively, you can clone or download this repository. - Ensure that your apache configuration and your fail2ban configuration is correct. Some help has been provided below.
Apache Configuration
- Enable RemoteIP mod
- Update apache configuration - the configuration below is what my configuration found at /etc/apache2/apache2.conf looks like. Be sure to include RemoteIPHeader and replace LogFormat with the lines found below.
RemoteIPHeader X-Forwarded-For
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%a %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
- run
sudo service apache2 reload
fail2ban Configuration
- Copy
fail2ban/action.d/aws-acl.confin/etc/fail2ban/action.d/directory - Copy
fail2ban/filter.d/aws-acl-example-filter.confto/etc/fail2ban/filter.d/directory - Update
actionbanandactionunbandefinitions in/etc/fail2ban/action.d/aws-acl.conf. You need tos replace both instances of/path/to/aws-acl-fail2banto the location ofaws-acl-fail2banon your server. If you've installed with composer, the location isvendor/bin/aws-acl-fail2ban, otherwise the location is inbin/aws-acl-fail2ban. You should use the absolute path when updatingactionbanandactionunban. - Replace both instances of
ACL_ID_GOES_HEREin/etc/fail2ban/action.d/aws-acl.confwith the acl-id of the ACL that you would like to use. - Create or update your jail.local configuration. Replace the filter definition below with your own filter if you have one. The example filter configuration included in this package will match all POST and GET requests that are not images, css or javascript (note this doesn't include font files as of this time, but it probably should). The filter together with the jail.local configuration here will be useful for stopping crawl attempts and certain types of HTTP Flood DoS or brute force attacks. Here's an example jail.local configuration:
[aws-acl-example]
enabled = true
filter = aws-acl-example-filter
action = aws-acl
sendmail-whois[name=LoginDetect, dest=youremail@example.com, sender=youremail@local.hostname, sendername="Fail2Ban"]
logpath = /var/log/apache2/access.log
maxretry = 60
findtime = 60
bantime = 14400
anthonymartin/aws_acl_fail2ban 适用场景与选型建议
anthonymartin/aws_acl_fail2ban 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 14.6k 次下载、GitHub Stars 达 34, 最近一次更新时间为 2016 年 09 月 17 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「acl」 「aws」 「apache2」 「apache」 「amazon web services」 「DOS protection」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 anthonymartin/aws_acl_fail2ban 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 anthonymartin/aws_acl_fail2ban 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 anthonymartin/aws_acl_fail2ban 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku
Corley Maintenance Bundle
Laravel Multiauth package
Corley Maintenance Bundle
Elastic Driver for Laravel Scout
simple api library.
统计信息
- 总下载量: 14.6k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 34
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: CC
- 更新时间: 2016-09-17