Slashdot Mirror


How SSL/TLS Encryption Hides Malware (cso.com.au)

Around 65% of the internet's one zettabyte of global traffic uses SSL/TLS encryption -- but Slashdot reader River Tam shares an article recalling last August when 910 million web browsers were potentially exposed to malware hidden in a Yahoo ad that was hidden from firewalls by SSL/TLS encryption: When victims don't have the right protection measures in place, attackers can cipher command and control communications and malicious code to evade intrusion prevention systems and anti-malware inspection systems. In effect, the SSL/TLS encryption serves as a tunnel to hide malware as it can pass through firewalls and into organizations' networks undetected if the right safeguards aren't in place. As SSL/TLS usage grows, the appeal of this threat vector for hackers too increases.

Companies can stop SSL/TLS attacks, however most don't have their existing security features properly enabled to do so. Legacy network security solutions typically don't have the features needed to inspect SSL/TLS-encrypted traffic. The ones that do, often suffer from such extreme performance issues when inspecting traffic, that most companies with legacy solutions abandon SSL/TLS inspection.

87 comments

  1. Intentional MITM / Reverse Proxy by bioteq · · Score: 1

    Would using squid reverse proxy on a PF sense (or other firewall setup) with your own certs, on machines you control that trust those certs, defeat something like this?

    1. Re:Intentional MITM / Reverse Proxy by 0x000000 · · Score: 1

      Yes. It would. However if the device is allowed to roam on other networks (such as a laptop an employee can take home) this can cause issues with various key pinning solutions, and possibly also with HSTS.

      Unfortunately the days that it was easy to intercept TLS traffic by simply trusting your own CA are slowly going the way to the dodo because of CA abuse that has happened in the past.

      --
      cat /dev/null > .signature
    2. Re:Intentional MITM / Reverse Proxy by bioteq · · Score: 0

      Thankfully, my network is more complex than most home networks. All my devices are set to ONLY work on my network. Wireless devices route through vpn to my network.

      Thank you for the reply, either way.

      I would love a better way to have a cert, a signed and proper cert, for my network, but I think the only choice is Let's Encrypt or whatever it's called now. I still am kind of leery about them. Some times, something that looks too good to be true, truly is. I will await the verdict in a year or so to see how they actually do.

      So this runs to a different question: Any way to obtain a cert, for my network only, to authenticate my hosts and clients (At any given time, my network has ~25 clients, depending on which systems I have running at the time and which phones are powered on) before going out on that damn internet? I really don't want to pay for a cert, especially if it's fallible (Symantec.) -- Are they are any truly trustworthy ones left? Or should we just byte the bullet, roll our own cert and keep vigilant on logs (what I'm doing now)?

    3. Re:Intentional MITM / Reverse Proxy by guruevi · · Score: 1

      Obviously it would.

      On the other hand, blindly trusting a single SSL chain for an entire corporate network is just as bad, you only have to compromise a single system within IT to be able to infiltrate the entire network. If you're a "customer" on the network, do you trust your central IT department to not be complete idiots?

      In smaller corporations that might not be a problem but in larger networks such as Universities and metropolitan-sized networks this quickly becomes a major problem especially when you know the network core is already co-opted by the NSA.

      So you're (slightly?) better protected against common threats at the cost of being easily compromised by a targeted attack. I personally think your network is only as protected as the weakest machine. Network security is a bit of an oxymoron, treat all devices on your network as hostile and protect them from each other, the network is just an extension of the Internet.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    4. Re:Intentional MITM / Reverse Proxy by bioteq · · Score: 0

      I could not agree more on the point of treating all devices at hostile and, for the most part, I do.

      I should note, since I didn't note it earlier - this is a home network, not a business, thankfully. All devices are mac-white list only. I do have a separate, highly restricted and segregated "friends" (Guest) network for hostiles that I cannot control. They also don't have all the protections of my main network.

      A single point of failure, however, does make me think though. I did not consider that fact. Maybe it's time to rework a little of my little slice of heaven and see if I can add some better protections. FWIW, though; each device is accounted for on my network (non-guest) and all traffic (I don't "look" at traffic. Just have scripts and stuff to make sure it's not doing anything bad) is monitored. The 'firewall' portion, DPI and whatnot, works quite hard on all the packets, but for the most part, I've ran a clean network for many years. I just make sure to check the data at least once a day and fix / check out any irregularities. It's also helpful that there's approximately one windows machine in the network and it has a few more checks on it.

    5. Re:Intentional MITM / Reverse Proxy by Bert64 · · Score: 1

      you only have to compromise a single system within IT to be able to infiltrate the entire network

      Which is already the status quo, thanks to centralised management systems like active directory...

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:Intentional MITM / Reverse Proxy by GameboyRMH · · Score: 1

      Keep doing what you're doing now. A self-signed cert saves you that trouble, but the downside is that it's already been leaked to a convenient centralized key repository which can be accessed by TPTB and any sufficiently skilled hackers.

      Look into using key pinning to reduce the effort involved.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    7. Re:Intentional MITM / Reverse Proxy by GameboyRMH · · Score: 1

      D'oh, I meant "A CA-signed cert saves you that trouble,"

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    8. Re:Intentional MITM / Reverse Proxy by Anonymous Coward · · Score: 0

      yes, but you also defeat half of the benefit of SSL, authentication. Normally Chrome/FF/etc would complain if something was wrong with the cert of the site you're trying to connect to, but instead your proxy just signs the fake site and claims it to be correct and your browser is non-the-wiser. Some major malware has used this attack vector to inject malware into Windows Updates and other automated systems that use HTTPS to validate it's connecting to the correct website. Microsoft responded to this and said "Sucks to be you for doing horrible security practices".

    9. Re:Intentional MITM / Reverse Proxy by jandrese · · Score: 1

      You can MITM your own connections for security, but be aware that a growing number of sites will break when you do this thanks to certificate pinning. My work does this and it causes all sorts of random problems with various sites and applications. Luckily no big major sites are affected yet, but it causes problems when trying to sign up for certain conferences and with license managers.

      --

      I read the internet for the articles.
  2. SSL everywhere is a stupid idea by Anonymous Coward · · Score: 0

    The idea of including untrusted content in a trusted connection is dumb.

    1. Re:SSL everywhere is a stupid idea by NotInHere · · Score: 1

      Thanks to SSL I can connect to an unencrypted WiFi, and be mostly safe.

    2. Re:SSL everywhere is a stupid idea by Eunuchswear · · Score: 1

      Thanks to SSL I can connect to an unencrypted WiFi, and be mostly safe.

      Thanks to SSL you can connect to an encrypted WiFi and be mostly safe.

      You trust wifi encryption?

      --
      Watch this Heartland Institute video
  3. Disable flash & keep endpoints up to date by NotInHere · · Score: 3, Informative

    The malicious yahoo ad used the angler exploit kit. 75% of the exploits used by angler are flash exploits: http://www.talosintelligence.c...

    Just don't install flash per default, and require exceptions for people who need it for their job (hopefully a small amount).

    1. Re:Disable flash & keep endpoints up to date by The+MAZZTer · · Score: 5, Informative

      Don't forget blocking ads, which would also soundly defeat this malware.

    2. Re:Disable flash & keep endpoints up to date by Anonymous Coward · · Score: 0

      Or just legislate against internet advertising. It would kill off a lot of pointless companies (MS, Facebook, Google), hopefully making all the jerkoffs who work there homeless and restore the Internet.

  4. Protecting just the border is simply wrong by 0x000000 · · Score: 4, Interesting

    This mindset of "we just need to protect at the borders; this protects endpoints" is wrong. While it provides some protection, there are so many other avenues of infection or acquiring malware that trying to equate TLS with making things simpler to hide just seems incredible of an assertion to make. These days you absolutely need to make sure that endpoint protection is just as strong, if not stronger than what you deploy on the borders of your network.

    As more corporations allow bring your own device to save costs, and give employees laptops, you can no longer trust in just filtering at the border, because the devices can move, people bring in thumb drives, and other avenues for getting malware. TLS or no TLS, I have a feeling that most HTTP intercepting proxies would not have caught newer malware in ads even if configured to do so, simply by the nature that by the time there is a signature available for it, it is generally already too late and people will have been infected.

    --
    cat /dev/null > .signature
  5. Time to update firewalls. by BitterOak · · Score: 2

    Virtually all modern firewall/IDP systems have SSL decryption. Given that virtually all websites use SSL nowadays, it makes no sense at all to even have an IDP if it can't handle SSL traffic.

    --
    If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
    1. Re:Time to update firewalls. by bioteq · · Score: 1

      I have yet to see a single one that can decrypt SSL. I tried. A lot.

      The only way to 'decrypt' is to force your own cert, which must be trusted on the devices (WPAD or manually) before it can actually do it without a browser throwing a fit. Unfortunately, once you have a mobile device enter, they tend to throw all kinds of hissy fits.

      If I am wrong in assuming there is not a router that can actually decrypt ssl, then please, inform me. Because I looked for ages and even attempted to figure it out on my own. SSL is NOT perfect, but it does have a decent chain of trust.

    2. Re:Time to update firewalls. by El+Cubano · · Score: 1

      Virtually all modern firewall/IDP systems have SSL decryption. Given that virtually all websites use SSL nowadays, it makes no sense at all to even have an IDP if it can't handle SSL traffic.

      Until you run into an app/site that breaks, then you have to disable it (at least for that site/app). Like this: "Dropbox not working when Client DPI-SSL is enabled" (link)

      The "problem" is that those SSL/TLS packet inspection approaches are the functional equivalent of a man-in-the-middle attack. Given how reliant we are becoming on SSL/TLS, it is no wonder that forward thinking sites and apps are taking measures to protect against that. Of course, those same measures defeat the good guys being able to protect against more sophisticated threats.

    3. Re:Time to update firewalls. by Billly+Gates · · Score: 1

      The only way to do this is spearfish style from Lennovo which means inserting a forged SSL certificate by the firewall to inspect the traffic. Corporations do this to spy on their employees and so do airlines wifi which replace signed websites with their own certificate.

      But I think it is obvious here why this is not a good idea.

    4. Re:Time to update firewalls. by E-Rock · · Score: 3, Informative

      No, if there was a device that could real time (or even near time) decrypt the traffic for inspection, it would negate the point of having it encrypted in the first place. The only way to inspect SSL/TLS traffic is with a MITM design with a trusted certificate on the client machines.

    5. Re:Time to update firewalls. by BitterOak · · Score: 1

      I have yet to see a single one that can decrypt SSL. I tried. A lot.

      The only way to 'decrypt' is to force your own cert, which must be trusted on the devices (WPAD or manually) before it can actually do it without a browser throwing a fit.

      Yes, obviously that is what is meant by an SSL decryptor. I'm not suggesting that firewalls can crack SSL. It decrypts the traffic by acting as a MITM. You do need to install certs on the various browsers for it to work, or they'll complain.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
    6. Re:Time to update firewalls. by Anonymous Coward · · Score: 1

      Decent chain of trust?

      A big chain of companies I don't know and can't vouch for. Any one of which can fake a certificate for a company I do deal with and do trust?
      I would say the chain of trust is its weakest link. Bluecoat springs to mind. Symantec's Thawte division issuing fake certs comes to mind. Snowden leaks revealing fake Google certs springs to mind. The fake cert I was presented recently from my local junta system springs to mind.

      Browsers like Firefox don't handle self signed certs well.

      If they recorded and tracked self signed certs, an attacker would have to intercept that very first certificate download, and then every subsequent access to that website. An impossible task, and if they failed to do it, the browser could warn of the mismatching certificate and possible man in the middle attack.

      Firefox forces me to obtain the self-signed certificate each time afresh, so each time it could be intercepted. Making hacking the cert very much easier.

      (And why does Firefox popup blocker not block popups).

    7. Re:Time to update firewalls. by fuzzyfuzzyfungus · · Score: 1

      Some software attempts a compromise(Chrome's certificate pinning isn't applied to certificates authenticated against a locally imported trusted root; but is otherwise); but anything that either refused to make exceptions or simply doesn't integrate with the platform's certificate handling very well should break SSL decryption with just certificate pinning.

      That's often not the only inspection mechanism in place; but anyone who can actually break SSL without access to a trusted cert is currently being very quiet about the matter.

    8. Re:Time to update firewalls. by jittles · · Score: 1

      The only way to do this is spearfish style from Lennovo which means inserting a forged SSL certificate by the firewall to inspect the traffic. Corporations do this to spy on their employees and so do airlines wifi which replace signed websites with their own certificate.

      But I think it is obvious here why this is not a good idea.

      Which airlines do that? I haven't seen it on any of the domestic US carriers - though I only ever fly Delta or United. But my company always pays for airline WiFi when I travel

    9. Re:Time to update firewalls. by Billly+Gates · · Score: 1

      United. Go look in Chrome under certificates? Surprise they are signed by the wifi company!

    10. Re: Time to update firewalls. by Anonymous Coward · · Score: 0

      The only way to inspect SSL/TLS traffic is with a MITM design with a trusted certificate on the client machines.

      That's not true anymore. You can get gear like a Vectra Networks (http://www.vectranetworks.com) appliance, which uses machine learning to profile traffic without decrypting it. It is very accurate, and can deal with 8 Gbps throughput too. It is a fairly new space, but several of the more innovative companies are following suit--I have heard that Cylance is scooping up security researchers and data scientists in order to break into that arena as well.

      That being said, there isn't really anything for the home user at this point that is comparable to those solutions. And, nothing open source for that matter. To use machine learning you would need to analyze massive aggregated datasets of anonimized traffic sent from all (or a large percentage) of those using the appliances/sensors to be able to accurately predict what is a threat with reasonable certainty. Which means a centralized compute infrastructure and that costs quite a bit of money to run (thousands of dollars a month in AWS for instance). It would be a neat project though.

    11. Re:Time to update firewalls. by Gussington · · Score: 1

      I have yet to see a single one that can decrypt SSL. I tried. A lot.

      The only way to 'decrypt' is to force your own cert, which must be trusted on the devices (WPAD or manually) before it can actually do it without a browser throwing a fit. Unfortunately, once you have a mobile device enter, they tend to throw all kinds of hissy fits.

      This is what we do. The Gateway (Proxy) cert is pushed out to all devices via group policy or MDM which allows TLS interception for inspection.
      This works, so I'm wondering why this TFS makes it sound like such a big deal?

    12. Re:Time to update firewalls. by jaseuk · · Score: 1

      This time is nearly over. Forced HSTS and OCSP stapling are some of the measures being used to fight against this. Focus on the end-point, web filtering has nearly had it's day.

      Jason.

    13. Re:Time to update firewalls. by JaredOfEuropa · · Score: 1

      Firefox forces me to obtain the self-signed certificate each time afresh, so each time it could be intercepted. Making hacking the cert very much easier.

      I never really could imagine what posessed them to handle self signed certificates that way. But isn't there a check? Does FF actually remember the certificate and warn you if a different one is presented? That would make more sense: warn you every time that the cert cannot be verified, but also guard against a MITM replacing the cert with his own.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    14. Re: Time to update firewalls. by GameboyRMH · · Score: 1

      That's not inspecting the traffic content, that's a NIDS that builds a profile of "normal operation" based on traffic patterns and checks against it. It would stop all your file shares from being uploaded at full speed over HTTPS to a novel server for example, but nothing much less blatant than that. It wouldn't do anything about a user passing malware back and forth all day long over their usual SSL'ed webmail or web chat service for example.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    15. Re:Time to update firewalls. by GameboyRMH · · Score: 1

      I think Firefox handles self-signed certs that same way as most other browsers, so you should be able to permanently trust the cert at the first use. It sounds like you might be using temporary profiles or private browsing sessions.

      That said, the usual system of handling self-signed certs is a stupid one. Self-signed certs should be treated exactly the same as unencrypted traffic. There should be no "DANGER WILL ROBINSON!" warning when one is encountered. A self-signed cert is in no way less secure than a plaintext connection. The user should have the option to store and permanently trust a self-signed cert at any time.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    16. Re:Time to update firewalls. by GameboyRMH · · Score: 1

      How has the CA that sold the cert to the wifi company not been blacklisted? I assume they've legally cleared themselves by putting notification of this in the wifi portal EULA, but that is ethically wrong as hell. The CA sold a cert for use in what is effectively a blackhat SSL MITM appliance that is supposedly being used with the best of intentions.

      Ethically the right thing to do would be to spell out how the airline wifi works on the portal page and include instructions on how to accept a self-signed MITM cert for those who wish to continue.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
    17. Re: Time to update firewalls. by Billly+Gates · · Score: 1

      This was covered here last year. A Chrome engineer found it! The theory is the NSA did it to track terrorists as they would use the wifi on air to communicate to other terrorists

    18. Re:Time to update firewalls. by jittles · · Score: 1

      United. Go look in Chrome under certificates? Surprise they are signed by the wifi company!

      So you're saying a trusted CA gave GoGo wireless a * certificate that works without adding a new trusted root? Because United uses the same WiFi services as Delta, so if United does it, Delta does it. Well, unless you're on one of the old satellite based United flights. I'll look next time I go on a business trip.

    19. Re: Time to update firewalls. by Anonymous Coward · · Score: 0

      Clearly you only read the post, but not about the technology that it refers to. Because, that's not how it works at all.

    20. Re: Time to update firewalls. by Anonymous Coward · · Score: 0

      Thank you, Mr./Ms. Astroturf.

    21. Re: Time to update firewalls. by sexconker · · Score: 1

      Wrong. ALl those fucking boxes do is model normal traffic and watch for anomalous patterns, bandwidth usage, and IPs. They're next to useless, but cost big fucking bucks because people are retards.

    22. Re:Time to update firewalls. by sexconker · · Score: 1

      Firefox maintains its own certificate store. This is annoying if you're pushing out trusted certs because you have to do it for the OS and then also do it for FF. But it is much safer. You absolutely can store certs permanently.

      Firefox forces me to obtain the self-signed certificate each time afresh, so each time it could be intercepted. Making hacking the cert very much easier.

      WTF are you talking about? Do you know how SSL works? (No, you don't. A self-signed cert is no different from a cert from a major CA in this regard.)

  6. Blue Coat by Anonymous Coward · · Score: 5, Interesting

    Remember BlueCoat? The company given a cert by Symantec that would let them generate and fake any other certificate.

    BlueCoat's claim to needing that faking ability, was so that it could decrypt TLS sessions, to check for virus's in encrypted traffic.

    a) But if it was installed on a company server, then the *companies* own certificate would be installed on that PC and it wouldn't need to fake the certificate, rather it would intercept the session and substitute its own cert. (A standard 'feature' built into Microsoft Windows).

    and

    b) If the PC had a virus scanner, then that scanner would be checking the memory of the PC.

    http://motherboard.vice.com/read/a-controversial-surveillance-firm-was-granted-a-powerful-encryption-certifica

    Your ISP does NOT scan your internet connection for virus's. It never did when the traffic was unencrypted. It didn't lose the ability to do so in encrypted, because it never did. BlueCoat on the other hand represent a backdoor into all commercial, banking, financial, medical, government secrets, electronic voting machines, business secrets, cloud services, everything.

    And yet somehow Symantec issued the certificate to them and faced no punishment.

    1. Re:Blue Coat by Anonymous Coward · · Score: 0

      Someone mod this way up. Spot on and Symantec deserves to be pilloried for it as much as humanly possible.

  7. Indeed, great master of the obvious! by fuzzyfuzzyfungus · · Score: 2

    Encryption mechanism designed to protect traffic from eavesdropping by 3rd parties has potential to keep 3rd parties from inspecting traffic...

    Was somebody expecting TLS to stop working if the evil bit was set?

    1. Re:Indeed, great master of the obvious! by jittles · · Score: 1

      Encryption mechanism designed to protect traffic from eavesdropping by 3rd parties has potential to keep 3rd parties from inspecting traffic... Was somebody expecting TLS to stop working if the evil bit was set?

      Ohhh was that why my exploits weren't working? I'll make sure I unset the evil bit so they can sneak through firewalls.

    2. Re:Indeed, great master of the obvious! by Anonymous Coward · · Score: 1

      If you give people the ability to remove malware from your traffic, you give them the ability to censor it.

  8. A non-story by QuietLagoon · · Score: 2
    If I want my firewall to protect me from malware hidden within TLS encryption, I'll allow that firewall to perform MITM attacks so that it can see my encrypted communications.

    .
    The best prevention against malware sits in front of the PC screen.

    This is one of those articles that takes a non-problem and ascribes importance to it in order to grab headlines.

    1. Re:A non-story by Anonymous Coward · · Score: 2, Interesting

      This is one of those articles that is a part of the ongoing war against encryption.

      FTFY

  9. Don't trust any device by davidwr · · Score: 2

    Don't trust any device inside or outside of your network until you can verify it is trustworthy. Even then, don't trust it any more than you have to.

    Okay, that's the ideal world.

    In the real world such a policy would cripple most enterprises, so we have to compromise somewhere.

    What that compromise should look like will be on a case-by-case basis.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  10. Well then... by dohzer · · Score: 1

    Well then... why don't we just outlaw encryption? Simple.

    1. Re:Well then... by Cylix · · Score: 1

      I was thinking the exact same thing! Only criminals use encryption.

      Normal citizens who uphold the law having nothing to hide.

      --
      "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
    2. Re:Well then... by steak · · Score: 1

      here, here, only dumb ass rednecks and criminals use encryption. The founding fathers lived in a time of caesar ciphers and invisible ink; they couldn't have foreseen a time of AES or SHA-3.

  11. funny by dentree4 · · Score: 1

    I talked about this at the Atlantic Security Conference back in April. It's a real problem. NGFW's are doomed to fail. Even the Fortinet techs agree.

  12. 802.1x. In your use case, buying gets you nothing by raymorris · · Score: 1

    I don't see that buying a cert gets you anything at all, for authenticating or communicating with your own clients. Why would you trust Versign more than you trust yourself? That's all buying a cert gets you - it's signed by them rather than being signed by you.

    Protect your root CA, perhaps by storing it offline, and of course with a passphrase. Ideally for maximum security while maintaining convenience, you can use your root CA only to generate an intermediate cert, then use the intermediate to sign client certs. That way you can have your root locked up in a safe deposit box, since you never use it except once every few years.

    I suppose buying does mean you don't have to install your root on new machines when you get them.

      Any way to obtain a cert, for my network only, to authenticate my hosts and clients ... before going out on that damn internet?

    That's called IEEE 802.1x. It's commonly used in corporate networks. You can set the router to allow no access until authenticated, or only allow them access to whatever resources are appropriate pre-auth.

  13. The old encryption bad cuz there are bad people... by Anonymous Coward · · Score: 0

    News for nerds indeed.

  14. an X bytes of traffic eh? by iggymanz · · Score: 1

    zetabyte per year perhaps? zetabyte to date since ARPANET invented?

    usually traffic not measured as a number of bytes. a number of bytes per time period, yes

  15. This article though... by alexandre · · Score: 1

    And obfuscation can probably also hide their presence...

    1. Re:This article though... by Anonymous Coward · · Score: 0

      Lowest UID I've seen on /. in many, many years. Seems a lot of the "old timers" have been popping up again recently. -PCP

    2. Re:This article though... by alexandre · · Score: 1

      I'd be curious to see a graph showing UID posting for every, say, 10 accounts over the last few years. :)

  16. Wouldn't it be nice by Snotnose · · Score: 1

    if we had a TLA agency with a billion dollar budget that could seek out, explore strange new software platforms and new exploits, to boldly go where no hacker has gone before. And then tell the vendors where the damned holes are so they could get patched, instead of sitting on them so they can attack someone else when they get their panties in a bunch.

    This November write in Snotnose for president, I promise to cut the NSA budget by 75% and redirect those funds to a TLA that will find the stuff that makes us insecure, and tell the damned vendors about them so we're all, not just USA citizens, but world citizens, safer. And, if the vendors don't fix the holes in a timely fashion, my new TLA has a hotline to the DOJ to light a fire under their complacent asses.

    While I'm at it I'll go after the pharma Cxx's that are profiting off Epi-pens and generic drugs. You wanna get rich at the expense of my health? You get to go to jail, where the only medication you get is generic stuff that you have to pay for with your $0.10/hour wage folding laundry. Only pharma Cxx's have to pay, regular inmates get their drugs for however they pay for them now.

    1. Re:Wouldn't it be nice by Snotnose · · Score: 2, Informative

      It just hit me. Wouldn't it be funny as hell if Snotnose got enough write in votes that the news media had to report it, even though nobody knows who the hell I am? I'm sure it would take them all of a day to track me down, but I'd deny it and there are 4-5 other snotnoses out there so it would take them another day to be sure it's me.

      Even better, I'm old enough to be prez and don't think I have anything disqualifying me from being prez. Just change your vote from Deez Nutz to Snotnose.

  17. FUD by Anonymous Coward · · Score: 0

    Ohhhh sure, sniffing is actually for own safety! Quick, let's disable or weaken TLS!

    Interesting how some people don't even notice when the bus travels in the opposite direction.

    We need MORE secure transport, NOT LESS.

  18. It's not the firewall's job to fend of malware by Vliegendehuiskat · · Score: 2

    If you are using a firewall to defeat malware you are just plainly doing things wrong. The only thing a firewall should be doing is to detect and block (D)DoS-attacks and connections to and from ip on ports you don't want or you are sure you don't need, while allowing connections from other ip's and ports you actually do need. If you really need to analyse all the traffic in your network, install your own root-CA in the endpoints and just MITM everything which needs to be on there. But you should seriously consider the implications of what you are doing, because you are basically circumventing everything that groups of people way smarter then you have been putting in place for decades.

    1. Re:It's not the firewall's job to fend of malware by Thiez · · Score: 1

      The only thing a firewall should be doing is to detect and block (D)DoS-attacks and connections to and from ip on ports you don't want or you are sure you don't need, while allowing connections from other ip's and ports you actually do need.

      But outbound connections to port 80 and 443 are guaranteed to be allowed in almost every environment, and an attacker can usually control the remote server, including on which port it listens and which protocol it speaks. And an attacker could also easily disguise communication as normal http or https traffic. In addition, a protocol has been created, standardized, and implemented in all modern browsers designed to work around the annoying port blocking restriction: websockets. So can we all stop pretending that blocking outbound connections to certain ports is actually helpful, rather than just making things harder and less efficient for everyone, without posing a significant barrier to actual attackers?

  19. Criminals use technology, news at 11 by Anonymous Coward · · Score: 0

    Well, duh.

    As others have put it more eloquently here, targetting the tech (MITM in this case) doesn't look like a good alternative.

    Secure the endpoints. Yeah, that seems like more work, but at least that *could* make a difference.

    The trend towards more "active content" (Javascript, *Flash* (for God's sake!), apps) isn't really helping here, btw.

  20. MITM anti-malware is the true vulnerability by Anonymous Coward · · Score: 0

    Don't forget that there have been cases where anti-viruses and app/personal firewalls / IPS were exploited to fuck the user they were meant to protect.

    MITM interceptors run with root privileges or even super-root and have a disastrous record of security architecture.

    They intercept all your supposedly-secure traffic, decrypt it, *run/unpack received data*, and fail epically.

    E.g. https://blog.hboeck.de/archive...

    1. Re: MITM anti-malware is the true vulnerability by Anonymous Coward · · Score: 0

      What the fuck us super-root?

  21. It's not the encryption but the ad! by johanw · · Score: 1

    As usual, adblocking would have helped here. Encryption is not the answer, adblocking is!

  22. no they dont by Anonymous Coward · · Score: 0

    or a lot less and often then you or the MAN er fbi er jack offs think

  23. Best adblocker & more vs. threats online by Anonymous Coward · · Score: 0

    APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...

    Ads rob speed, security (malvertising), privacy (tracking).

    Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.

    Works vs. caps & PUSH ads.

    Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.

    Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)

    Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.

    Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).

    Gets data via 10 security sites.

    APK

    P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )

    1. Re: Best adblocker & more vs. threats online by Anonymous Coward · · Score: 0

      No

    2. Re: Best adblocker & more vs. threats online by Anonymous Coward · · Score: 0

      Negative

  24. Best adblocker & more vs. threats online by Anonymous Coward · · Score: 0

    APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...

    Ads rob speed, security (malvertising), privacy (tracking).

    Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.

    Works vs. caps & PUSH ads.

    Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.

    Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)

    Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.

    Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).

    Gets data via 10 security sites.

    APK

    P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )

  25. Inspecting SSL/TLS encrypted Malware by khz6955 · · Score: 1

    Such malware is only a problem if you use Microsoft Windows on the client desktop. Besides by facilitating what is basically a man-in-the-middle attack in order to examine SSL/TLS traffic entering the organization, you're opening up your company to the hackers.

  26. Re:802.1x. In your use case, buying gets you nothi by Anonymous Coward · · Score: 0

    Why would you trust Versign more than you trust yourself?

    Yes, most people are complete idiots and only think they're smart enough to do something better than other professionals. This is why you see houses with expanded rooms where the hot wire is somehow hooked to the neutral on the light switch, everything technically works, but after spending hours of looking at the mess of wires, you still don't know how anything actually works. This is most people when it comes to certs, even professional who have years of experience.

    I can't tell you how many times I've asked other companies to send me their public keys, only have have them email their private/public key pair unencrypted. Yay, now I have their wild-card enterprise Verisign private cert that's good for several years.

  27. Slashdot is run by FBI by Anonymous Coward · · Score: 0

    That "Slashdot is run by the FBI" guy is on to something. Every recent story has been security bad, privacy bad, think of the hax0rs who are taking your datas, Wikileaks baaaaaad, etc.

  28. Best adblocker & more vs. threats online by Anonymous Coward · · Score: 0

    APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...

    Ads rob speed, security (malvertising), privacy (tracking).

    Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.

    Works vs. caps & PUSH ads.

    Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.

    Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)

    Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.

    Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).

    Gets data via 10 security sites.

    APK

    P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )

  29. Failure of OS design. by John+Allsup · · Score: 1

    A process should not, by default, have access to any syscalls except self-termination. Likewise hardware virtualised operating systems. This should not just be within the OS itself, but within languages like Python and Javascript. Restricting what functions can be called to a minimum, and wrapping important ones in 'computational condoms' is something that, now we have LLVM to compile things on the fly, be considered mandatory. AOT compilation like on modern Android, combined with a well thought out API where what part has access to what is, to me, where to go. Your program comes in in LLVM bitcode, with special permission required to run binaries (esp. outside a VM), and based on information as to what syscalls are needed, a custom syscall interface is compiled on the fly, folliwing ideas such as in synthesis os, though for security rather than speed. Importantly, you want a non Turing complete layer in there somewhere.

    --
    John_Chalisque
  30. Fellow /.'ers disagree... apk by Anonymous Coward · · Score: 0

    I support APK's stand on the hosts file by Trax3001BBS

    his hosts program is actually pretty good by xenotransplant

    his hosts tool is actually useful for those cases in which one does indeed want to locally block stuff outright while consuming minimum system resources by alexgieg

    I've never tried to belittle (APK's) work, I've flat out said it's good by BronsCon

    I like your host file system by Karmashock

    I find your hosts file admirable by vel-ex-tech

    take a look at the APK hosts file engine by SuperKendall

    APK is kinda right. I've given up on JS based adblocking and gone to blackholing in /etc/hosts, just like it was back in the 90s. The computational load has gotten intolerable for any ad-blocking using JS. I've tried his hosts file generating software. It works by bmo

    APK is totally right on this count. Adblock Plus on Firefox mobile is a dog on older, or lower end, phones. A hostfile based adblocker makes for a much better experience by chihowa

    APK

    P.S.=> Want more? apk

  31. Fellow /.'ers disagree... apk by Anonymous Coward · · Score: 0

    I support APK's stand on the hosts file by Trax3001BBS

    his hosts program is actually pretty good by xenotransplant

    his hosts tool is actually useful for those cases in which one does indeed want to locally block stuff outright while consuming minimum system resources by alexgieg

    I've never tried to belittle (APK's) work, I've flat out said it's good by BronsCon

    I like your host file system by Karmashock

    I find your hosts file admirable by vel-ex-tech

    take a look at the APK hosts file engine by SuperKendall

    APK is kinda right. I've given up on JS based adblocking and gone to blackholing in /etc/hosts, just like it was back in the 90s. The computational load has gotten intolerable for any ad-blocking using JS. I've tried his hosts file generating software. It works by bmo

    APK is totally right on this count. Adblock Plus on Firefox mobile is a dog on older, or lower end, phones. A hostfile based adblocker makes for a much better experience by chihowa

    APK

    P.S.=> Want more ? apk

  32. A true sense of insecurity by tepples · · Score: 1

    I think the idea is that a certificate from an unknown issuer gives a false sense of security, while a cleartext URL clearly lacks the S in http:// and thus gives a true sense of insecurity. True > false.

    1. Re:A true sense of insecurity by GameboyRMH · · Score: 1

      A minor perception problem that we need to work past, and partly have already. Modern browsers all show special symbols in the URL bar for verified HTTPS connections - usually green or blue highlighting. In line with plaintext connection behavior, these shouldn't be shown for self-signed certs.

      --
      "When information is power, privacy is freedom" - Jah-Wren Ryel
  33. Re: 802.1x. In your use case, buying gets you noth by Anonymous Coward · · Score: 0

    Light switches don't generally have neutrals, unless you're talking about fancy new dimmers - but they won't work if the neutral is miswired that way. If you hooked hot to neutral through a light switch, it wouldn't work at all.

    Try using topics you're familiar with for future metaphors.

  34. That only works two ways by phorm · · Score: 1

    Those only work in one of two ways
    a) Domains which a company has the SSL keys to (presumably ones they own), in order to detect malicious attempts such as SQL injections etc etc. They don't do much about encrypted outgoing traffic if it's permitted. Alternately, the SSL may be terminated at the security device and non-SSL traffic passed to the webserver etc. Again, this does nothing for 3rd-party sites and/or connections going out from desktops.

    b) Companies which generate a non-legitimate global SSH key which is trusted for all domains and is loaded (by policies etc) in to the load browsers. E.G. a cert which applies for *.com; *.net; etc etc. Outgoing SSL actually connects to the appliance which has the master key for the non-legit cert, which basically performs a MITM and then proxies the SSH connection to the outside site. You have to have some pretty strict policies and browser-restrictions to really make this work, and frankly it has some pretty ugly privacy violations because it's faking out *all* SSL from potential attack sites to your employees' medical provider.