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

    Suspicious Traffic?

    Scheduled Pinned Locked Moved General pfSense Questions
    54 Posts 4 Posters 15.6k 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.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      If you're concerned about it the only thing you can really do is tunnel all your traffic through it so the router never sees inside it. There is obviously overhead to doing that though.

      Steve

      D 1 Reply Last reply Reply Quote 0
      • D
        deanfourie @stephenw10
        last edited by

        @stephenw10 I originally was routing all traffic through a VPN, however I got so many more weird connections as a result.

        One question I do have is, would doubling NATting effect the results of the flows in ntopng.

        Like matching ports and applications etc?

        Thanks

        1 Reply Last reply Reply Quote 0
        • stephenw10S
          stephenw10 Netgate Administrator
          last edited by

          No I wouldn't expect it to. The source/destination ports/IPs that ntop can see are still the same.

          D 1 Reply Last reply Reply Quote 0
          • D
            deanfourie @stephenw10
            last edited by

            @stephenw10 said in Suspicious Traffic?:

            No I wouldn't expect it to. The source/destination ports/IPs that ntop can see are still the same.

            Thank you

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

              Maybe someone could take a look at this capture. Lots of SSH from 192.168.8.2 which is my pfSense firewall.

              Also a lot of TCP retransmissions. I'm not sure how my pfSense could be sending out SSH traffic?

              capture.pcap

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

                @deanfourie pfsense out of the box would not be doing any ssh outbound..

                You would see retrans when you send a syn and you don't get an answer..

                Did you look in your state table for those IPs to what behind pfsense might be trying to talk to those IPs.. Looks like Ips on your ISP network.

                ;; ANSWER SECTION:
                22.239.24.86.in-addr.arpa. 86400 IN     PTR     cpc152131-stkp13-2-0-cust21.10-2.cable.virginm.net.
                

                Dude do you have Ntopng running in discovery mode on your wan?? That would for sure freaking do it..

                ntop.jpg

                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

                D 1 Reply Last reply Reply Quote 0
                • D
                  deanfourie @johnpoz
                  last edited by

                  @johnpoz Heres what I found in the states table.

                  Capture.PNG

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

                    @deanfourie Dude stop having ntop try to discovery your wan.

                    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

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      deanfourie @johnpoz
                      last edited by

                      @johnpoz oh that's not ntop that's the states table.

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

                        @deanfourie Again the only thing that would do what your seeing is ntop in discovery mode.. Turn it off and that traffic will stop..

                        Its not suspicious traffic - its ntop in discovery mode..

                        Why you would have it trying to discover your wan what is causing that traffic.

                        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

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          deanfourie @johnpoz
                          last edited by

                          @johnpoz so you're telling me that ntop is creating these outbound ssh connections?

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

                            @deanfourie Yes - its discovery mode.. Is looking for stuff.. ssh (port 22) being one of the things it looks for.

                            Here is a recent thread - same sort of thing

                            https://forum.netgate.com/topic/172680/ntopng-sshguard

                            Here is the code from the ntop

                            https://github.com/ntop/ntopng/blob/dev/scripts/lua/modules/discover_utils.lua#L495

                            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

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              deanfourie @johnpoz
                              last edited by

                              @johnpoz but would it not see this traffic only if this traffic existed? Hence why it's seeing it

                              I don't know what am I missing?

                              johnpozJ D 2 Replies Last reply Reply Quote 0
                              • johnpozJ
                                johnpoz LAYER 8 Global Moderator @deanfourie
                                last edited by johnpoz

                                @deanfourie its creating it!! Turn off discovery!

                                discovery.jpg

                                Ntop is creating the traffic - so yes you see it

                                Or uncheck ntop from using your wan.. There is little reason for ntop on your wan. You wan to see where your clients are going - not all the noise hitting your wan.

                                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

                                1 Reply Last reply Reply Quote 0
                                • D
                                  deanfourie @deanfourie
                                  last edited by

                                  @deanfourie dude, my WAN is a upstream gateway, is is simply another private network as far as ntop is concerned.

                                  The fact is I'm seeing SSH traffic from my pfSense WAN interface, and seeing the connections in the pfSense states table.

                                  How's that normal?

                                  johnpozJ 1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    Because ntop is sending them to try to detect hosts on that subnet. That's what the active discovery does.

                                    D 1 Reply Last reply Reply Quote 1
                                    • johnpozJ
                                      johnpoz LAYER 8 Global Moderator @deanfourie
                                      last edited by

                                      @deanfourie I have no idea what else to tell you - ntop is creating that traffic, its not suspicious.

                                      If you don't want it doing it, then turn it off from doing it, if you want your ntop discovery your isp network - have at it, they might not be happy about that, or your isp other users, etc..

                                      Why don't you turn off the auto discovery I showed you - do you continue to see this traffic?

                                      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

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        deanfourie @stephenw10
                                        last edited by

                                        @stephenw10 but the connection is to a external IP?

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

                                          @deanfourie said in Suspicious Traffic?:

                                          but the connection is to a external IP?

                                          What are you not understanding that network is trying to be discovered by ntop - its your actual ISP network.. Doesn't matter if your behind a double nat or not.

                                          Again turn off the auto discovery - does that traffic go away?

                                          pfsense out of the box would not be creating random connections to IPs out on the internet. But you know what would - ntop discovery.. You are running ntop, I showed you from sniff clearly showing ntop doing discovery - see the user agent in what I posted..

                                          So either let it do what its doing, or disable auto discovery, or configure ntop not to use your wan interface on pfsense for discovery.

                                          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

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            deanfourie @johnpoz
                                            last edited by

                                            @johnpoz ok, ive turned of network discovery (active network discovery) and it has not gone away. Still there are multiple SSH sessions to a random WAN IP

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