Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    NOOB - Why IPv6 Alerts?

    Scheduled Pinned Locked Moved IDS/IPS
    12 Posts 4 Posters 1.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bmeeksB
      bmeeks
      last edited by

      Snort puts the interface it is running on in promiscuous mode, thus all traffic types and subnets hitting the wire are seen by Snort. That does not mean any corresponding plumbing exists on the network stack to handle the traffic. So IPv6 packets are hitting your physical wire interface from some endpoint device someplace, but that does not mean your firewall will respond to it in any manner. Snort will see the traffic and alert on it, though, because of the promiscuous mode setting.

      1 Reply Last reply Reply Quote 1
      • T
        talaverde
        last edited by

        Soooo, if I didn't want to see those IPv6 alerts, what can I do to (easily) make them go away, aside from just suppressing them? I guess there aren't a bunch of addresses so suppress would work. Is that the best solution? Do I just clear and ignore? I've had this happen several times today? Thanks.

        bmeeksB 1 Reply Last reply Reply Quote 0
        • johnpozJ
          johnpoz LAYER 8 Global Moderator
          last edited by

          You could re evaluate running your IPS on your wan, or even at all for that matter..

          An intelligent man is sometimes forced to be drunk to spend time with his fools
          If you get confused: Listen to the Music Play
          Please don't Chat/PM me for help, unless mod related
          SG-4860 24.11 | Lab VMs 2.8, 24.11

          T 1 Reply Last reply Reply Quote 0
          • T
            talaverde @johnpoz
            last edited by

            @johnpoz said in NOOB - Why IPv6 Alerts?:

            You could re evaluate running your IPS on your wan, or even at all for that matter..

            Maybe I should evaluate running pfSense for that matter, right?

            I'm not running it on my WAN. It's only on my LAN. I also have IPv6 turned off in my Advanced/Networking settings.

            One thought I just had. I have some VPNs configured (OpenVPN based). I just have IPv4 selected, but it registers both an IPv4 AND an IPv6 address. (Not really sure why/how it would register an IPv6 address when I specifically selected only IPv4 in the OpenVPN settings.) I didn't think much of it as I don't use IPv6 and have it turned off on the global level. Maybe Snort it picking up that OpenVPN IPv6 address.

            Back to the original inquiry though. I can't see a way to turn it off.

            Thanks.

            1 Reply Last reply Reply Quote 0
            • T
              talaverde
              last edited by

              Well damn... I take that back. The IPv6 addresses are NOT registered with the (Open) VPN clients anymore. I wonder if Snort is actually blocking those. I'll have to play around with it to see if that theory is correct.

              I'd much rather not have OpenVPN register IPv6 in the first place (which is what I was looking for when I noticed the addresses were now gone). If I figure it out, I'll post the solution.

              1 Reply Last reply Reply Quote 0
              • johnpozJ
                johnpoz LAYER 8 Global Moderator
                last edited by

                @talaverde said in NOOB - Why IPv6 Alerts?:

                Maybe I should evaluate running pfSense for that matter, right?

                Sure you could do that - but its not a pfsense thing of ips reporting alerts.. Its an IPS thing..

                Question for you - has you running IPS actually alerted you to a valid concern/issue? If so in what sense? Did it some way prevent X from being compromise.. Did it alert you to a host that was comprised that you were not aware of? etc. etc.

                An intelligent man is sometimes forced to be drunk to spend time with his fools
                If you get confused: Listen to the Music Play
                Please don't Chat/PM me for help, unless mod related
                SG-4860 24.11 | Lab VMs 2.8, 24.11

                T 1 Reply Last reply Reply Quote 0
                • bmeeksB
                  bmeeks @talaverde
                  last edited by bmeeks

                  @talaverde said in NOOB - Why IPv6 Alerts?:

                  Soooo, if I didn't want to see those IPv6 alerts, what can I do to (easily) make them go away, aside from just suppressing them? I guess there aren't a bunch of addresses so suppress would work. Is that the best solution? Do I just clear and ignore? I've had this happen several times today? Thanks.

                  Which exact rules are firing with those IPv6 addresses? I get no IPv6 alerts even when I had my Hurricane Electric tunnel up and running with IPv6 addresses on all LAN clients. My suspicion is you are running Snort with too many rules enabled and are getting what's essentially nuisance alerts as a result. You can be plenty secure with a reduced rule set. As an example, I've had exactly 8 alerts on my LAN since December 25, 2018. And every one of those 8 were from a single HTTP_INSPECT preprocessor rule (SID 28) which I disabled. Those alerts were caused by my grandson's iPhone while he was here for Easter. They are harmless false positives.

                  I had 12 alerts in December of 2018 on the LAN and every one of those was caused by a defective ET-Open DNS rule that later got fixed (SID 48668).

                  I run IPS Policy - Balanced and then enable the following ET-Open rules:

                  1. emerging-botcc
                  2. emerging-malware
                  3. emerging-mobile-malware
                  4. emerging-trojan

                  If you enable a ton of rules, then you are going to get nuisance alerts and you will just have to live with them.

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    talaverde @johnpoz
                    last edited by

                    @johnpoz said in NOOB - Why IPv6 Alerts?:

                    @talaverde said in NOOB - Why IPv6 Alerts?:

                    Maybe I should evaluate running pfSense for that matter, right?

                    Sure you could do that - but its not a pfsense thing of ips reporting alerts.. Its an IPS thing..

                    Question for you - has you running IPS actually alerted you to a valid concern/issue? If so in what sense? Did it some way prevent X from being compromise.. Did it alert you to a host that was comprised that you were not aware of? etc. etc.

                    If your house security alarm goes off in the middle of the night and you don't find anyone in your house when you look around, do you automatically assume not one actually set it off? You could dust for fingerprints and interview your neighbors to see if they saw anyone suspicious. Or, you can have a little faith that your security system is helping to make you secure. I have no interest in debating if an IPS/IDS is effective, for me, or just in general. At the moment, I'm just asking a simple question about IPv6 alerts.

                    I think I might have found a solution. I'm going to let it run for a while before positing, just to be sure it's working like I hope it is.

                    1 Reply Last reply Reply Quote 0
                    • T
                      talaverde @bmeeks
                      last edited by

                      @bmeeks said in NOOB - Why IPv6 Alerts?:

                      @talaverde said in NOOB - Why IPv6 Alerts?:

                      Soooo, if I didn't want to see those IPv6 alerts, what can I do to (easily) make them go away, aside from just suppressing them? I guess there aren't a bunch of addresses so suppress would work. Is that the best solution? Do I just clear and ignore? I've had this happen several times today? Thanks.

                      Which exact rules are firing with those IPv6 addresses? I get no IPv6 alerts even when I had my Hurricane Electric tunnel up and running with IPv6 addresses on all LAN clients. My suspicion is you are running Snort with too many rules enabled and are getting what's essentially nuisance alerts as a result. You can be plenty secure with a reduced rule set. As an example, I've had exactly 8 alerts on my LAN since December 25, 2018. And every one of those 8 were from a single HTTP_INSPECT preprocessor rule (SID 28) which I disabled. Those alerts were caused by my grandson's iPhone while he was here for Easter. They are harmless false positives.

                      I had 12 alerts in December of 2018 on the LAN and every one of those was caused by a defective ET-Open DNS rule that later got fixed (SID 48668).

                      I run IPS Policy - Balanced and then enable the following ET-Open rules:

                      1. emerging-botcc
                      2. emerging-malware
                      3. emerging-mobile-malware
                      4. emerging-trojan

                      If you enable a ton of rules, then you are going to get nuisance alerts and you will just have to live with them.

                      Thanks for that feedback. Sounds like you have a fundamental ruleset there. If I were to set up a friend or co-worker, I might use your configuration.

                      I've been using the 'IPS Policy - Security" and have had no more than a handful of alerts. I think I might have 4-5 suppressions. I decided to play around with AppID. For the most part, it's working exactly as I hoped. If these IPv6 alerts go away, it'll be pretty much quiet again. If I start getting too many false alerts, There are one or two rule sets which are the source for all the alerts I've gotten. I can always just turn those off.

                      As mentioned, I may have found a way to keep the IPv6 quiet. I'll need to run it for a few days to be (more) sure.

                      Thanks again.

                      1 Reply Last reply Reply Quote 0
                      • T
                        talaverde
                        last edited by

                        Update - I probably should have started my own thread as situation appears unique.

                        My original idea was to tweak some of the general pfSense IPv6 settings. That didn't work.

                        On a closer look, I realized my IPv6 alerts were for port scanning. When I turned on AppID, I also turned on Portscan Detection. I could have turned it off PS Detection completely, but I simply changed the sensitivity from 'medium' to 'low' and I haven't had another alert since.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post
                        Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.