Slashdot Mirror


User: F.Ultra

F.Ultra's activity in the archive.

Stories
0
Comments
2,192
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,192

  1. Since the data sent between Windows and Microsoft HQ is encrypted no researched can know if what it sends are hashed files or any other data. And since Windows both phones home for updates as well as telemetry this could just as easily be handled there.

  2. Re: I don't know who's spying who on Israeli Spies 'Watched Russian Agents Breach Kaspersky Software' (bbc.com) · · Score: 1

    So now WikiLeaks is "state help"? The reason that he went by Russia was that this was the only route from Hong Kong to Ecuador that avoided countries witch would extradite him to the US _AND_ US controlled airlines. And since even Cuba(!) caved in to the US and stated that they would not allow any plane from Russia to land in Cuba if Snowden was aboard I can hardly blame him from avoiding US controlled airlines etc.

  3. And the Windows Kernel does the very same every time you ask an application to load or save a file so there is no need to implement this in Defender and risk missing an opportunity (i.e that some people don't install it).

  4. Re: Hypocritical Governments on Israeli Spies 'Watched Russian Agents Breach Kaspersky Software' (bbc.com) · · Score: 1

    So easy to come by that CIA didn't have any while there where dozens for Windows, macOS, IOS, Android, IoT devices and SmartTVs? Now you are just painting yourself into a smaller and smaller corner.

  5. Why would Microsoft bother with Defender to do this when they already own your whole computer with Windows?

  6. Re: Hypocritical Governments on Israeli Spies 'Watched Russian Agents Breach Kaspersky Software' (bbc.com) · · Score: 1

    And you just missed the fact that all of the Vault7 tools for Linux and BSD required exploits to work and that they where not exploits themselves?

  7. Re: Wait a minute....! on Israeli Spies 'Watched Russian Agents Breach Kaspersky Software' (bbc.com) · · Score: 2

    Are you seriously asking if any of the spies are not a spy?

  8. Re: I don't know who's spying who on Israeli Spies 'Watched Russian Agents Breach Kaspersky Software' (bbc.com) · · Score: 4, Insightful

    Which of course is not what happened. He was in Russia only to transit further when the US revoced his passport which effectively stranded him in Russia. So he is only in Russia due to the US government.

  9. Re: Oh, Really? on Symantec CEO: Source Code Reviews Pose Unacceptable Risk (reuters.com) · · Score: 1

    So by that logic we should pay even less attention to you.

  10. Re: Java is in and of itself bad advice on Java Coders Are Getting Bad Security Advice From Stack Overflow (helpnetsecurity.com) · · Score: 1

    Yes sorry about that, don't know what I was thinking about. Sometimes I forget that people keep using short passwords (since I use a password manager I always make sure that my passwords have 256-bit entropy).

  11. Re: It could also be argued... on Windows 10 Update Removes Windows Media Player (betanews.com) · · Score: 1

    I don't think so, when Microsoft where forced to not install IE by default here in Europe there where no talk about them being forced to uninstall IE from already made installs and I have not heard anything this time that EU should have forced MS to uninstall WMP either.

  12. Re: It could also be argued... on Windows 10 Update Removes Windows Media Player (betanews.com) · · Score: 1

    If they simple unbundled it then that would mean that it would not be installed on a fresh install, what they however have done is to actively uninstall it from already installed machines.

  13. Re:Kaspersky may well be innocent on Office Depot, Best Buy Pull Kaspersky Products From Shelves (bleepingcomputer.com) · · Score: 1

    Yeah you are 100% correct which is why we saw how CIA/NSA used all those hidden back doors in Linux in i.e the Value 7 and NSA dumps. Oh wait there where no such thing!

  14. Re:Kaspersky may well be innocent on Office Depot, Best Buy Pull Kaspersky Products From Shelves (bleepingcomputer.com) · · Score: 1

    So sure you are... Besides, they may as well be increasing security by planting things with certain backdoors. The actual readable code may just be arcane and hard to read — but innocent. Innocent, until a specially-crafted USB-stick is plugged-in. Or a specially crafted ICMP-packet arrives — its content containing a proper key to open things up for the NSA (but not to anyone actually hostile)... Or until a binary driver for some cool gadget is loaded into kernel...

    I'm sure because in contrast with you I am an actual developer and have looked at the very code that I am talking about (would be a hypocrite otherwise). So first it was SELinux that was the problem and now there are hidden backdoors everywhere that you can unlock with ICMP packages, I do think that you should stop looking at shows like The Blacklist.

    it's not like they supplied a binary blob

    How do you know, when you download the latest nVidia-driver, for example, that it contains no NSA-provided code?

    That one is easy because I don't download the latest nVidia driver since I'm using the open AMD drivers at home and the open Intel drivers at work.

  15. Re: It could also be argued... on Windows 10 Update Removes Windows Media Player (betanews.com) · · Score: 1

    It's one thing to include it by default (i.e bundling) and a whole other to uninstall it in an update.

  16. Re:Kaspersky may well be innocent on Office Depot, Best Buy Pull Kaspersky Products From Shelves (bleepingcomputer.com) · · Score: 2

    If so then you have to somehow connect Robin Seggelmann with some state since he was one of the authors of the RFC and the one that introduced the bug in OpenSSL (the bug is however only in this particular implementation and not in the RFC itself).

  17. Re:Kaspersky may well be innocent on Office Depot, Best Buy Pull Kaspersky Products From Shelves (bleepingcomputer.com) · · Score: 3, Informative

    Yes but #1 that is code from the part of NSA whose job it is to increase security and #2 that code has been verified and vetted from top to bottom, it's not like they supplied a binary blob. Not to mention that the code itself have been heavily altered by the community over the years.

  18. Re:The dangerous biometrics on The Case Against Biometric IDs (nakedcapitalism.com) · · Score: 1

    So now we have to invent some form of gloves that external parties cannot take off you when you are sleeping (or being sedated).

  19. Re: Java is in and of itself bad advice on Java Coders Are Getting Bad Security Advice From Stack Overflow (helpnetsecurity.com) · · Score: 1

    Why are you implying that we would be talking about a plain hash of a password without any type of salt or constructs (like bcrypt/scrypt)?

  20. Re: Java is in and of itself bad advice on Java Coders Are Getting Bad Security Advice From Stack Overflow (helpnetsecurity.com) · · Score: 1

    of course we are talking about properly implemented hashed passwords databases with salts etc and not just a hash of the password!

  21. Re: Java is in and of itself bad advice on Java Coders Are Getting Bad Security Advice From Stack Overflow (helpnetsecurity.com) · · Score: 1

    The difference in bruteforce speed between MD5 and SHA2 is way more than 10-fold, it's 2^128-fold (for the standard SHA2-256) and that is ignoring the known collision attacks in MD5.

  22. Re: Java is in and of itself bad advice on Java Coders Are Getting Bad Security Advice From Stack Overflow (helpnetsecurity.com) · · Score: 1

    With MD5 you can have all the salt of the great oceans and the password would still be easily deducted in an offline attack (which hash you use does not matter in an online attack which is what you describef, heck you could even go with plaintext).

  23. Re: D'oh! on Ask Slashdot: Whatever Happened To the 'Year of Linux on Desktop'? · · Score: 1

    But that is not Linux that you are describing, that's simply software and computers in general.

  24. Re: We don't really have true 'AI' on Are Companies Overhyping AI? (hackaday.com) · · Score: 2

    So use VI (Virtual Intelligence) for these lesser systems? Worked fine in Mass Effect.

  25. Re: What permissions does it request at install ? on Security Researchers Warn that Third-Party GO Keyboard App is Spying on Millions of Android Users (betanews.com) · · Score: 1

    You mean they ignored to set the evil bit?!