news Canadian News
Good Morning Guest | login or register
  • Home
    • Canadian News
    • Popular News
    • News Voting Log
    • News Images
  • Forums
    • Recent Topics Scroll
    •  
    • Politics Forums
    • Sports Forums
    • Regional Forums
  • Content
    • Achievements
    • Canadian Content
    • Famous Canadians
    • Famous Quotes
    • Jokes
    • Canadian Maps
  • Photos
    • Picture Gallery
    • Wallpapers
    • Recent Activity
  • About
    • About
    • Contact
    • Link to Us
    • Points
    • Statistics
  • Shop
  • Register
    • Gold Membership
  • Archive
    • Canadian TV
    • Canadian Webcams
    • Groups
    • Links
    • Top 10's
    • Reviews
    • CKA Radio
    • Video
    • Weather

Limits on FBI access to search histories fails

Canadian Content
20757news upnews down

Limits on FBI access to search histories fails by one Senate vote


Uncle Sam | 207574 hits | May 14 9:28 am | Posted by: DrCaleb
14 Comment

An effort to protect Americans' browsing and search histories from warrantless government surveillance failed by a single vote in the Senate on Wednesday. The privacy measure, sponsored by Sen. Ron Wyden (D-OR) and Sen. Steve Daines (R-MT) got 59 votes, o

