Thursday, November 22, 2018

Detection Rule Set

Apache 

'Mod_Security' 

Detection Rule Setting



  • 배경 

    • mod_security 2.8 || CentOS 7 이상 설치 
    • CRS 3 설치 
    • mypage3-1

[ 참고 ]

CRS3는 module로 들어가서 작성됨
이유1) 효율적수집 
이유2) 전용 machine을 만들기 힘들어서


http >conf>httpd.conf(Include...)
       >conf.d>module_security.conf/php.conf...
       >logs
       >modules

[ 참고 ]

module의 동적라이브러리 
1) linux: so 확장자 2) windows: dll 확장자

linux) bind 설치
CRS3) logs/error_log 에서 에러확인, actived_rules에서 SecRule 확인

2018-11-02 

No comments:

Post a Comment

List

MobSF

MobSF는 오픈소스 모바일 앱 자동 보안 진단 프레임워크로 자동 분석 시스템 구축할 때 사용한다. 정정 및 동적 분석이 가능하며, Android, iOS, Windows에 대해 침투 테스트, 멀웨어 분석 및 보안 평가를 할 수 있다. 참고자료 필...