메뉴 건너뛰기

리눅스 관련 모음

본문시작

설치관련
2013.07.07 17:52

clamav.cf --> Clamav Multiple Score

조회 수 18420 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

국산 통나무 수공예 남원제기, 남원목기

자료가 도움이 되셨다면
혼수용품제수용품 필요시
남원제기 공식 홈페이지 http://남원제기.kr
남원목기 공식 홈페이지 http://otchil.kr
에서 구매 해 주세요
정성껏 모시겠습니다.
 
/etc/mail/spamassassin/clamav.cf   -->  Clamav Multiple Score
 
loadplugin ClamAV clamav.pm
full CLAMAV eval:check_clamav()
describe CLAMAV Clam AntiVirus detected something...
score CLAMAV 0.001

# Look for specific types of ClamAV detections
header __CLAMAV_PHISH X-Spam-Virus =~ /Yes.{1,30}Phishing/i
header __CLAMAV_PHISH_HEUR X-Spam-Virus =~ /Yes.{1,30}Phishing\.Heuristics\.Email/
header __CLAMAV_SANE X-Spam-Virus =~ /Yes.{1,30}Sanesecurity/i
header __CLAMAV_MBL X-Spam-Virus =~ /Yes.{1,30}MBL/
header __CLAMAV_MSRBL X-Spam-Virus =~ /Yes.{1,30}MSRBL/
header __CLAMAV_VX X-Spam-Virus =~ /Yes.{1,30}VX\./

# Give the above rules a very late priority so that they can see the output
# of previous rules - otherwise they don't work! Not sure what the correct
# priority should be but this seems to work...
priority __CLAMAV_PHISH 9999
priority __CLAMAV_PHISH_HEUR 9999
priority __CLAMAV_SANE 9999
priority __CLAMAV_MBL 9999
priority __CLAMAV_MSRBL 9999
priority __CLAMAV_VX 9999


# Work out what ClamAV detected and score accordingly

# ClamAV general signatures
meta CLAMAV_VIRUS (CLAMAV && !__CLAMAV_PHISH && !__CLAMAV_SANE && !__CLAMAV_MBL && !__CLAMAV_MSRBL && !__CLAMAV_VX)
describe CLAMAV_VIRUS Virus found by ClamAV default signatures
score CLAMAV_VIRUS 20.0

# ClamAV phishing signatures
meta CLAMAV_PHISH (CLAMAV && __CLAMAV_PHISH && !__CLAMAV_SANE && !__CLAMAV_PHISH_HEUR)
describe CLAMAV_PHISH Phishing email found by ClamAV default signatures
score CLAMAV_PHISH 10.0

# ClamAV phishing with heuristic engine (not signatures based, may lead to false positives)
# Available since ClamAV 0.91
meta CLAMAV_PHISH_HEUR (CLAMAV && __CLAMAV_PHISH_HEUR)
describe CLAMAV_PHISH_HEUR Phishing email found by ClamAV heuristic engine
score CLAMAV_PHISH_HEUR 2.0

# ClamAV SaneSecurity signatures from http://www.sanesecurity.com/clamav/
meta CLAMAV_SANE (CLAMAV && __CLAMAV_SANE)
describe CLAMAV_SANE SPAM found by ClamAV SaneSecurity signatures
score CLAMAV_SANE 7.5

# ClamAV MBL signatures from http://www.malware.com.br/
meta CLAMAV_MBL (CLAMAV && __CLAMAV_MBL)
describe CLAMAV_MBL Malware found by ClamAV MBL signatures
score CLAMAV_MBL 7.5

# ClamAV MSRBL signatures from http://www.msrbl.com/
meta CLAMAV_MSRBL (CLAMAV && __CLAMAV_MSRBL)
describe CLAMAV_MSRBL SPAM found by ClamAV MSRBL signatures
score CLAMAV_MSRBL 2.0

# ClamAV SecuriteInfo.com VX malware signatures from
# http://www.securiteinfo.com/services/clamav_unofficial_malwares_signatures.shtml
meta CLAMAV_VX (CLAMAV && __CLAMAV_VX)
describe CLAMAV_VX Malware found by SecuriteInfo.com VX signatures
score CLAMAV_VX 5.0
   

  1. Apache-2.4.X 에서 mod_evasive-1.10.1 설치시 나오는 에러 해결...

  2. apache2.x.x 컴파일 에러 해결 - /usr/local/lib/liblua.a: could not read symbols: Bad value

  3. No Image 15Jun
    by 햇빛소년
    2012/06/15 by 햇빛소년
    Views 29034 

    audit.log 관련...

  4. No Image 08Jun
    by 햇빛소년
    2012/06/08 by 햇빛소년
    Views 30362 

    audit2allow라는 프로그램

  5. BIND 9: "Warning: 'empty-zones-enable/disable-empty-zone' not set: disabling RFC 1918 empty zones"

  6. bind ignoring out-of-zone data 에러에 대하여

  7. No Image 30May
    by 햇빛소년
    2012/05/30 by 햇빛소년
    Views 32923 

    cdcc 문서

  8. centos 7 : iconv 컴파일 설치시 에러 해결

  9. centos 7 : modsecurity 컴파일 설치시 iconv 찾지 못하는 에러...

  10. CentOS 7 rc.local 자동실행 boot

  11. CentOS-7 Network 설정에 관하여....

  12. CentOS7 firewall 사용시 spamd: could not create INET socket on 127.0.0.1:783:

  13. No Image 05Oct
    by 햇빛소년
    2011/10/05 by 햇빛소년
    Views 41783 

    chattr, lsattr

  14. No Image 16May
    by 햇빛소년
    2012/05/16 by 햇빛소년
    Views 28699 

    chmod 파일 퍼미션의 다양한 조건들....

  15. No Image 29Apr
    by 햇빛소년
    2012/04/29 by 햇빛소년
    Views 28871 

    ClamAV 0.97.4 버전으로 새로 컴파일 하여 업데이트 한후 에러발생 해결...

  16. clamav.cf --> Clamav Multiple Score

  17. configure: error: snmp.h not found. Check your SNMP installation.

  18. configure: error: Unable to find libgd.(a|so) >= 2.1.0 anywhere under

  19. convert: error while loading shared libraries: libMagick.so.10: cannot open

  20. No Image 10May
    by 햇빛소년
    2012/05/10 by 햇빛소년
    Views 30218 

    cpan 으로 설치힌 perl 모듈의 검색과 삭제...

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 Next
/ 10