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

    Best rules to best protection in WAN and LAN Interface

    IDS/IPS
    10
    31
    19.9k
    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 bmeeks

      @NogBadTheBad is 100% correct. In a typical setup the WAN will drop all unsolicited inbound traffic by default unless there is an existing state for it. There would be an existing state only if something inside the firewall started the conversation. Putting Snort or Suricata on the WAN means all the IP addresses you see in the alerts are after NAT is applied for outbound traffic and before NAT is undone for inbound traffic, so all of your local hosts (those on your LAN you are actually concerned with) show up as having your WAN's public IP address. This makes finding an infected host on your LAN very difficult.

      Snort and Suricata are primarily designed to protect hosts behind a firewall, not the firewall itself. In order for any traffic from outside to get to a LAN host it must traverse the LAN interface of your pfSense firewall. Likewise, for any other locally-attached interface such as a DMZ, the same is true: the traffic must traverse that local interface to reach the hosts behind it.

      The only potential case for putting an IDS/IPS on the WAN interface would be if you have public facing services running on the firewall itself (for example, you run an authoritative DNS server on the firewall or you run a public-facing web server on the firewall: both of which are very, very bad ideas anyway!).

      1 Reply Last reply Reply Quote 2
      • T
        torefloo
        last edited by

        thanks for the snort, only VRT is sufficient to enable.which settings you would like to activate.

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

          @torefloo said in Best rules to best protection in WAN and LAN Interface:

          thanks for the snort, only VRT is sufficient to enable.which settings you would like to activate.

          I'm sorry, but I don't fully understand your post. Are you asking me a question or are you stating that you have the answer you wanted to your original question? Perhaps English is a second language for you and there is some misunderstanding on my part due to the translation. If you need more information from me, can you please restate your question?

          Thanks!

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

            @bmeeks said in Best rules to best protection in WAN and LAN Interface:

            thanks for the snort, only VRT is sufficient to enable.which settings you would like to activate.

            for snort settings, I only need to activate the VRT rule or recommend which other rules should be activated.

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

              @torefloo said in Best rules to best protection in WAN and LAN Interface:

              @bmeeks said in Best rules to best protection in WAN and LAN Interface:

              thanks for the snort, only VRT is sufficient to enable.which settings you would like to activate.

              for snort settings, I only need to activate the VRT rule or recommend which other rules should be activated.

              For users new to administering an IDS/IPS I recommend starting with a basic security policy. The Snort VRT (Vulnerability Research Team) tags their rules with a piece of metadata called "IPS Policy". They have four policies they tag rules with. In order of increasing security those policy tags are:

              1. Connectivity
              2. Balanced
              3. Security
              4. Max-Detect (testing only)

              That fourth policy (Max-Detect) is suggested for testing only as it will generate a ton of alerts and many of them will likely be false positives.

              So when you install the Snort Subscriber Rules and enable automatic rule section via an IPS Policy, the Snort package will find all the rules from the Snort VRT that are tagged with the policy you select and add them to your list of enforcing rules. The Snort Subscriber Rules are the only ones tagged with this policy metadata. The Emerging Threats rules are not tagged with a policy, so using them requires manually selecting categories and then tuning individual rules in each category. That's a lot of work even for an experienced admin, and can be a bit overwhelming for a new security admin. That's why I suggest starting with the IPS Policy - Connectivity setting only.

              There is nothing else you need to change in the Snort package out-of-the-box if you select to use the IPS Policy - Connectivity as I described above. As you gain experience you can experiment with other rules such as Emerging Threats and even the OpenAppID DPI ruleset.

              T 1 Reply Last reply Reply Quote 2
              • T
                torefloo @bmeeks
                last edited by

                @bmeeks thank you I have gained important information from you.

                1 Reply Last reply Reply Quote 2
                • A
                  aljames
                  last edited by

                  Very good info, Thanks! One question I have to clarify. I understand why no need to run IPS on the WAN and instead on the LAN. What about additional physical networks within? I have my lab of wired only devices on LAN port, and an additional OPT port configured as a separate subnet for wireless access point stuff such as crap devices as well as some trusted laptops that use the wireless. Should Snort be set up on all subnets inside the home network?

                  T NogBadTheBadN 2 Replies Last reply Reply Quote 0
                  • T
                    torefloo @aljames
                    last edited by

                    @aljames good question but @bmeeks can respond.

                    1 Reply Last reply Reply Quote 0
                    • NogBadTheBadN
                      NogBadTheBad @aljames
                      last edited by NogBadTheBad

                      @aljames said in Best rules to best protection in WAN and LAN Interface:

                      Very good info, Thanks! One question I have to clarify. I understand why no need to run IPS on the WAN and instead on the LAN. What about additional physical networks within? I have my lab of wired only devices on LAN port, and an additional OPT port configured as a separate subnet for wireless access point stuff such as crap devices as well as some trusted laptops that use the wireless. Should Snort be set up on all subnets inside the home network?

                      As I mentioned everything by default is blocked by the WAN rules.

                      If you have any port forwards then also run Snort on the WAN, I have it on WAN and LAN, but it will show alerts 2 alerts per alert, 1 for the LAN and 1 for the WAN.

                      Treat any OPTx interface as a LAN interface, if they are VLANS run Snort on the parent interface as it puts the interface into promiscuous mode and captures all traffic.

                      Andy

                      1 x Netgate SG-4860 - 3 x Linksys LGS308P - 1 x Aruba InstantOn AP22

                      1 Reply Last reply Reply Quote 0
                      • K
                        koko_adams @NogBadTheBad
                        last edited by

                        @NogBadTheBad
                        By default Internet -> WAN would be blocked by the default deny rules.

                        What is the default deny rules ?

                        NogBadTheBadN 1 Reply Last reply Reply Quote 0
                        • NogBadTheBadN
                          NogBadTheBad @koko_adams
                          last edited by

                          @koko_adams said in Best rules to best protection in WAN and LAN Interface:

                          @NogBadTheBad
                          By default Internet -> WAN would be blocked by the default deny rules.

                          What is the default deny rules ?

                          Block everything, by default, the rule isn't visible.

                          Andy

                          1 x Netgate SG-4860 - 3 x Linksys LGS308P - 1 x Aruba InstantOn AP22

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

                            @koko_adams
                            Just to clarify as there may be some confusion here, @NogBadTheBad is talking about the hidden default pfSense firewall rules on the WAN. He is not talking about Snort rules.

                            Out-of-the-box pfSense comes with the firewall rules defined that block all inbound unsolicited traffic on the WAN (from the Internet). These rules are hidden within the GUI, but they are there. The only way traffic can get into your firewall from the WAN using a default setup is if some host inside your firewall first initiates a conversation with a host outside the firewall. That conversation setup results in the creation of a "state" in the firewall, and that "state" allows inbound traffic to pass, but only that traffic destined for the internal host that started the conversation.

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

                              @bmeeks Well I will have one last question, this wan interface facing an iis server (web server) and the server we provide is the web server service that runs on plesk, but only if the LAN interface snort is still sufficient to activate.

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

                                @torefloo said in Best rules to best protection in WAN and LAN Interface:

                                @bmeeks Well I will have one last question, this wan interface facing an iis server (web server) and the server we provide is the web server service that runs on plesk, but only if the LAN interface snort is still sufficient to activate.

                                I'm having a little trouble following the translation of your question. What do you mean about an IIS web server facing your WAN interface? Do you mean the two are simply in the same subnet on the WAN side, or do you mean the IIS server is behind your firewall on some sort of DMZ?

                                Sorry, but the language translation is confusing me in terms of what you are asking.

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

                                  @bmeeks iis server (web server) in the LAN network with the WAN interface to go out and request from outside. In this case it is only necessary to activate the snort on the LAN interface.
                                  two interfaces are available WAN and LAN.

                                  bmeeksB 1 Reply Last reply Reply Quote 0
                                  • T
                                    trumee
                                    last edited by

                                    @bmeeks Instead of saying setup SNORT on LAN, isn't it better to suggest putting SNORT on all the interfaces which are receiving port forwards from WAN. This would then cover DMZ and all other Vlan interfaces.

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

                                      @torefloo said in Best rules to best protection in WAN and LAN Interface:

                                      @bmeeks iis server (web server) in the LAN network with the WAN interface to go out and request from outside. In this case it is only necessary to activate the snort on the LAN interface.
                                      two interfaces are available WAN and LAN.

                                      Yes, it is only necessary to install Snort on the internal firewall interfaces; be that a single LAN or multiple internal interfaces such as a LAN, Wireless LAN, DMZ, etc.

                                      Do not get single-focused on the use of the word "LAN". I only mean that to represent internal (behind the WAN) firewall interfaces. If you have a DMZ with servers in it, then of course you can run a Snort instance there. I didn't literally mean just put Snort on the LAN and nowhere else.

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

                                        @trumee said in Best rules to best protection in WAN and LAN Interface:

                                        @bmeeks Instead of saying setup SNORT on LAN, isn't it better to suggest putting SNORT on all the interfaces which are receiving port forwards from WAN. This would then cover DMZ and all other Vlan interfaces.

                                        See my most recent reply to @torefloo. When I say "LAN" I am just using that as a reference for any internal interfaces.

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          maksimred20
                                          last edited by maksimred20

                                          Help me understand something. I have HAProxy set up on pfSense that proxy's over to backend servers on the LAN. I understand the noise that get's generated if i set up Snort on the WAN interface, by default all unsolicited WAN traffic is dropped, but when I have port 80 and 443 allowed through the firewall to "This firewall" to the pfSense, how can I set up Snort to only apply the snort rules if ports 80 or 443 are alerted?

                                          I do get a bunch of noise as mentioned on the WAN interfaces on other Dports 1433, 3389, etc that I do not have opened in the firewall rules, but I also get port 80 and 443 targeted with attacks and would like to mitigate them. Short of offloading ha proxy duties to a VM that resides on a dedicated LAN interface, I am not sure on what I can do.

                                          Setting monitor mode on the LAN interface does me no good because the attacks are hitting the pfsense firewall on port 80/443 and are not sent down to a LAN machine to respond to.

                                          Current WAN firewall rules:
                                          wan_fw_rules.png

                                          Snort Alerts on WAN Interface Port 80:
                                          The destination IP is my WAN interface IP.
                                          wan_port_80_snort.png

                                          Snort Alerts on WAN Interface Port 443:
                                          wan_port_443_snort.png

                                          Bob.DigB bmeeksB 2 Replies Last reply Reply Quote 0
                                          • Bob.DigB
                                            Bob.Dig LAYER 8 @maksimred20
                                            last edited by

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