snort Questions

6

I have been working with snort-IDS. I have got some log files at /var/log/snort. The files are of type snort.log.xxxx. How do i view this file???
Slaughterhouse asked 13/8, 2010 at 13:8

4

I have installed and configured snort 2.9.7.2 and it is running without a problem. However, my question is: what does the following warning mean? "No preprocessors configured for policy 0" Thi...
Halicarnassus asked 7/4, 2015 at 23:41

1

Solved

I saw this with the same question and it comes to this rule : alert tcp any any -> any any (flags:S; msg:"NMAP TCP SYN"; sid: 1231213;) but it is totally wrong, it will alert you on almost an...
Dissatisfactory asked 19/9, 2018 at 17:49

4

While trying to study BLE I am wondering if it is possible to analyse it through tools like Wireshark and snort? I came across one by the name "ubertooth" but that's a USB device which needs to be ...
Flavio asked 17/9, 2015 at 21:55

5

I have 7 related tables and on one of the tables, there is a timestamp column and I want to delete all rows older than 30 days. However, these are VERY big deletes. I'm talking tens of millions of ...
Goulder asked 11/1, 2016 at 17:3

2

While I was parsing the Snort regex set I found a very odd character class syntax, like [\x80-t] or [\x01-t\x0B\x0C\x0E-t\x80-t], and I can't figure out (really no clue) what -t means. I don't even...
Anthonyanthophore asked 12/12, 2013 at 14:50

1

Solved

I need to write a rule that captures the SYN-scanning. I tried this: alert tcp any any -> any any (flags:S,12; msg:"SYN"; sid: 1231213;) then try to scan: nmap -sS myIP but this does not output ...
Zygoma asked 16/10, 2012 at 13:48

1

I have got this error messge when creating snort make file? /usr/bin/ld: /usr/local/lib/libpcre.a(pcre_compile.o): relocation R_X86_64_32S against >`.rodata' can not be used when making a shared...
Beginning asked 15/6, 2011 at 9:10

3

Solved

Having a problem with parsing Snort logs using the pyparsing module. The problem is with separating the Snort log (which has multiline entries, separated by a blank line) and getting pyparsing to ...
Truckage asked 4/8, 2010 at 14:31
1

© 2022 - 2024 — McMap. All rights reserved.