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

    PfBlockerNG v2.0 w/DNSBL

    Scheduled Pinned Locked Moved pfBlockerNG
    1.1k Posts 192 Posters 1.9m 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.
    • S
      SanderX
      last edited by

      @BBcan177:

      @khanman:

      So DNSBL will accept a list containing a full URL (http://malware.example.com/path/to/badfile.exe) ?  I wasn't aware of that and only added the DOMBL.txt as a feed in DNSBL and IPBL.txt(as IPv4 list)

      DNSBL will parse each line and extract the Domain…

      This is similar to other lists like PhishTank/OpenPhish/Malware Patrol... There can be some FPs with the three that I mentioned here, because of the fact that they post URLs... So Alexa whitelist can be useful for these types of lists... But generally most of those Domains/URLs you'd want to avoid....

      The RW URL list shouldn't be whitelisted with Alexa tho...

      Thanks for clearing up, I wasn't aware of that either and just skipped the URL blocklists 8)

      @khanman, thanks for the hint about pfBlockerNG hangout! Going to watch in a minute!

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by

        Hi BBcan177, first of all I'm a big fan of you awesome pfsense package, great work! I'm using your plugin for a couple of weeks now but I noticed some strange behaviour with DNSBL. Some fqdn's get blocked sometimes even if they are added to the global whitelist, this is not always the case. The only way to fix this was to completely set the List Action box to disabled to get things working again. After switching it back to unbound it didn't get blocked. In this particulair case it's analytics.twitter.com

        The block is added to the alert log, even at this point it says it's already added to the whitelist. Why does it block this fqdn?

        1 Reply Last reply Reply Quote 0
        • BBcan177B
          BBcan177 Moderator
          last edited by

          @khanman:

          Is there such a CURRENT compilation on the forum?

          This post has instructions on how to get a script that I wrote a year ago…. There are some changes to that list since, but its a start.

          https://forum.pfsense.org/index.php?topic=86212.msg549973#msg549973

          I will try to make a new script at some point....

          "Experience is something you don't get until just after you need it."

          Website: http://pfBlockerNG.com
          Twitter: @BBcan177  #pfBlockerNG
          Reddit: https://www.reddit.com/r/pfBlockerNG/new/

          1 Reply Last reply Reply Quote 0
          • BBcan177B
            BBcan177 Moderator
            last edited by

            Did you originally click the "+" suppress icon? or did you manually add the Domain to the DNSBL Whitelist?

            When you click the "+" icon, it should remove the domain from the DNSBL database, and add it to the Whitelist to prevent it from getting added at a Cron event… If you manually add a domain to the whitelist, then you need to run a "Force Reload - DNSBL" for it to be removed...

            Keep in mind, that your browser/OS might be caching the DNSBL VIP address for that domain. Might have to clear the browser Cache and OS cache...

            You can use this link for Chrome:
            chrome://net-internals/#dns

            "Experience is something you don't get until just after you need it."

            Website: http://pfBlockerNG.com
            Twitter: @BBcan177  #pfBlockerNG
            Reddit: https://www.reddit.com/r/pfBlockerNG/new/

            1 Reply Last reply Reply Quote 0
            • W
              wiz561
              last edited by

              Stupid question…  I have pfBlockerNG with dnsbl running and a custom domain suppression/whitelist that was created using the plus signs in the alerts for dnsbl.

              Even the fqdn is added to this list and I do a dns resolution, it gets the 10.10.10.1 address and not the proper IP.  It's as if dnsbl or pfblocker isn't seeing this whitelist.

              Does anybody know how I can resolve this?

              Thanks!

              1 Reply Last reply Reply Quote 0
              • D
                Deadpool
                last edited by

                have you force reloaded on the Update Tab?

                1 Reply Last reply Reply Quote 0
                • W
                  wiz561
                  last edited by

                  @Deadpool:

                  have you force reloaded on the Update Tab?

                  I most definitely did.  The exclusion list has been sitting in there for months and never worked.  I just got motivated to look into why it's not working today.

                  1 Reply Last reply Reply Quote 0
                  • BBcan177B
                    BBcan177 Moderator
                    last edited by

                    @wiz561:

                    @Deadpool:

                    have you force reloaded on the Update Tab?

                    I most definitely did.  The exclusion list has been sitting in there for months and never worked.  I just got motivated to look into why it's not working today.

                    What kind of Domain are you suppressing?

                    Can you grep for it:

                    grep "example.com" /var/db/pfblockerng/dnsbl/*.txt
                    grep "example.com" /var/db/pfblockerng/dnsblalias/*.txt
                    

                    "Experience is something you don't get until just after you need it."

                    Website: http://pfBlockerNG.com
                    Twitter: @BBcan177  #pfBlockerNG
                    Reddit: https://www.reddit.com/r/pfBlockerNG/new/

                    1 Reply Last reply Reply Quote 0
                    • H
                      hulleyrob
                      last edited by

                      Ive just noticed an annoying bug when pressing save on the Firewall/pfBlockerNG/Edit/IPv4 page if there are any errors all your data gets wiped out :-(

                      Can you please leave the data so if can be corrected?

                      Thanks

                      Rob

                      1 Reply Last reply Reply Quote 0
                      • D
                        Deadpool
                        last edited by

                        is it possible to whitelist with placeholders?

                        for example whitelist video.domain.com*
                        or how would i do that correctly?

                        because i have a domain where videos are not playable and it looks like this -> video.domain.com/abc=43 and the id's always change.

                        1 Reply Last reply Reply Quote 0
                        • X
                          XmickS
                          last edited by

                          Windows is showing the "no internet access" icon when I'm connected to my home network(see image). I noticed that when I disable DNSBL, windows says I do have "internet access".  How should I solve this?

                          Maybe windows does a dns test which gets blocked by the DNSBL.

                          ![No intenet access.png](/public/imported_attachments/1/No intenet access.png)
                          ![No intenet access.png_thumb](/public/imported_attachments/1/No intenet access.png_thumb)
                          ![No intenet access.png](/public/imported_attachments/1/No intenet access.png)
                          ![No intenet access.png_thumb](/public/imported_attachments/1/No intenet access.png_thumb)

                          1 Reply Last reply Reply Quote 0
                          • RonpfSR
                            RonpfS
                            last edited by

                            Already discussed @BBcan177:

                            @jycai:

                            I suppress couple domains and looks like the yellow triangle icon has gone away. Thanks!
                            Just wondering, is there any other way to solve this issue, like put the local PCs in a white list or something like that?

                            I think you suppressed:  www.msftncsi.com

                            Recent discussion here:
                            https://forum.pfsense.org/index.php?topic=111460.msg620939#msg620939

                            The package doesn't have a built-in whitelist. Its up to the user to decide what to block.

                            2.4.5-RELEASE-p1 (amd64)
                            Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
                            Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

                            1 Reply Last reply Reply Quote 0
                            • X
                              XmickS
                              last edited by

                              Okay thanks for the reply!

                              I added " www.msftncsi.com/" to the DNSBL supression list and did a "Reload All", but that didn't solve the issue. When I browse to "www.msftncsi.com/" it still gets blocked. I also killed firewall states, disabled and enabled pfblocker and DNSBL. That too didn't work. How should I proceed?

                              I already had one domain listed in the domain supression list, and that also still gets blocked. Maybe I have some setting wrong?

                              1 Reply Last reply Reply Quote 0
                              • RonpfSR
                                RonpfS
                                last edited by

                                @XmickS:

                                Okay thanks for the reply!

                                I added " www.msftncsi.com/" to the DNSBL supression list and did a "Reload All", but that didn't solve the issue. When I browse to "www.msftncsi.com/" it still gets blocked. I also killed firewall states, disabled and enabled pfblocker and DNSBL. That too didn't work. How should I proceed?

                                I already had one domain listed in the domain supression list, and that also still gets blocked. Maybe I have some setting wrong?

                                " www.msftncsi.com/" should be "www.msftncsi.com" without the quotes (")

                                2.4.5-RELEASE-p1 (amd64)
                                Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
                                Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

                                1 Reply Last reply Reply Quote 0
                                • X
                                  XmickS
                                  last edited by

                                  I know  :), I just added the quotes to make it more clear to see in my reply.

                                  I also rebooted and that also didn't help.

                                  1 Reply Last reply Reply Quote 0
                                  • BBcan177B
                                    BBcan177 Moderator
                                    last edited by

                                    Add both to the following to the suppress list and run a "Force Reload - DNSBL"

                                    www.msftncsi.com
                                    msftncsi.com

                                    You can run the following to see if a domain is listed:

                                    grep "msftncsi.com" /var/unbound/pfb_dnsbl.conf
                                    grep "msftncsi.com" /var/db/pfblockerng/dnsbl/*.txt
                                    grep "msftncsi.com" /var/db/pfblockerng/dnsblorig/*
                                    

                                    "Experience is something you don't get until just after you need it."

                                    Website: http://pfBlockerNG.com
                                    Twitter: @BBcan177  #pfBlockerNG
                                    Reddit: https://www.reddit.com/r/pfBlockerNG/new/

                                    1 Reply Last reply Reply Quote 0
                                    • BBcan177B
                                      BBcan177 Moderator
                                      last edited by

                                      @Deadpool:

                                      is it possible to whitelist with placeholders?

                                      for example whitelist video.domain.com*
                                      or how would i do that correctly?

                                      because i have a domain where videos are not playable and it looks like this -> video.domain.com/abc=43 and the id's always change.

                                      Wildcards don't work in DNSBL Suppression. Needs to be an exact match…

                                      "Experience is something you don't get until just after you need it."

                                      Website: http://pfBlockerNG.com
                                      Twitter: @BBcan177  #pfBlockerNG
                                      Reddit: https://www.reddit.com/r/pfBlockerNG/new/

                                      1 Reply Last reply Reply Quote 0
                                      • X
                                        XmickS
                                        last edited by

                                        @BBcan177:

                                        Add both to the following to the suppress list and run a "Force Reload - DNSBL"

                                        www.msftncsi.com
                                        msftncsi.com

                                        You can run the following to see if a domain is listed:

                                        grep "msftncsi.com" /var/unbound/pfb_dnsbl.conf
                                        grep "msftncsi.com" /var/db/pfblockerng/dnsbl/*.txt
                                        grep "msftncsi.com" /var/db/pfblockerng/dnsblorig/*
                                        

                                        Only the last command gave an output:```
                                        /var/db/pfblockerng/dnsblorig/ADs_someone.orig:127.0.0.1 msftncsi.com
                                        /var/db/pfblockerng/dnsblorig/ADs_someone.orig:127.0.0.1 www.msftncsi.com

                                        1 Reply Last reply Reply Quote 0
                                        • RonpfSR
                                          RonpfS
                                          last edited by

                                          maybe you need to clear the DNS cache on windows side

                                          2.4.5-RELEASE-p1 (amd64)
                                          Intel Core2 Quad CPU Q8400 @ 2.66GHz 8GB
                                          Backup 0.5_5, Bandwidthd 0.7.4_4, Cron 0.3.7_5, pfBlockerNG-devel 3.0.0_16, Status_Traffic_Totals 2.3.1_1, System_Patches 1.2_5

                                          1 Reply Last reply Reply Quote 0
                                          • BBcan177B
                                            BBcan177 Moderator
                                            last edited by

                                            Hi Xmicks,

                                            The three commands will show:

                                            First grep cmd:  If a domain is listed in the DNSBL Blocklist.
                                            Second grep  :  This will show which Feed has a Blocked Domain
                                            Thirds grep    : These are the original files from the Feed…

                                            So you don't have any reference to  msftncsi.com  in DNSBL....

                                            If its still blocked, clear your browser and OS cache... If you ping it and its still getting the DNSBL IP, then its probably still in your cache....

                                            Can use this to clear the cache from Chrome :  chrome://net-internals/#dns

                                            "Experience is something you don't get until just after you need it."

                                            Website: http://pfBlockerNG.com
                                            Twitter: @BBcan177  #pfBlockerNG
                                            Reddit: https://www.reddit.com/r/pfBlockerNG/new/

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