• 0 Votes
    12 Posts
    3k Views
    E
    @bmeeks said in Recommended Snort rules to change from "Alert" to "Block"?: @Enso_ said in Recommended Snort rules to change from "Alert" to "Block"?: Looks like you are right once again. It was set to 'remove blocked host after 1 hour'. So I just never caught it in time. I recommend leaving that setting alone, too. You generally don't want blocks hanging around forever. Not only do they consume resources, but if the block was due to a false positive you would like it to automatically clear in a reasonable time without requiring admin action. If Snort blocked the traffic the first time, it will block it a subsequent time later on (if the blocked host is automatically periodically cleared). One issue with Legacy Blocking Mode is that it is a big hammer. It blocks ALL traffic to a blocked IP for ALL internal hosts. Inline IPS Mode, if you can use it (your NICs must support netmap natively), drops individual packets instead of blocking everything to/from the IP. That's much more granular. But with Inline IPS Mode, you must explicitly change rules you want to block traffic from ALERT to DROP using the features on the SID MGMT tab. I'm leaving the setting to remove the blocked host after 1h. As for inline mode; that is something I want to circle back to in the future. However, currently there are no resources that could configure inline mode in a timely fashion. Plus, I'm quite sure I'd have to upgrade the NICs to support netmap.
  • 0 Votes
    3 Posts
    427 Views
    B
    @bmeeks Thanks for the clarification. We have now added a "Disable SID List" conf file on all interfaces with the categories we want disabled which should solve it.
  • Snort not starting one some or all interfaces.

    snort pfsense 2.7.2
    5
    0 Votes
    5 Posts
    1k Views
    bmeeksB
    Snort will log a message to the pfSense system log as it starts. If it fails, generally the reason for the failure is also logged. The only exception to that is if a shared library is the wrong version or not present. That would only happen if you installed or updated some other package that shared a library with the Snort binary. That is very unlikely -- but not impossible. The most common reason for Snort failing to start would be an error with a rule. It is not unheard of for the Snort VRT to release a rules update package with a syntax error in it. Snort will abort startup when it detects a syntax error. Rule syntax errors will be logged to the pfSense system log. So, <TLDR;> check the pfSense system log immediately after trying to start Snort and see what is logged there. That will clue you in to the problem.
  • ETA on Suricata 7.0.8?

    8
    0 Votes
    8 Posts
    1k Views
    B
    @bmeeks Thanks !
  • Webinar for Suricata File Extraction (if interested)

    2
    4 Votes
    2 Posts
    320 Views
    M
    @bmeeks signed up. Thanks for the info.
  • packet log being generated?

    11
    1
    0 Votes
    11 Posts
    2k Views
    GertjanG
    @bmeeks said in packet log being generated?: You will need to examine the existing PHP code files and learn by example Thought so. @michmoor, you need the other book. [image: 1736433746305-b702f6a8-9a39-444c-a837-b4f8cbe40540-9780470527580.jpg] Click the image. edit : or this one.
  • SNORT stopped generating alerts

    snort pfsense 2.7.2
    10
    0 Votes
    10 Posts
    2k Views
    bmeeksB
    @Enso_ said in SNORT stopped generating alerts: @bmeeks Thank you for all your help. One last question, which I have edited in above. Can I use the free Oinkcode for multiple instances? I'm reading different information about this. I'm running a few pfsense boxes running Snort and have the same free Oinkcode on all three of them, which I will remove if this is not allowed. Here are the actual Terms and Conditions from Snort: https://www.snort.org/snort_license. They state your license is "per sensor" if using the paid license. The license for Registered Users appears a bit more permissive. Here is the direct wording: If You are a Registered User, then subject to the terms and conditions of this Agreement, Cisco grants You a world-wide and non-exclusive license to: (a) download, install and use the Rules on Sensors that You manage (or over which You have administrative control); So, it appears from the above that Registered Users can use their Oinkcode on all sensors that they manage and have administrative control over. But Paid Subscribers can only use the Oinkcode on a single device (sensor). If you need to manage multiple devices on a Paid Subscriber plan you must purchase a license for each sensor. And there are different rules (and a much higer cost) for commercial use of the Paid Subcriber rules.
  • Snort Logs: log recording on a different drive

    3
    0 Votes
    3 Posts
    738 Views
    JonathanLeeJ
    @bmeeks Thank you the symbolic link did just what I needed, great idea ln -s -F /mnt/LOGS_Optane/snort /var/log/snort This did the trick with the mount point I had to delete the old directory first /var/log/snort and recreate it after because at first it would say it is not empty Updated my unofficial guide if anyone else wants to try this https://forum.netgate.com/topic/195843/unofficial-guide-have-package-logs-record-to-a-secondary-ssd-drive-snort-syslog-squid-and-or-squid-cache-system
  • Snort - IPS Policy Selection

    2
    0 Votes
    2 Posts
    744 Views
    bmeeksB
    @Enso_: you are correct. Only the Snort VRT ruleset contains the proper metadata keywords for implementing an IPS Policy. IPS Policy logic in the Snort package reads the policy metadata provided in the Snort VRT rules and uses that data to automatically select rules that have metadata tags matching the chosen IPS policy. Neither ET rules nor any other vendor ruleset contain IP policy metadata, therefore they can't be automatically screened and selected. That's why those rules remain "selectable" in the GUI but Snort VRT rules do not, when IPS Policy action is enabled.
  • Suricata Filestore - logging HTTP nonstop

    2
    2
    0 Votes
    2 Posts
    826 Views
    bmeeksB
    Those are two independent things: File Store versus EVE JSON http logging. File Store captures all file transfers where appropriate flow bits are set by rules. EVE JSON logging is about capturing the packet metadata and payload (when enabled). So, turning off HTTP logging in the EVE JSON logging options should remove logging of HTTP packet metadata, but that will not stop File Store activity related to HTTP. To the best of my recollection that is triggered by the rules you have enabled for file capture and the corresponding flowbits they may set.
  • Need info about ids

    2
    0 Votes
    2 Posts
    362 Views
    JonathanLeeJ
    It runs alongside pfSense as a package. The logs can be configured by way of the package.
  • Question about thresholds

    7
    0 Votes
    7 Posts
    767 Views
    bmeeksB
    @killmasta93 said in Question about thresholds: hi @bmeeks quick question so i added the following threshold gen_id 1, sig_id 2009244, type both, track by_src, count 10, seconds 10, priority 1 threshold gen_id 1, sig_id 2009245, type both, track by_src, count 10, seconds 10, priority 1 threshold gen_id 1, sig_id 2009246, type both, track by_src, count 10, seconds 10, priority 1 would the variable type both work for both ends? Thanks Here is a link to the official Suricata docs describing the type: keyword: https://docs.suricata.io/en/latest/rules/thresholding.html#type-both. both specifies both a rate limit and threshold value.
  • Suricata v7.0.7_5 abruptly stops

    42
    0 Votes
    42 Posts
    5k Views
    JonathanLeeJ
    I have a 2100 and I use to have issues with memory on snort updates. I installed a swap partition on a dedicated external HDD drive that was designed for heavy use, and it fixed all my update resource issues. Long story short you have to free up memory or have a plan for when it is used the most. do not rely on swap all the time, but I admit I rely on it for ClamAV updates and snort updates should the happen at the same time, Murphys law when can go wrong will go wrong, some times my blacklist, snort and clamav all attempt to update at the same time it is very rare sometimes on reboots or package reinstalls but you got to plan for it. The 2100 should have an 8GBs ram option to function perfectly, again nothing is perfect so we got to roll with it. Do a flash drive and set it up as a swap. “the SSD manufacture had this to say about me using it like this... "Hi Jonathan, This will damage the drive, it is not safe. Moreover, the response speed and read and write speed are far inferior to RAM. We recommend you not to use it this way, it will probably cause the SSD to become defective." I really want to use something long term as I am limited on what I can do with this box it has hard set ram without any way to add or remove them. The NVMe drive is the only solution outside of a USB based HDD however that like you said is very slow. The ZFS yes is a concern with the drive however it shows with gpart as FreeBSD I triggered a panic and it works with crash dumps also. I had Netgate forum help me with this and FreeBSD forum. I am thinking I should use a actual USB based HDD in the long run to abuse it with swap use however with a firewall that would really slow it down. Check out ada0s3 Shell Output - gpart list -a” Warning Do not use your internal SSD for swap. Ref: https://forums.freebsd.org/threads/resolved-usb-based-swap.93362/#post-654423 This FreeBSD research I did got me going also Netgate forum if you want to make a swap.
  • Suricata & P2P Blocking - Working but would like to fine tune.

    20
    0 Votes
    20 Posts
    4k Views
    P
    @Gblenn Thanks for the reply. Yes, I've tried that as well. The issue is that in our particular case, we only want/need Suricata to run on some of the vlans assigned to the parent interface. The others we need to remain wide open.
  • Understanding Suricata Listen / Net (Home / External)

    6
    0 Votes
    6 Posts
    1k Views
    D
    I was looking for this info @bmeeks, Now I am sure that it is only an internal connection and that not everything is disabled. Thank you very much! Have a nice day and thanks for your work.
  • Local hosts added in snort2c table, despite Suricata being turned off

    3
    0 Votes
    3 Posts
    714 Views
    T
    Hello @bmeeks, This was indeed exactly what happened. I have rebooted my pfsense server in the past, which I would expect create same results, but either it didn't work, or it spinned another ghost process afterwards. Anyways, I will monitor to see if it keeps happening. I have seen other posts where other people have similar issue indeed, and will investigate from there if duplication happens again. In any case, thank you very much for your kind help here.
  • Quesiton about the alert system on Suricata

    8
    2
    0 Votes
    8 Posts
    1k Views
    K
    @bmeeks THank you so much will do thanks
  • Question on STUN traffic no ndefault ports

    9
    1
    0 Votes
    9 Posts
    2k Views
    JonathanLeeJ
    Sorry I am late to this party. I had issues with STUN and the IPS blocking traffic. It was for my son’s Nintendo switch and Xbox for the chat feature. Once I suppressed the alarms the chat live voice feature worked perfectly. I also think that FaceTime requires you to suppress the STUN alarms. Long story short STUN is finally working on my system as of today.
  • Some questions from a beginner

    7
    0 Votes
    7 Posts
    772 Views
    bmeeksB
    @kiokoman said in Some questions from a beginner: @bmeeks what about suricata, is it the same file ? snortrules-snapshot-29200.tar.gz ? Suricata is not tied to any specific rules version. And in fact, Suricata is really not designed to be 100% compatible with Snort rules. Most of them work, but quite a few (several hundred) do not due to the differences in keyword syntax between Suricata and Snort. With the Suricata package, users are free to download and install any Snort rules version they desire so long as it is compatible with the 2.9.x branch of Snort. You cannot use any Snort3 rules with Suricata. That will break the installation of the package quite badly! But you can use the 29161, 29181, or 29200 Snort rules package with Suricata. It is only the Snort binary that is locked to specifically matching rules versions.
  • Regex pattern matching with large payloads for TCP port

    1
    0 Votes
    1 Posts
    203 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.