ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    ISPs can sell your browsing history without your consent, Senate rules

    Scheduled Pinned Locked Moved News
    politics
    53 Posts 19 Posters 5.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.
    • travisdh1T
      travisdh1 @anthonyh
      last edited by

      @anthonyh said in ISPs can sell your browsing history without your consent, Senate rules:

      @travisdh1 I may have to check that out. Though, I think if I was do something to "anonamize" (sp?) my browsing history I'd want to do it at the network level so my family is included. I'll have to look into Tor and/or VPN routers and see what's out there.

      Well, the reason I only have it setup for a single browser is because of the nature of the TOR network, it moves like molasses in the middle of winter compared to the regular internet connection. If you want a VPN that's not going to slow things down, just pay a provider $5/month.

      1 Reply Last reply Reply Quote 0
      • wirestyle22W
        wirestyle22
        last edited by

        Tor

        1 Reply Last reply Reply Quote 0
        • NerdyDadN
          NerdyDad
          last edited by

          VPN somewhere else (such as @scottalanmiller's computer) and then TOR.

          1 Reply Last reply Reply Quote 2
          • DustinB3403D
            DustinB3403
            last edited by DustinB3403

            I just assumed this was already occurring. While using Tor to reduce the likelyhood of being "known" helps, Tor is painfully slow, and a lot of the features you want the internet for, are completely non-functional. Granted this is because these services aren't built for privacy, but still.

            1 Reply Last reply Reply Quote 2
            • wirestyle22W
              wirestyle22
              last edited by

              It becomes a question of what is important: "enough" anonymity or functionality. Personal choice.

              travisdh1T 1 Reply Last reply Reply Quote 1
              • travisdh1T
                travisdh1 @wirestyle22
                last edited by

                @wirestyle22 said in ISPs can sell your browsing history without your consent, Senate rules:

                It becomes a question of what is important: "enough" anonymity or functionality. Personal choice.

                Yep. Which is why I typically have a single browser configured to use it instead of whole systems or networks.

                1 Reply Last reply Reply Quote 0
                • stacksofplatesS
                  stacksofplates
                  last edited by

                  Just spin up a cheap VM and use a dynamic SSH tunnel. Then destroy the VM when you're done.

                  scottalanmillerS NerdyDadN 2 Replies Last reply Reply Quote 1
                  • scottalanmillerS
                    scottalanmiller @stacksofplates
                    last edited by

                    @stacksofplates said in ISPs can sell your browsing history without your consent, Senate rules:

                    Just spin up a cheap VM and use a dynamic SSH tunnel. Then destroy the VM when you're done.

                    Automate that with Ansible and you can have a system of rapidly moving VPN servers on top of everything else! Add a CloudFlare script and you can automate it to set up and destroy and configure DNS every day automatically if you want for a truly difficult to track system. Add Terraform and you could have it randomly pick a different datacenter every day!

                    DustinB3403D A 2 Replies Last reply Reply Quote 2
                    • DustinB3403D
                      DustinB3403 @scottalanmiller
                      last edited by

                      @scottalanmiller said in ISPs can sell your browsing history without your consent, Senate rules:

                      @stacksofplates said in ISPs can sell your browsing history without your consent, Senate rules:

                      Just spin up a cheap VM and use a dynamic SSH tunnel. Then destroy the VM when you're done.

                      Automate that with Ansible and you can have a system of rapidly moving VPN servers on top of everything else! Add a CloudFlare script and you can automate it to set up and destroy and configure DNS every day automatically if you want for a truly difficult to track system. Add Terraform and you could have it randomly pick a different datacenter every day!

                      Write up a guide, would you 🙂 Don't skip any steps in between.

                      1 Reply Last reply Reply Quote 3
                      • NerdyDadN
                        NerdyDad @stacksofplates
                        last edited by

                        @stacksofplates said in ISPs can sell your browsing history without your consent, Senate rules:

                        Just spin up a cheap VM and use a dynamic SSH tunnel. Then destroy the VM when you're done.

                        One of the reasons why I went with Qubes was for privacy. Spin up a disposable VM script, do what needs to be done, and then close it to shutdown the vm and all of the evidence is gone.

                        scottalanmillerS 1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller @NerdyDad
                          last edited by

                          @NerdyDad said in ISPs can sell your browsing history without your consent, Senate rules:

                          @stacksofplates said in ISPs can sell your browsing history without your consent, Senate rules:

                          Just spin up a cheap VM and use a dynamic SSH tunnel. Then destroy the VM when you're done.

                          One of the reasons why I went with Qubes was for privacy. Spin up a disposable VM script, do what needs to be done, and then close it to shutdown the vm and all of the evidence is gone.

                          You are mixing use cases which makes it a little hard. Qubes has one purpose, running a lab is another.

                          But why not just use KVM, spin up a VM and revert it when done? Same privacy.

                          NerdyDadN 1 Reply Last reply Reply Quote 1
                          • A
                            aidan_walsh @scottalanmiller
                            last edited by

                            @scottalanmiller Until they subpoena Cloudflare (or any other provider).

                            mlnewsM 1 Reply Last reply Reply Quote 0
                            • NerdyDadN
                              NerdyDad @scottalanmiller
                              last edited by

                              @scottalanmiller said in ISPs can sell your browsing history without your consent, Senate rules:

                              @NerdyDad said in ISPs can sell your browsing history without your consent, Senate rules:

                              @stacksofplates said in ISPs can sell your browsing history without your consent, Senate rules:

                              Just spin up a cheap VM and use a dynamic SSH tunnel. Then destroy the VM when you're done.

                              One of the reasons why I went with Qubes was for privacy. Spin up a disposable VM script, do what needs to be done, and then close it to shutdown the vm and all of the evidence is gone.

                              You are mixing use cases which makes it a little hard. Qubes has one purpose, running a lab is another.

                              But why not just use KVM, spin up a VM and revert it when done? Same privacy.

                              You're right there. My original intent was to use it to learn CentOS and other linux server distros. I assumed that, since Qubes was built from Xen, that it should adaquetly support CentOS, but was wrong on that point. However, I have been liking it for a daily Linux driver for its built-in fail safes.

                              1 Reply Last reply Reply Quote 0
                              • mlnewsM
                                mlnews @aidan_walsh
                                last edited by

                                @aidan_walsh said in ISPs can sell your browsing history without your consent, Senate rules:

                                @scottalanmiller Until they subpoena Cloudflare (or any other provider).

                                You assume that CF tracks historical DNS. Likely they do not. Would make no sense.

                                1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch
                                  last edited by

                                  'Cards Against Humanity' Creator Vows To Buy And Publish Congress's Internet History
                                  http://www.distractify.com/trending/2017/03/29/ZOXB29/temkin-buying-congress-data

                                  travisdh1T RojoLocoR DustinB3403D 3 Replies Last reply Reply Quote 6
                                  • travisdh1T
                                    travisdh1 @JaredBusch
                                    last edited by

                                    @JaredBusch said in ISPs can sell your browsing history without your consent, Senate rules:

                                    'Cards Against Humanity' Creator Vows To Buy And Publish Congress's Internet History
                                    http://www.distractify.com/trending/2017/03/29/ZOXB29/temkin-buying-congress-data

                                    Good for Max. Couldn't happen to a nicer set of people.

                                    1 Reply Last reply Reply Quote 1
                                    • RojoLocoR
                                      RojoLoco @JaredBusch
                                      last edited by RojoLoco

                                      @JaredBusch said in ISPs can sell your browsing history without your consent, Senate rules:

                                      'Cards Against Humanity' Creator Vows To Buy And Publish Congress's Internet History
                                      http://www.distractify.com/trending/2017/03/29/ZOXB29/temkin-buying-congress-data

                                      I truly hope this happens, and the resulting histories are made public. Then we are one step closer to stringing the offending politricksters up by their short n curlies.

                                      1 Reply Last reply Reply Quote 2
                                      • DustinB3403D
                                        DustinB3403 @JaredBusch
                                        last edited by

                                        @JaredBusch said in ISPs can sell your browsing history without your consent, Senate rules:

                                        'Cards Against Humanity' Creator Vows To Buy And Publish Congress's Internet History
                                        http://www.distractify.com/trending/2017/03/29/ZOXB29/temkin-buying-congress-data

                                        It's funny that there are only republicans who took money to pass this.

                                        coliverC 1 Reply Last reply Reply Quote 0
                                        • coliverC
                                          coliver @DustinB3403
                                          last edited by

                                          @DustinB3403 said in ISPs can sell your browsing history without your consent, Senate rules:

                                          @JaredBusch said in ISPs can sell your browsing history without your consent, Senate rules:

                                          'Cards Against Humanity' Creator Vows To Buy And Publish Congress's Internet History
                                          http://www.distractify.com/trending/2017/03/29/ZOXB29/temkin-buying-congress-data

                                          It's funny that there are only republicans who took money to pass this.

                                          You're surprised? We may be getting a bit too political here though.

                                          DustinB3403D 1 Reply Last reply Reply Quote 0
                                          • DustinB3403D
                                            DustinB3403 @coliver
                                            last edited by DustinB3403

                                            @coliver said in ISPs can sell your browsing history without your consent, Senate rules:

                                            @DustinB3403 said in ISPs can sell your browsing history without your consent, Senate rules:

                                            @JaredBusch said in ISPs can sell your browsing history without your consent, Senate rules:

                                            'Cards Against Humanity' Creator Vows To Buy And Publish Congress's Internet History
                                            http://www.distractify.com/trending/2017/03/29/ZOXB29/temkin-buying-congress-data

                                            It's funny that there are only republicans who took money to pass this.

                                            You're surprised? We may be getting a bit too political here though.

                                            Well surprised on two things, one only republicans are listed. Cause I'm sure there was a dem that took some money, and two that none of the dems are listed.

                                            Which is a bit insane.

                                            coliverC M 2 Replies Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 3 / 3
                                            • First post
                                              Last post