Comments

  1. by avatar DrCaleb
    Thu May 14, 2020 4:30 pm
    And the US just got a little less free.

  2. by avatar raydan
    Thu May 14, 2020 4:49 pm
    "DrCaleb" said
    And the US just got a little less free.

    Give them more guns and they won't even realize it. :wink:

  3. by avatar BartSimpson  Gold Member
    Thu May 14, 2020 5:04 pm
    "DrCaleb" said
    And the US just got a little less free.


    It did. And some of us are using non-US encryption these days. So fuck the FBI.

  4. by avatar Tricks
    Thu May 14, 2020 5:30 pm
    "BartSimpson" said
    And the US just got a little less free.


    It did. And some of us are using non-US encryption these days. So fuck the FBI.
    Sadly wouldn't help. Your browser history is stored on your system if you use encryption, incognito mode, or delete search history. It's recoverable, I learned how to do it in forensic training.

    Only way to stop it from being discovered is to forensically wipe a drive. Part of why when anyone on my team goes to the U.S. (especially to hacking conferences) they use a forensically wiped machine with a bone stock image of whatever OS, set up what they need in the U.S., and then wipe and re-image before coming back over the border.

    Now looks like we might to run with flash drives that will wipe drives on boot.

  5. by avatar DrCaleb
    Thu May 14, 2020 5:36 pm
    "Tricks" said
    And the US just got a little less free.


    It did. And some of us are using non-US encryption these days. So fuck the FBI.
    Sadly wouldn't help. Your browser history is stored on your system if you use encryption, incognito mode, or delete search history. It's recoverable, I learned how to do it in forensic training.

    Laptops at my work are encrypted from boot up. No password, no boot.

    Still recoverable?

    "Tricks" said

    Only way to stop it from being discovered is to forensically wipe a drive. Part of why when anyone on my team goes to the U.S. (especially to hacking conferences) they use a forensically wiped machine with a bone stock image of whatever OS, set up what they need in the U.S., and then wipe and re-image before coming back over the border.

    Now looks like we might to run with flash drives that will wipe drives on boot.


    I would never take an electronic device to the US. Even though it's been found to be illegal to copy devices, I'd bet they do it anyhow.

    https://www.npr.org/2019/05/02/71933735 ... ic-devices

  6. by avatar Tricks
    Thu May 14, 2020 5:41 pm
    "DrCaleb" said


    Laptops at my work are encrypted from boot up. No password, no boot.

    Still recoverable?
    At the border, yeah. They can force you to input your password and unlock it or deny you entrance into the country.


    I would never take an electronic device to the US. Even though it's been found to be illegal to copy devices, I'd bet they do it anyhow.

    https://www.npr.org/2019/05/02/71933735 ... ic-devices

    We don't really have a choice when travelling to a hacking conference. It's kind of necessary to have a system there.

  7. by avatar DrCaleb
    Thu May 14, 2020 5:49 pm
    "Tricks" said


    Laptops at my work are encrypted from boot up. No password, no boot.

    Still recoverable?
    At the border, yeah. They can force you to input your password and unlock it or deny you entrance into the country.

    Which is why I'd never take a device there.

    I'd also put my cache on a ramdrive or in /proc somewhere. Right now using a read-only virtual image is my go-to.

    If you haven't tried Oracle Virtualbox, I recommend it. (even though its from Oracle)

    "Tricks" said


    I would never take an electronic device to the US. Even though it's been found to be illegal to copy devices, I'd bet they do it anyhow.

    https://www.npr.org/2019/05/02/71933735 ... ic-devices

    We don't really have a choice when travelling to a hacking conference. It's kind of necessary to have a system there.


    I've often wondered if you could courier it to your hotel, or use Dropbox for the data that isn't standard image.

  8. by avatar Tricks
    Thu May 14, 2020 5:58 pm
    "DrCaleb" said


    Which is why I'd never take a device there.

    I'd also put my cache on a ramdrive or in /proc somewhere. Right now using a read-only virtual image is my go-to.

    If you haven't tried Oracle Virtualbox, I recommend it. (even though its from Oracle)
    ramdrive might help, putting it anywhere on long term storage won't. Because OS's are stupid, they don't properly over write deleted data, they just delete the links to it. So the hex values can be recovered an dumped back into full functional files. Read only image could work, but again, while doing stuff like CTF events, we're having to often install/grab software on the fly.


    I've often wondered if you could courier it to your hotel, or use Dropbox for the data that isn't standard image.

    I'd just have a vpn credential to a home server to grab software needed. Veracrypt a flash drive with a duress partition if forced to unlock it. Might be able to do that with a full system drive, I've never tried to run a full system veracrypt with a normal and duress partition, both running an OS. Might give that a shot now.

  9. by avatar DrCaleb
    Thu May 14, 2020 6:10 pm
    "Tricks" said
    Because OS's are stupid, they don't properly over write deleted data, they just delete the links to it. So the hex values can be recovered an dumped back into full functional files. Read only image could work, but again, while doing stuff like CTF events, we're having to often install/grab software on the fly.


    OS's always have done that. I remember writing ROM BIOS routines to find the 'deleted' file chains and restore them, back in the 80s. Trivial code. Much faster to delete the FAT entry and let it get overwritten naturally rather than scrub it.

    "Tricks" said


    I've often wondered if you could courier it to your hotel, or use Dropbox for the data that isn't standard image.

    I'd just have a vpn credential to a home server to grab software needed. Veracrypt a flash drive with a duress partition if forced to unlock it. Might be able to do that with a full system drive, I've never tried to run a full system veracrypt with a normal and duress partition, both running an OS. Might give that a shot now.


    8)

    I always have some sort of VPN back into my NAS at least, for when there is something I need when I'm not at home. It's saved me hours of time more than once.

    That's also why I suggest a virtual image. Easy to store in free cloud storage (IBM offers the largest, 20GB IIRC) and you can use freely downloadable software to run the image from a standard build machine.

  10. by avatar xerxes
    Thu May 14, 2020 7:07 pm
    Now I�ll just wait for the Gadsden Flag, gun waving crowd to go protest this...

  11. by avatar Tricks
    Thu May 14, 2020 8:29 pm
    "DrCaleb" said
    OS's always have done that. I remember writing ROM BIOS routines to find the 'deleted' file chains and restore them, back in the 80s. Trivial code. Much faster to delete the FAT entry and let it get overwritten naturally rather than scrub it.
    Right, the problem is with older drives, they were small, and it would get re-written relatively easily. For your average user, they may never write 1 tb worth of data to their drive, and the system won't re-write over deleted content until it reaches the end of the drive. Makes forensics easy.


    8)

    I always have some sort of VPN back into my NAS at least, for when there is something I need when I'm not at home. It's saved me hours of time more than once.

    That's also why I suggest a virtual image. Easy to store in free cloud storage (IBM offers the largest, 20GB IIRC) and you can use freely downloadable software to run the image from a standard build machine.

    Except now you're trusting IBM. I'd rather just build one. :lol:

  12. by avatar Martin15
    Fri May 15, 2020 4:38 pm
    Oh thank you Bernie Sanders for defending the 4th Amendment privacy rights BY VOTING.....

    oh wait.




    Controlled Opposition, paid in full.


    No refunds, bitches. :twisted: :twisted:

  13. by avatar Tricks
    Fri May 15, 2020 5:06 pm
    "Martin15" said
    Oh thank you Bernie Sanders for defending the 4th Amendment privacy rights BY VOTING.....

    oh wait.




    Controlled Opposition, paid in full.


    No refunds, bitches. :twisted: :twisted:

    Ah yes, the majority of Republicans voted the wrong way, but it's Bernie's fault. One guy should be the one who is responsible for this failing, and not all the pieces of garbage who voted to not ban this.

  14. by avatar Scape
    Fri May 15, 2020 8:23 pm
    "Martin15" said
    Oh thank you Bernie Sanders for defending the 4th Amendment privacy rights BY VOTING.....

    oh wait.




    Controlled Opposition, paid in full.


    No refunds, bitches. :twisted: :twisted:



    He was afk but has some 'splaining to do:



    Kyle makes a great point thou. The vote is called in advance and even if the 4 who didn't vote did there was a 100% chance that enough of people who did vote against would have flipped creating the same result. It's creepy, it's crazy and it is exactly the reason why so many people have unplugged from the whole process.



view comments in forum
Page 1

You need to be a member of CKA and be logged into the site, to comment on news.

  • Login
  • Register (free)
 Share  Digg It Bookmark to del.icio.us Share on Facebook


Share on Facebook Submit page to Reddit
CKA About |  Legal |  Advertise |  Sitemap |  Contact   canadian mobile newsMobile

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2025 by Canadaka.net