Slashdot Mirror


Ask Slashdot: Secure DropBox Alternative For a Small Business?

First time accepted submitter MrClappy writes "I manage the network for a defense contractor that needs a cloud-based storage service and am having a lot of trouble finding an appropriate solution that meets our requirements. We are currently using DropBox and I am terrified of seeing another data leak like last year. Some of our data is classified under International Traffic in Arms Regulations (ITAR) which requires that all data to remain inside the US, including any cloud storage or redundant backups. We tried using Box as a more secure replacement but ended up canceling the service due to lack of functionality; 40,000 file sync limit, Linux-based domain controller compatibility issues and the fact that the sync application does not work while our computers are locked (which is an explicit policy for my users). I've been calling different companies and just can't seem to find a decent solution. Unless I'm severely missing something, I'm just blown away that no one offers this functionality with today's tech capabilities. Am I wrong?"

274 comments

  1. You are kidding right? by MerlynEmrys67 · · Score: 5, Informative

    You want "Someone Else" to manage your data that is classified under ITAR? Uhmmm... Why don't you build your backup solution - put links in to remote data centers and handle the problem correctly and professionally. The last thing we need is some external entity getting a hold of this stuff because you don't want to have the budget to do things right instead of at a consumer level.
    Gah - I can't believe this is even a question

    --
    I have mod points and I am not afraid to use them
    1. Re:You are kidding right? by ravenswood1000 · · Score: 5, Informative

      Try Owncloud or Ajaxplorer for your own cloud solution maybe.

    2. Re:You are kidding right? by Trepidity · · Score: 4, Informative

      For something Dropbox-like in UI that you can point to your own servers, some options are:

      * Git-Annex Assistant: Despite its name, git is sort of an implementation detail you can ignore. It doesn't actually revision-control all your files, so you don't get huge bloat with binary files that are edited. One nice thing it does is integrate syncing with offline storage, so you can e.g. set up a remote server to sync to live, *and* set up a USB-connected hard drive to sync to when it's attached. When the USB drive is offline git-annex will still remember what files were on it.

      * Sparkleshare: a front-end that does version-control all your files, which might be preferable if you are sharing small-ish files where you might want to recover a previous version (e.g., text documents). Less good than Git-Annex Assistant if you're sharing huge media files, possibly better if you aren't.

      See also this Slashdot discussion from two years ago.

    3. Re:You are kidding right? by pixelpusher220 · · Score: 5, Funny

      I believe there's a facility in Utah that specializes in cloud data storage...

      --
      People in cars cause accidents....accidents in cars cause people :-D
    4. Re:You are kidding right? by Anonymous Coward · · Score: 0

      Dont' forget that git-annex can use encrypted remotes! I think they're also building in the option for version control of large files, implementing deltas, etc.

    5. Re:You are kidding right? by Anonymous Coward · · Score: 0

      Or he can look at a File Transporter, the 2.0 software offers a lot of Dropbox's functionality, but the data lives on your drives and is encrypted during sync.

      http://www.filetransporter.com/

    6. Re:You are kidding right? by Sir_Sri · · Score: 2

      I love my dogs very much, but The love for my son and his needs are much greater.

      Like a lot of regular services, there are usually defence contractors who offer similar services that meet whatever national government requirements are - for 10x the price naturally.

      I would think that microsoft or google (though more likely microsoft than google) offer something similar to their commercial offerings but certified for defence. If not them, then likely you're looking at either Lockheed Martin, HP, IBM and expecting to pay very large sums of money.

    7. Re:You are kidding right? by sconeu · · Score: 5, Insightful

      I agree with Merlyn. Are you F***ING INSANE?????? Especially after the way that the gov went batshit insane over Wikileaks and then over Snowden.

      I know that "classified under ITAR" is not "Classified secret", but you'd be crazy to trust that data to any storage that you (or your company) doesn't directly control.

      Disclaimer: I am not an ISSO or ISSM (though at one point I did get certified as one -- long since lapsed).

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    8. Re:You are kidding right? by Anonymous Coward · · Score: 0

      ..providing a generous free backup to all your data.

    9. Re:You are kidding right? by ColdWetDog · · Score: 5, Funny

      I can just see this - a high level presentation to the C level executives:

      "Yes, we're planning on using Sparkleshare".

      "Sparklewhat?"

      "Sparkleshare, it's an open source product that ...."

      "Look, we're here to discuss corporate data strategy, not your daughter's favorite website".

      --
      Faster! Faster! Faster would be better!
    10. Re:You are kidding right? by Anonymous Coward · · Score: 0

      You guys are fucking crazy. Putting something you are required by law to not distribute beyond US borders on a cloud storage system? I hope you're at least encrypting the data you upload.

    11. Re:You are kidding right? by HJED · · Score: 2

      Aerofs might also be a good solution, it only stores data on your own servers by default (and has a headless linux client that could be installed on a VPS or similar for offsite backup). All data is transmitted encrypted P2P, but it does use NAT Proxies and authentication information provided by their servers.

      --
      null
    12. Re: You are kidding right? by Anonymous Coward · · Score: 0

      Syncplicity using on prem storage provides the security necessary for ITAR and the ease of use of dropbox. Disclaimer - I am an EMC Employee.

    13. Re:You are kidding right? by Anonymous Coward · · Score: 0

      Take a look at SyncDocs. It uses Google Drive as a backend, but provides a full featured client, which offers among other things, Google Drive encryption:
      http://www.syncdocs.com/2013/07/google-drive-encryption/

    14. Re:You are kidding right? by icebike · · Score: 4, Interesting

      ITAR simply requires State-Side storage. It doesn't have to be secure from the NSA, in fact they would probably object if it was.

      There is SpiderOak, which is US based, but they don't have the ability to decrypt your data, all decryption is done at the client.

      --
      Sig Battery depleted. Reverting to safe mode.
    15. Re:You are kidding right? by Xyrus · · Score: 1

      You want "Someone Else" to manage your data that is classified under ITAR? Uhmmm... Why don't you build your backup solution - put links in to remote data centers and handle the problem correctly and professionally. The last thing we need is some external entity getting a hold of this stuff because you don't want to have the budget to do things right instead of at a consumer level. Gah - I can't believe this is even a question

      I agree. Putting information like this in the cloud? This guy either has no clue what he's doing or not all his dogs are barking.

      --
      ~X~
    16. Re:You are kidding right? by Maxwell · · Score: 1

      I might get lynched by the Linux crowd, but Windows Server 2012 R2 has 'Work folders' which is basically private Dropbox you host yourself. Nothing leaves your servers/clients. You can even access the work folders via SMB (drive mapping) when in the office, and the remote function kicks in when out of network. seamless for the end users as well.

    17. Re:You are kidding right? by tftp · · Score: 1

      ITAR simply requires State-Side storage.

      IIRC, ITAR compliance would not be very compliant when foreign citizens - especially citizens of named prohibited nations - have access to your data, even if it occurs on US soil. That can easily happen because cloud companies are not restricted in who they hire; they aren't even required to monitor what their employees are doing with your data. If anything happens that you, the customer, don't like, their liability is limited to what you paid for the service in the last billing cycle.

      You may encrypt your data, but I don't think this helps. Having data is a separate problem from having the key. These problems can be solved by independent methods.

    18. Re:You are kidding right? by AK+Marc · · Score: 2

      I've had a project canceled because they found out we were using best-of-breed RADIUS. Funk Software's Steel-Belted-RADIUS. We weren't allowed to have any funky servers. Used Windows free RADIUS instead. Lots of headaches.

    19. Re: You are kidding right? by Anonymous Coward · · Score: 0

      This is what industry exec mean when h1-b assholes can't supply an obvious solution.
      well, actually, we know they mean, "we need at least double the number of the dumb pricks, we had no idea they were THAT fukin stupid"

    20. Re:You are kidding right? by Anonymous Coward · · Score: 0

      DD 2345.

      If you are located at

      1 Main Street
      Maintown, VA

      Then your DD 2345 will be for that address.

      If you are storing data outside 1 Main Street... and that site does not have an active DD 2345... You're in the wrong job and someone with the right knowledge needs to take over.

    21. Re:You are kidding right? by icebike · · Score: 1

      If you don't think encryption helps, you are doing it wrong.

      --
      Sig Battery depleted. Reverting to safe mode.
    22. Re:You are kidding right? by Anonymous Coward · · Score: 0

      Owncloud's WebDAV's performance is shocking, use anything else.

    23. Re:You are kidding right? by tftp · · Score: 3, Interesting

      As many posters indicated in their comments, compliance is not even checked against your arbitrary list of technical measures. It is checked against an approved list of measures and actions that you are supposed to have and perform.

      Good encryption would be a solution. You could have a server in North Korea and safely store all the secrets of portable nukes there, as long as they are well encrypted.

      But the devil is in details. What does it mean "well encrypted?" What is even the criteria for "wellness" of your encryption? Would it be OK if I use ROT13? Ok, perhaps not. What if I use AES256? Now you are happy. Right? No, wrong - because I used a key that consists of all zeros. Or ones. Or something equally trivial.

      But let's imagine you have a secure key. You used /dev/random, and it is random enough. Is it secure now? No, it isn't. You now have a known plaintext attack. AES may prevent you from reversing the key, but it still a block cipher - and many technical documents have similarities that can be exploited. Unless salted, every block of same plaintext will produce the same ciphertext. This is already a leak of data. Is it important? Maybe not. But there was no such leak before, and now there is a foothold. Can you guarantee that it won't get worse? Your adversary has all the resources of the state (albeit a poor one) and they are not constrained as much as you are.

      This is why you never invent your own cryptosystem. NSA does that, and they approve and provide cryptosystems for various end users. If you can get NSA to approve a cryptosystem for your setup, you are golden. But chances of that are not very good. If you start building your own, nobody is even going to check what you did. If it is not approved, it's not good. DSS workers are not cryptographers; even most of NSA personnel are not cryptographers (as we know now.) It takes an inordinate amount of effort to approve a cryptosystem for a particular use. One can have a good algorithm that is implemented with a small bug, and that bug turns it from unbreakable to reversable in milliseconds. Cryptographers know what to watch for, and even they make mistakes sometimes. Can you get away with a crypto library that you downloaded from Internet? I don't think so. It may be perfectly secure, but that's not what you will be evaluated against.

    24. Re:You are kidding right? by Fjandr · · Score: 1

      This was my thought. Why the fsck would a defense contractor be farming out data storage of ITAR data?

      Just buy as many 4u BackBlaze boxes as you need, then you only need to worry about data leaks on your own network. Which is highly secured, right?

    25. Re:You are kidding right? by ImOuttaHere · · Score: 1

      I have to agree with the question "You want "Someone Else" to manage your data that is classified under ITAR?"

      I'd strongly suggest you review your options with the right agency of the US Government (there is plenty of good guidance out there, so familiarize yourself with it).

      Then confirm whatever solution you come up with is "good" with your company lawyers. Make sure your lawyers have reviewed all relevant materials and agree that they can protect you should there be a breech and y'all end up in a court of law.

    26. Re:You are kidding right? by Anonymous Coward · · Score: 0

      I believe there's a facility in Utah that specializes in cloud data storage...

      I can't see what all the hullabaloo is about. This NSA Prism thing is a pretty nifty public backup service. If your cloud stored data is lost by your provider all you have to do is file a secret petition to the NSA in one of those secret courts to get your data restored. You'd just have to find the secret court and come to think of it the verdict will probably be classified ... oh ... never mind .

    27. Re:You are kidding right? by magic+maverick+ · · Score: 1

      This is why you never invent your own cryptosystem.

      I'm fucking Bruce Schneier, bitch.

      --
      HELP MY ACCOUNT HAS BEEN HACKED BY AN ILLIBERAL ART STUDENT SET TO DESTROY THE INTERWEBZ!
    28. Re: You are kidding right? by Anonymous Coward · · Score: 0

      He shouldn't even use the words "classified" and "ITAR" together. And otherwise I agree 100% - and I was an ISSO for 8 years.

    29. Re:You are kidding right? by dj245 · · Score: 4, Insightful

      I've had a project canceled because they found out we were using best-of-breed RADIUS. Funk Software's Steel-Belted-RADIUS. We weren't allowed to have any funky servers. Used Windows free RADIUS instead. Lots of headaches.

      You need to control problem names from the get-go. Politicians do it all the time when they name bills (Safety Measures YYY for the Children, etc). Good businessmen never ask their boss to travel to Las Vegas, they go to Clark County, NV instead. It is your responsibility to handle this kind of thing.

      --
      Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
    30. Re:You are kidding right? by ChoosyBeggar · · Score: 1

      What he said. *headdesk*

    31. Re:You are kidding right? by rutledjw · · Score: 1

      Well stated! I was wondering the same thing... What defense contractor doesn't have budget for basic storage needs? For critical data with ITAR restrictions, I cannot imagine using an outside source.

      This sounds like a contractor who's in over their head or a management chain that doesn't get it...

      --

      Computer Science is Applied Philosophy
    32. Re:You are kidding right? by PurpleAlien · · Score: 1

      Yes, agreed. As a cryptographer, security researcher and someone who has worked on ITAR sensitive stuff, you don't put that on a third party server - ever.

      --
      My blog, if you're interested: http://www.purp
    33. Re:You are kidding right? by DarkOx · · Score: 1

      If you must pick from the commercial, we paid Gartner enough enough to lick your CIO's balls solutions: http://www.accellion.com/ has a good product called Filetrans. Its had its vulns in the past but so have most thing; It seems pretty bullet proof these days.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    34. Re:You are kidding right? by Anonymous Coward · · Score: 0

      Viawest? C7?

    35. Re:You are kidding right? by smallfries · · Score: 1

      Is he a considerate lover?

      --
      Slashdot: where don knuth is an idiot because he cant grasp the awesome power of php
    36. Re:You are kidding right? by magic+maverick+ · · Score: 1

      He's got open access on all my ports, bitch.

      --
      HELP MY ACCOUNT HAS BEEN HACKED BY AN ILLIBERAL ART STUDENT SET TO DESTROY THE INTERWEBZ!
    37. Re:You are kidding right? by AK+Marc · · Score: 1

      It's my responsibility to guess at my boss's insanities, and lie to help cover them up? No thanks. And yes, telling a carefully crafted truth designed to give a false impression is a lie. A lie isn't a falsehood, it's a false impression. And you can do those with the truth. I prefer to not work for idiots, though that's not always an option. The case for the one I mentioned above was for a contracting job where the new boss had everyone in the entire department quit because he was such an idiot. So he hired contractors to keep the company from falling over. It didn't matter what we did, he'd be a jackass, and if we broke something, it would be blamed on the ex-employees, though it was almost always his fault. If he wants to make bad choices, it's my job to help him make the best worst choice possible. I profit from his incompetence. I can educate someone, but I can't fix stupid.

    38. Re:You are kidding right? by RevDisk · · Score: 2

      ITAR is a not a security clearance classification. It's an export control classification.

      This is more than a little important because it means no "foreign persons" can access the data. Inside or outside the US. You can let a US person in France see the data, for example. Foreign persons is defined in 120.16 of ITAR. Check http://pmddtc.state.gov/regulations_laws/documents/official_itar/2012/ITAR_Part_120.pdf (listed as Page 467)

      Basically, you can't give any ITAR data to any foreign person. If the foreign person could access the data, even if they do not, you're still breaking the law. There's a presumption of guilt if you say, leave ITAR data on a public share in your company, where foreign nationals could have accessed it. Do not put ITAR data on any disk you don't control unless it's reasonable that the provider cannot access it (ie encrypted).

      If DropBox has or had one foreign national that could access your account (which is likely) and the files were unencrypted, you already committed a federal crime and should give a voluntary disclosure to DDTC They'll likely give you a slap on the wrist or more likely do nothing, especially if voluntarily disclose and implement a solution to fix the problem. You personally will not get hit with anything. Try to cover it up, and you may personally be held responsible for a) knowingly breaking the law and b) knowingly trying to cover it up. You as an individual, in addition to your company.

      Back on the original topic, use a VPN (preferred) or self-host an app on a web server you control. I'd just use VPN and rsync. As a best practice, if a user is going overseas, send them with a clean laptop and tell them not to locally save any files.

      Disclaimer: I worked for Export Control at a Very Large Defense Contractor (they needed a geek, I got the short straw). I am however not YOUR export control representative. While the above is correct, it is only for reference and should not be taken as legal or binding advice. Seriously, order everything you can from Society for International Affairs and attend some conferences, or your business will be shut down by DDTC for ITAR violations. You can email me using my nick at my nick dot org if you have any other ITAR questions. I used to laugh when Department of State folks said "Please don't frame the question in terms of any felonies", now I just repeat it.

    39. Re:You are kidding right? by RevDisk · · Score: 1

      No, legally it does help. The original poster committed a crime if he posted unencrypted ITAR data to DropBox. If it was encrypted (and did not share the key with any foreign national), he did not commit a crime.

      The government sees encryption as they see walls, safes, locks or other access control mechanisms. You can legally have foreign nationals at a facility with ITAR material. RFID controlled doors are pretty common for that. There just has to be comprehensive access controls, which should be in the Export Control Plan and Technology Control Plan.

    40. Re:You are kidding right? by cdrudge · · Score: 1

      It's my responsibility to guess at my boss's insanities, and lie to help cover them up?

      No. Your responsibility is not to guess them, but rather to actually KNOW them. And you're not lying. You're purposefully not revealing the entire truth and revealing a remotely plausible explanation.

  2. I call bull by santax · · Score: 5, Interesting

    "I manage the network for a defense contractor that needs a cloud-based storage service" No you don't. At least I sure as hell hope you don't. Cloud + defense don't mix but since you are managing such a network, why am I telling you this? Why don't you contact 'defense' for options...

    1. Re:I call bull by hawguy · · Score: 5, Insightful

      "I manage the network for a defense contractor that needs a cloud-based storage service"

      No you don't. At least I sure as hell hope you don't. Cloud + defense don't mix but since you are managing such a network, why am I telling you this? Why don't you contact 'defense' for options...

      That was my first thought when I saw his message. It doesn't seem that any commercial Dropbox like service would provide enough fine grained ACL's and reliable and untamperable logging to properly secure any kind of "classified" data. It seems like keeping the data locked up in a VPN accessed fileserver would be better with restrictions on the computer that prohibit saving to local storage. Once it's on a dropbox like service, how do you keep an exec from syncing the entire restricted folder to his laptop before his overseas trip to China, thus violating the rules about keeping it on US soil?

    2. Re:I call bull by Anonymous Coward · · Score: 0

      Ya, dropbox for security? Ever googled 'dropbox security'?

      I guess idiot admins must read /. as well.

    3. Re:I call bull by Anonymous Coward · · Score: 0

      The ITAR classification system is not the same as the Secret/Top Secret/FOUO classification system. They are two separate and distinct systems run by two different parts of the State Department. This guy's company could be working with FOUO or Unclassified data that the DDTC thinks is super-sensitive. (Data classified as FOUO or Unclassified doesn't require the access control machinery and personnel vetting that Secret and higher do.)

    4. Re:I call bull by Wintermute__ · · Score: 5, Informative

      Sadly, I think this guy might be for real. Notice he didn't say "classified", merely "ITAR-restricted". Those are nowhere close to the same thing. Yet, if you get caught messing up with ITAR data, it's still up to a million-dollar fine per instance I believe. Reason enough to tell your lusers "No, you may not use Dropbox" and block it at the firewall.

      Defense contractor - I'm thinking sub-contractor or sub-sub-contractor. There are so many small companies with no budget and less clue handling this kind of dangerous but not classified data out there, it's scary.

    5. Re:I call bull by liquidsin · · Score: 2

      my guess is it's a spook. with all the attention that leaks are getting right now, it seems totally plausible for some paid contractor to draw up some "classified documents" about snowden's child-trafficking ring or assange's cannibal cookbook, stick 'em on dropbox, and plant a horseshit story like this on a tech blog. then you just eat some popcorn and wait for the next security breach. you don't even have to get your hands dirty cracking into anything yourself.

      --
      do not read this line twice.
    6. Re:I call bull by pnutjam · · Score: 1

      Yeah, let's contract it out. It's cheaper, who cares why it's cheaper. It's obviously the exact same product with a middle-man markup for cheaper... (I got a bridge for you to look at buying...)

    7. Re:I call bull by SimonInOz · · Score: 1

      Maybe it's a nuclear weapons developer, they are pretty good at clouds.
      Too bloody good if you ask me. And where's my free electricity - "too cheap to meter" indeed.

      --
      "Cats like plain crisps"
    8. Re:I call bull by Brucelet · · Score: 1

      Also, who's ever heard of a small business defense contractor?

  3. AWS? by Anonymous Coward · · Score: 5, Interesting

    I know that Amazon Web Services have several cloud-based sites that are certified to not allow traffic out of the US (I work there currently). I don't know how it fits your other needs, but there are a number of government agencies that use them.

    1. Re:AWS? by Anonymous Coward · · Score: 0

      I know that Amazon Web Services have several cloud-based sites that are certified to not allow traffic out of the US (I work there currently). I don't know how it fits your other needs, but there are a number of government agencies that use them.

      I bet there is a whole bunch of hackers in China and Russia who snicker ever time they read that sentence.

    2. Re:AWS? by Anonymous Coward · · Score: 0

      And cannot a computer in the US get hacked and used to relay infomation abroad?

  4. Cloud 0? by craznar · · Score: 4, Interesting

    Someone needs to write a RAID 0 style encrypted 'driver' that stores your data striped on Google Drive, Skydrive and Dropbox (and what ever else).

    --
    EMail: 0110001101100010010000000110001101110010 0110000101111010011011100110000101110010 0010111001100011011011110110
    1. Re:Cloud 0? by hawguy · · Score: 1

      Someone needs to write a RAID 0 style encrypted 'driver' that stores your data striped on Google Drive, Skydrive and Dropbox (and what ever else).

      To give you 1/3 the reliability of storing it on a single provider and making your data completely inaccessible if any of them go down?

      If you want reliability, mirror it (or maybe RAID-5 or -6 if you want to tolerate one or 2 providers going down).

      If you want security, use encryption.

      If you don't trust your encryption, striping it across multiple providers doesn't enhance security by much since any provider could decrypt the pieces that he has (or someone could just intercept the intact datastream in transit to the providers)

    2. Re:Cloud 0? by Virtucon · · Score: 2
      --
      Harrison's Postulate - "For every action there is an equal and opposite criticism"
    3. Re:Cloud 0? by Anonymous Coward · · Score: 0

      a drive striped to the cloud? REALLY??

      you sound like my boss just spouting off tech jargon that you have NO understanding of..

      stripping to the cloud would be the worst idea EVER..

      But of course you really meant RAID 1 and MIRRORING...

      STRIPING would only keep half the data on your local system and the other half in the cloud and each alone would be useless without the other...

    4. Re:Cloud 0? by Anonymous Coward · · Score: 0

      What the fuck is so hard about sshfs to your own server who also has apache running? Hm?
      Want the whole partition encrypted on the client side? Well, since a partition is only a file too... "mount -o loop ...". Done.
      Of course you could also just run OpenVPN instead of tunneling through ssh.
      There really are *countless* options for every possible usage scenario BUILT RIGHT IN.
      At least with non-toy operating systems.

      This is what counts as computer experts nowadays? Morons who understand absolutely NOTHING about computers??

      This is what I'm talking about, when I say "mentally crippled by Windows". (Not that OS X would encourage anything better, but at least you can do a bit of it, if you really want to. They're both not professional but consumer [read: moron] OSes though.)

    5. Re:Cloud 0? by I'm+New+Around+Here · · Score: 1

      Someone needs to write a RAID 0 style encrypted 'driver' that stores your data striped on Google Drive, Skydrive and Dropbox (and what ever else).

      To give you 1/3 the reliability of storing it on a single provider and making your data completely inaccessible if any of them go down?

      You've never heard of parity?

      --
      If you think I voted for Trump because of this post, you're wrong. I voted for Dr. Jill Stein of the Green Party. Again.
    6. Re:Cloud 0? by jamesh · · Score: 1

      Someone needs to write a RAID 0 style encrypted 'driver' that stores your data striped on Google Drive, Skydrive and Dropbox (and what ever else).

      I assume you say raid0 so that even if someone got the encryption keys and also managed to hack one of the providers, they'd still only have access to 1/nth of the data. As others pointed out this breaks badly if even one provider goes down.

      Better would be a truecrypt style drive that did RAID6 across multiple accounts on multiple providers, which would give better reliability and still only reveal a fraction of the data (which is still encrypted) if someone hacked the provider

      But really, there is likely someone on your staff who is going to have the keys to the data, and have a family, and unless your data still seems important when someone has a gun to the head of someone you love, extreme levels of encryption and protection are a waste of time. Put an encrypted backup of your data in the cloud and be done with it. If you really need a live copy of your data in the cloud then encrypt that all the way back to the endpoint so even if the provider gets hacked they still need your keys.

    7. Re:Cloud 0? by FriedYuca · · Score: 3, Insightful

      Someone needs to write a RAID 0 style encrypted 'driver' that stores your data striped on Google Drive, Skydrive and Dropbox (and what ever else).

      To give you 1/3 the reliability of storing it on a single provider and making your data completely inaccessible if any of them go down?

      You've never heard of parity?

      Not in Raid 0, he hasn't.

    8. Re:Cloud 0? by LordLimecat · · Score: 1

      Thats an awful idea, do you realize how bad the latency would be? What happens when one service is consistently behind the other, do you just allow the data to constantly be in an inconsistent state between your "stripes"? What happens if one provider is down-- do you allow the volume to remain "on" during the outage, and if so, where are you going to store the parity information until it comes back up?

      And all of this for what benefit?

      Youre basically taking the issues that arise in a mixed-hardware RAID, and amplifying them about a hundred times, and then throwing in TCP just to make things really exciting. You would end up with all of the bad parts of RAID 0, and none of the good ones (since one stripe is no good to you unless the other arrives immedately after, which can hardly be guaranteed over TCP).

    9. Re:Cloud 0? by DaHat · · Score: 2

      Or just buy a storage appliance that has that kind of functionality built in and backups to the cloud in an encrypted way.

      To quote one of their bullet points:

      Military-grade Security
      All data stored in the cloud with StorSimple has military-grade encryption applied to it. The encryption key is never given to StorSimple or the cloud provider, ensuring complete data privacy to support compliance requirements as stringent as HIPAA.

    10. Re:Cloud 0? by I'm+New+Around+Here · · Score: 1

      My mistake. I glossed over that digit in reading.

      In my defense, suggesting parity would seem the more logical response than simply trashing the idea that seems more like a joke response anyway.

      --
      If you think I voted for Trump because of this post, you're wrong. I voted for Dr. Jill Stein of the Green Party. Again.
    11. Re:Cloud 0? by I'm+New+Around+Here · · Score: 1

      I'm not the one that suggested striping on the Intenet. But if it had to happen, I would assume it would include parity.

      --
      If you think I voted for Trump because of this post, you're wrong. I voted for Dr. Jill Stein of the Green Party. Again.
    12. Re:Cloud 0? by hawguy · · Score: 1

      My mistake. I glossed over that digit in reading.

      In my defense, suggesting parity would seem the more logical response than simply trashing the idea that seems more like a joke response anyway.

      You mean like when I said "mirror it (or maybe RAID-5 or -6 if you want to tolerate one or 2 providers going down)"? Though I probably should have said RAID-4 since that would be easier to implement. Performance would be pretty abysmal, especially for less than full stripe writes, but maybe that doesn't matter for a background sync.

    13. Re:Cloud 0? by Hognoxious · · Score: 1

      STRIPING would only keep half the data on your local system and the other half in the cloud and each alone would be useless without the other...

      Exactly. If someone wanted to steal it they'd have to hack the cloud and your local storage.

      Now go ask your mom for a cookie.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    14. Re: Cloud 0? by Anonymous Coward · · Score: 0

      Already exist, symform cloud

    15. Re:Cloud 0? by nurb432 · · Score: 1

      Sort of like freenet is. Tho more reliable as its not a single point of failure.

      --
      ---- Booth was a patriot ----
    16. Re:Cloud 0? by mrt_2394871 · · Score: 1

      I'm not the one that suggested striping on the Intenet. ...

      That happens all the time, I've seen the videos.

       
       

      Oh. "striping", not "stripping". As you were.

  5. Add Encryption to Dropbox by Sironfoot · · Score: 2

    Could you not add a layer of encryption to Dropbox, such as BoxCryptor (https://www.boxcryptor.com/)?

  6. SpiderOak, Bitcasa by Anonymous Coward · · Score: 1

    I don't know if they keep data elsewhere that *isn't* in the US, but you could look at both SpiderOak and Bitcasa. (throw .com on the end of each). Both claim to encrypt data on the client side before upload. SpiderOak has a "hive" feature that operates pretty much just like Dropbox. Bitcasa is a little different but you may be able to shoehorn it into a solution if you need to.

    Another option you could consider would be grabbing an S3 account from Amazon (or Rackspace Cloud Files could work too), keep your data in the US, and then create your own background client or script to encrypt the data on your machine and then upload it. There are several apps out there that can upload data to one of these cloud providers - there's Forklift in the Apple store and the popular "Cyberduck" which has support for both options. (I happen to be a Mac user so I'm not sure what Windows/Linux alternatives are there, but both have APIs so it's possible to roll your own if you want).

    You could also consider virtual machines and mounting them as NFS for shared storage. Obviously some form of encryption would be key here since this is all going over the internet.

    I can't guarantee any of these options will work for your use case (especially with your ITAR regulation requirements), but they may be a place to start.

    Good luck!

  7. DIY by Anonymous Coward · · Score: 0

    Given your area of expertise, why don't you host your own cluster with this type of functionality?

    1. Re:DIY by BarneyRabble · · Score: 1

      Setup your own storage at your office. Don't trust public companies for your data.

      If you dont/cant do it yourself, hire someone to come in and doit. And audit the hell out of what they do.

      Alfresco takes the DIY out of this.

  8. Comment removed by account_deleted · · Score: 3, Funny

    Comment removed based on user account deletion

  9. Carbonite Cloud Backup by Anonymous Coward · · Score: 0

    Check it out.

  10. Novell filr by Anonymous Coward · · Score: 0

    Host your own solution using Novell Filr , http://www.novell.com/products/filr/

    1. Re: Novell filr by Anonymous Coward · · Score: 0

      I second Filr.

    2. Re: Novell filr by amginenigma · · Score: 1

      I'll 3rd filr..Granted we've not been using it long enough to say how it will fair under stress, but so far it's been flawless.

    3. Re:Novell filr by LDAPMAN · · Score: 1

      Filr is amazing. You get everything Dropbox provides but the data stays on your file servers and all your existing ACLs are respected.

  11. Never going to find one by Archfeld · · Score: 5, Informative

    I've worked contingency operations and recovery for data under federal regulations. You will NEVER find a service that will provide the kind of security, financial and geographical restrictions that you really need. That is the single most compelling reason why banks have backup data centers...

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
    1. Re:Never going to find one by DaHat · · Score: 2

      How long ago? These folks seem to have an interesting solution for this kind of setup (encryption on-prem prior to being sent to the cloud and keys never leaving your control)... and also claim to be inside of at least one bank

  12. How about ssh? Http? by Okian+Warrior · · Score: 2, Informative

    Store it on a server at your business that you control.

    Run open-source software which gives you DropBox functionality, such as BitTorrent Sync.

    The only way to be sure is to host it on a server you control, using software that can be inspected.

    1. Re:How about ssh? Http? by Anonymous Coward · · Score: 0

      Bittorrent Sync isn't open source (yet).

    2. Re:How about ssh? Http? by Khopesh · · Score: 1

      BitTorrent Sync is not open-source software, nor do they appear to have plans to make it that. Maybe in time we'll have a F/OSS client for the protocol (though I don't know if they've even opened the protocol yet, so that might be an extra hurdle).

      However, it may not be necessary; set up an SSH server (which gives you SFTP) for uploads, perhaps even use one of the myriads of HTTP file upload mechanisms and guard it with some simple SSL. It doesn't look like there are any problems uploading in such high volume, just downloading.

      Now connect the SFTP/HTTPS drop area to a script that runs a bittorrent tracker, which then wraps it up, rolls out the torrent (with password protection, which is built into bittorrent; think about all of those member-only bittorrent sites out there), and hosts it. The server participates in bittorrent as the initial host but the seeders should catch up and distribute the load quite well.

      --
      Use my userscript to add story images to Slashdot. There's no going back.
    3. Re:How about ssh? Http? by Anonymous Coward · · Score: 0

      We haven't opened the protocol yet, but we are considering doing so, after we get the crypto worked out.

    4. Re:How about ssh? Http? by spongman · · Score: 1

      yeah, let me know when you have that working... until then, i'm running sync...

  13. Sparkleshare by Anonymous Coward · · Score: 2, Informative

    Sparkleshare is a git based program that you can configure and use entirely in-house. . I use it for hosting our IT documentation for a small city government.

  14. CALL the NSA by jackb_guppy · · Score: 0

    They are storing the internet traffic anyway...
    By definition it is in US territory...
    Their sites are secure... Opps!

    1. Re:CALL the NSA by Anonymous Coward · · Score: 0
  15. ownCloud by Infin1niteX · · Score: 1

    Why would you be looking for a provider for classified info instead of looking to create your own solution? Google ownCloud. Works just like Dropbox, opensource so you can always change it to fit your needs if it's missing something.

  16. Amazon S3 or Glacier by Anonymous Coward · · Score: 0

    Amazon S3 is .10 cents per GB or glacier is .01 per GB. We use it for off site backup.

  17. ownCloud and host it yourself by Anonymous Coward · · Score: 0

    If you are that concerned about the data security, just use ownCloud, and run it on your own servers.

  18. OwnCloud ? by Anonymous Coward · · Score: 0

    What about Owncloud ?

  19. Wuala?.. by thaiceman · · Score: 1

    I am surprised no one else mentioned this yet, Wuala encrypts locally then uploads to their server. But its feature set isn't quite on par with DropBox yet....

    1. Re:Wuala?.. by insp · · Score: 2

      Wuala stores their files in Switzerland. I doubt that would meet appropriate defense standards.

  20. Just use OwnCloud by Anonymous Coward · · Score: 2, Informative

    You host it yourself, control the data/features. Supports LDAP authentication. Client software is pretty quick. There is commercial support if you need it. Gracefully recovers from network loss. Oh and it has the appropriate iOS and Android clients. I have been slowly rolling it out in production without any complaints so far. Hope that helps!

    - Too lazy to login

  21. JungleDisk by Anonymous Coward · · Score: 0

    JungleDisk is one that comes to mind

  22. SpiderOak, and you're doing it wrong by Fencepost · · Score: 2

    I believe SpiderOak provides some encryption that you might think meets your needs, but I also agree with others that by the time you're asking this question something has already gone tragically wrong.

    Of course there's always the counter argument that your data has in fact already been hacked and pretending you can keep it secure is just self deception.

    --
    fencepost
    just a little off
  23. Spideroak by Anonymous Coward · · Score: 0

    Spideroak is probably as secure as you are going to get. Fwiw I have had good experiences.

  24. Calm down people... by krbvroc1 · · Score: 4, Informative

    I'm sure he does not mean 'Classified' information. He means classified under ITAR. It was probably a poor choice of word to use classified rather than categorized.

  25. Dropbox by Anonymous Coward · · Score: 0

    First, ITAR and "classified" are not the same.

    Second, Dropbox is just a front end for Amazon S3. Which has quite a few DoD data security certs.

  26. Simple easy secure solution by Anonymous Coward · · Score: 0

    Novel Filr It's as simple and secure as it gets, you control the data, you control the access, you control everything.

  27. VMware Horizon Workspace or OwnCloud by insp · · Score: 2

    I'm very intrigued by the fact that you actually want to use an external cloud based storage solution. I would have thought that defense would have required not to use a third party for remote file storage. The best solution would be to "roll your own" and set up something in a private cloud hosted in a datacenter that meets your requirements. If you are a VMware shop, you should seriously take a look at Horizon Workspace as it provides a Dropbox like product that would be a great fit. If you want to run this on a budget, check out OwnCloud. I use that myself to keep home/work documents in sync between machines and always wanted the equivalent of Dropbox but syncing onto my own servers.

    1. Re: VMware Horizon Workspace or OwnCloud by Anonymous Coward · · Score: 0

      We use horizon workspace internally, and it has some bugs and oddities vs Dropbox. It's very much a 1.0 product but they did get security right. We are migrating to HDS HCP anywhere. The backend is an amazon S3 API comparable object store that can scale to PBs easily, is secure and handles replication, archiving retention compression and single instancing. Vmware is about to update workspace soon, but implementing this stuff is my day job so feel free to ask questions.

  28. btsync by Anonymous Coward · · Score: 0

    You may try btsync. http://labs.bittorrent.com/experiments/sync.html

  29. fuck you by Anonymous Coward · · Score: 0

    Tell the fuckin execs to pass on their bonuses this year, or they will be arrested and the company shut down. If you can afford to do it, go out of business.

  30. No you don't by Wee · · Score: 1

    needs a cloud-based storage service

    You want to put classified data on someone else's servers? You're putting a HUGE amount of trust in the laziest/least ethical/most incompetent sysadmin that company hires. Why in hell would you think you "need" cloud-based anything?

    -B

    --

    Ash and Hickory, straight-grained and true, make excellent bludgeons, dandy for the cudgeling of vegetarians.

    1. Re:No you don't by Shados · · Score: 1

      If your company is of significant size, you still put a huge amount of trust in SOMEONE SOMEWHERE that you shouldn't. If shit happens at a third party you can sue a large entity. If one of your own employees screw you over, you can only sue an individual that won't be able to cough up any kind of reasonable damage settlement.

      Thats why people outsource payroll, employee performance evaluations and all that other crap.

    2. Re:No you don't by geezer+nerd · · Score: 1

      ITAR information is NOT classified information. ITAR is a lower-level categorization than classified. Not only does ITAR information need to remain inside the US, it also must not be accessible by foreign nationals who happen to be in the US.

      About 30 years ago my job encompassed ITAR information and classified information. We would never have thought about data storage anywhere outside the company, and likely not outside the building. Of course, not so much information back then was digital, and cloud solutions were nonexistent.

      The OP surprised me, indeed.

  31. AWS GovCloud by Anonymous Coward · · Score: 5, Informative

    I know that Amazon Web Services have several cloud-based sites that are certified to not allow traffic out of the US (I work there currently). I don't know how it fits your other needs, but there are a number of government agencies that use them.

    Look here -> https://aws.amazon.com/govcloud-us/

    1. Re:AWS GovCloud by Anonymous Coward · · Score: 0

      This is exactly the answer.

    2. Re:AWS GovCloud by taoboy · · Score: 1

      Yep, mod this one way up.

      It has or is associated with a sufficient number of acronyms to qualify as a government-approved service, e.g., 3PAO - Third Party Assessment Organization (http://www.fedramp.gov/). Geesh...

      Seriously, you want to consider services like this because 1) you need to certify your solution in some accreditation official's notion of sufficiency, and 2) they've already done the work in dotting the 't's and crossing the 'i's

    3. Re:AWS GovCloud by Beezlebub33 · · Score: 1
      Yep. You remember the old saying that 'Nobody ever got fired for using IBM'? Well, that's the way it is nowadays with Amazon Web Services and either security or privacy. They have ITAR covered; they even can do HIPAA, and that's a freaking privacy nightmare to try to implement yourself.

      Yes, you can get it cheaper someplace else; you might get better service; or it might be easier to use (though it's gotten better over tiime). But nobody comes close to providing you as a sysadmin or developer with the cover that you need at a good price.

      --
      The more people I meet, the better I like my dog.
    4. Re:AWS GovCloud by flappinbooger · · Score: 1

      I know it may be a stupid question, but how many of these cloud storage providers are re-packaging amazon?

      Better off going to the source directly, so that you're the one screwing up the implementation of the amazon cloud storage, not a third party.

      --
      Flappinbooger isn't my real name
  32. rsync.net by Anonymous Coward · · Score: 0

    rsync.net? It supports common protocols (ftp though https to rsync). You specify which location you want to store on at signup. It doesn't do encryption for you (storage encryption that is) but it sounds like you should be doing that yourself.

  33. Ahem. by drolli · · Score: 2

    Pay somebody (contractor/consultant) who knoes what he does. Seriously, man. Ask for a 10 page concept with the tree best options fulfilling all your specific requirements (which you probably did not mention here), and offer him to implement it if you like one of these.

    My 2 cents on this: To me it is completely non-obvious how dropbox could have ended up in the stack of possible solutions - to little control, intransparent business model, other use case is the dominant one. I would start by looking at the obvious storage providers (amazon, telecoms, specialized local/regional/natinal storage providers), compare them by the options/price they offer, look separately at software fulfilling my local needs and being capable of talking to the storage providers. Then i would create local scenarios about additional dedicated hw needed and after that i would make my choice/give the best options to my manager to select, based on business criteria.

  34. buy a server by Anonymous Coward · · Score: 0

    Buy yourself a server. How dumb can people get? And we let these people sell arms to the world?

  35. You're kidding, right? by frovingslosh · · Score: 1

    I just looked at it. I need an account with them to encrypt my files? And it seems that my files may even transfer to them before encryption and after decryption. or am I missing something? And the video even is narrated by someone with a foreign accent and shows the names of encrypted files change to something that looks like Chinese????? If I'm going to encrypt my files for security or safety or even privacy, I'm certainly going to do it on my own computers, not with something where I need an "account" with someone else to have them encrypted. Adding a layer of encryption would be nice (although likely not good enough to protect ITAR data properly), but doing it after the data leaves the computer is just crazy talk.

    --
    I'm an American. I love this country and the freedoms that we used to have.
    1. Re: You're kidding, right? by Sironfoot · · Score: 1

      Reading up on BoxCryptor it looks like it uses end-to-end encryption. So the data is encrypted before it leaves your computer. I believe the sign up is because it's a software subscription model, you have to pay annually, which I don't like. I'd rather just pay for the software outright, and buy upgrades in my own time.

    2. Re:You're kidding, right? by tverbeek · · Score: 1

      Being suspicious of a security system because their encryption model is unclear to you is reasonable.

      Being suspicious because their narrator has a "foreign accent" or you see "something that looks like Chinese"... is just plain stupid.

      Boxcryptor is based in Germany. If that's a deal-breaker, so be it, but you didn't learn that by hearing their narrator speaking with an English accent. Being based in Europe, it's perfectly natural that they'd hire someone from England (or fluent in British English) rather than an American to record their English-language promo. Or maybe someone in the company is a British ex-pat. Or the marketing guy just loves English accents. It means nothing.

      As for the "Chinese", it appears that part of their encryption method involves using an alternate character set for the generated names of encrypted files, probably as a clever way of ensuring that there are no filename collisions. They could have used Hebrew, or Cyrillic, or whatever; they chose one of the Chinese character sets, probably because it's huge. It also means nothing... except that there are other forms of writing in the world, and their character sets are supported on modern computers.

      The fact that you're alarmed by the existence of "foreign" things makes you xenophobic, and the fact that you apparently would be less suspicious if they presented an America-only image makes you an idiot.

      --
      http://alternatives.rzero.com/
    3. Re:You're kidding, right? by Anonymous Coward · · Score: 0

      You Xeno-Argument is not valid. It DOES matter where an information system originates from, if it stores national-security-related data. That is why they call it "national" security instead of "pinko-liberal" security.

      Governments demand that their respective national secrets are handled by their nationals. Transitively, if you use cipher software to protect national secrets, national governments want to assure that software has been developed by one of their nationals. That's all very legitimate as a national passport means a country has massive leverage over a person. A well-meaning Israeli national could be forced by the Israeli government to do nefarious things on behalf of them, by means of threatening to revoke the passport, for example.

      Having said that, it appears that some amount of national security-related data is being allowed to be handled by foreign software. E.g. American aerospace companies use the French CATIA CAD software. But "you bet" that does not apply to electronic warfare and SURE AS HELL not to communications systems.

    4. Re:You're kidding, right? by Anonymous Coward · · Score: 0

      just use encfs, its what the old boxcryptor was based on, before they decided to make more money.

  36. Syncplicity by Xygon · · Score: 1

    EMC's Syncplicity allows you to have a "cloud" backup that's actually domain authenticated and resides in your own data center. Some of the Dropbox-esque features people want, with the in-house security.

  37. ITAR is tighter than that by GumphMaster · · Score: 4, Informative

    Some of our data is classified under International Traffic in Arms Regulations (ITAR) which requires that all data to remain inside the US, including any cloud storage or redundant backups.

    It is much tighter than that. You must ensure that only "US Persons" have access to that data without appropriate export licences/approvals/agreements. Can you guarantee that no foreign national, dual citizen, or employee of a foreign company is working at your cloud host or in any data centre that might be housing your data?

    --
    Patent litigation: A doctrine of Mutually Assured Destruction... in which everyone seems willing to push the button
    1. Re:ITAR is tighter than that by GumphMaster · · Score: 1

      BTW: IANAL but I am a "foreign national" that has been at the receiving end of ITAR fun and games.

      --
      Patent litigation: A doctrine of Mutually Assured Destruction... in which everyone seems willing to push the button
  38. AeroFS by HJED · · Score: 1

    I would suggest AeroFS it's P2P sync, they support multiple users and let you use your own Amazon EC3 instances if you want. It is fully encrypted.

    --
    null
    1. Re:AeroFS by Anonymous Coward · · Score: 0

      No encrypted storage volume should be considered safe in the cloud. Space is shared/replicated/RAIDed across SANs thus possibly creating multiple copies of the same data under different states/keys. It's considered insecure for the same reason truecrypt is considered insecure on SSDs.

      Also you can't securely shred a file in such environment.

    2. Re:AeroFS by HJED · · Score: 1

      ok, I wasn't aware of that. It still works as a P2P dropbox alternative without using EC3 type service though, so still might be useful for the OP.

      --
      null
    3. Re:AeroFS by thatkid_2002 · · Score: 1

      "your own Amazon EC3 instances" - isn't that an oxymoron?

    4. Re:AeroFS by HJED · · Score: 1

      as supposed to EC3 instances under the control of the company providing the service (AeroFS)

      --
      null
    5. Re:AeroFS by thatkid_2002 · · Score: 1

      Company B is obviously much more honest than Company A.

  39. Encrypt data, store anywhere by mars-nl · · Score: 1

    I'm not in defense (and never will), but isn't (public key) encryption not invented to keep something secure in a unsecure enviroment (i.e. internet). Encrypt your files with very decent encryption, such as PGP/GPG, and upload to dropbox or whatever. Manage keys well.

    1. Re:Encrypt data, store anywhere by Andy_R · · Score: 3, Informative

      This isn't about security, it's security theater, it's not the safety of the data that matters, it's all about the box ticking. The box that must be ticked is 'data must not leave the US'.

      If you try to apply any rationale to the existence of this box, you'll end up with something like 'The data can't leave the US because as we all know there are no bad guys on US soil, foreign powers cannot buy airplane tickets, and the internet has border police that stop foreign traffic that has the evil bit set.'

      --
      A pizza of radius z and thickness a has a volume of pi z z a
    2. Re:Encrypt data, store anywhere by Anonymous Coward · · Score: 0

      Yes, and that is great for you and I to optionally encrypt and share. But for a defense contractor with dozens, hundreds, maybe more users... you need to provide a system that enforces security.

  40. SFTP by gagol · · Score: 1

    SFTP, the cloud can go **** itself.

    --
    Tomorrow is another day...
    1. Re:SFTP by Anonymous Coward · · Score: 0

      You just need to rebadge it as your "corporate cloud service" and have

      A) A secure solution

      B) A hipster solution (because it is "cloudy")

      You can also use ssh/scp.

  41. It's there by Anonymous Coward · · Score: 0

    There is three different ways I know of to accomplish the task.

    1.) You have to deploy and manage you own solution where you have a key management server on premise doing the encryption for you.
                    You’re not going to find a SAAS solution to this problem. What you’re looking for in a secure drop box application is to be able to control who has access to your data. If this was provided as a SAAS application the provider would than hold the encryption key's that would be used to secure you data. This then makes it so anyone in that company who has access to the key management server has access to your data and the greater threat is government demanding the keys from the provider and gaining access to your data. If somehow the SAAS provider allowed you to use your own key management server than you would lose a lot of functionality when it comes to things like indexing and if you did provide access again it than takes away the security of the application.
    2.) The second option you have is to just encrypt the files before you upload them to the server.
            You would have to do the whole shared key repository thing but it would be the cheapest method to securing your data in the cloud.
    3.) The third method is to use a device that will proxy the data between your system and Dropbox encrypting the data before it gets to the cloud using your system.
            I think the company I saw do thing for SkyDrive was called ciphercloud but I can’t remember. This is simpler to setup and configure than option 2 but still allows you full control over the encryption keys and often doesn’t interfere with indexing other such activities. The down side is you would still have to manage an application designing it for HA/DR/Usage and you wouldn’t be able to use the standard DropBox portal/applications you would have to use the website through the proxy.
    The short answer is it is possible, I have seen all three done, but you are completely under estimating the requirements it would take to do. Also if you have export control data why are you using dropbox in the first place? How are you controlling employee’s ability to access the data from overseas?

             

    1. Re:It's there by mlts · · Score: 1

      4: Maybe the best solution is for the OP's firm to spend the dough, and create a remote recovery site here in the US.

      Unmanned remote sites are not hard to make, they can be stored in a secure area (there are lots of unmarked data centers used as co-locs with each customer having cages for both their equipment and their dancers.)

      Get with a FISMA certified provider. Get a backend SAN, or a SAN dedicated for backups. Add a read-only domain controller and a CIFS data mover.

      Call it done. Data stays encrypted, because it goes through routers that encrypt links, and can be encrypted at the drive end, or anywhere in between. To boot, it stays in the US.

      No staff needed at the remote site if done right. Set up iLO, remote rebooting, and remote consoles.

      No rocket science here... take a server, lock it in a cage, tack a pipe to it, and move on.

  42. Maybe ShareFile would work for you? by Anonymous Coward · · Score: 0

    ShareFile (from Citrix) will let you choose where your data is stored (e.g. US only) or even have it stored on premises, while still providing sync and web access to it like other cloud storage providers.

  43. You're delusional. by __aaltlg1547 · · Score: 4, Insightful

    There is no way to ensure that any third party company is going to protect your ITAR data, so you can't use cloud based storage. Tell your boss it's (1) a bad idea and (2) you are not going to jail to make it happen.

    1. Re:You're delusional. by Anonymous Coward · · Score: 0

      You can use 3rd party storage, but you need to encrypt your own data client side prior to upload, and maintain the security of the keys inhouse. This is pretty common for users of DropBox who are concerned about the security of their data.

      In essence this means your data is stored in dropbox, encrypted by your own keys, and then encrypted by dropbox's keys. Someone could gain access to your dropbox account, or even the dropbox encryption keys, but still be unable to decrypt the data because they lack your own encryption keys.

    2. Re:You're delusional. by bill_mcgonigle · · Score: 1

      Dude, it's a defense contractors.

      OP: tell your boss I'll do it for $4.5M/yr.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    3. Re:You're delusional. by confused+one · · Score: 1

      Also mention the fines run into the $millions per instance and that willfully knowingly putting violating ITAR regulations can result in jail time for the responsible persons (read as the managers).

    4. Re:You're delusional. by Anonymous Coward · · Score: 0

      I do not think USG will agree with you. They know ciphers can be broken and don't want certain ciphertext to ever reach non-US eyes.

    5. Re:You're delusional. by Anonymous Coward · · Score: 0

      More specifically "ciphers have the potential to be broken". I do not want to suggest 3DES and AES are already broken. There are no public indications towards that at this point in time.

  44. Stronger policy by mysidia · · Score: 1

    "I manage the network for a defense contractor that needs a cloud-based storage service and am having a lot of trouble finding an appropriate solution that meets our requirements. We are currently using DropBox and I am terrified of seeing another data leak like last year. Some of our data is classified under International Traffic in Arms Regulations (ITAR) which requires that all data to remain inside the US, including any cloud storage or redundant backups.

    If you want Dropbox's functionality; I suggest you use Dropbox.

    However: DO NOT ALLOW ANY CONTENT REGULATED UNDER ITAR into a cloud service

    Second: DO NOT ALLOW ANY CLASSIFIED MATERIALS into a cloud service

    One possibility would be to implement Active Directory Rights Management Service (RMS) inside your organization. And set a policy that All sensitive documents must be composed using Microsoft Office, AND Users must encrypt all sensitive documents before saving them

    If your clients are running recent versions of Windows; there are some interesting things you can do to make sure that files get saved get encrypted. You can also use various third party scanning and Data Leak Prevention software products to help you with making sure RMS rights templates get applied to existing documents' that got stored on enterprise users' workstations

    If the file is RMS protected; in theory, Dropbox doesn't matter as much, because if someone accidentally places a file there; the file was encrypted, anyhow --- it can't be decrypted, unless your RMS server says it's OKAY and issues out a license to open the document (which contains the necessary crypto keys).

    You just need to be very firm about your security labelling and encryption policies for sensitive documents.

    1. Re:Stronger policy by thatkid_2002 · · Score: 1

      I giggled at "RMS".

    2. Re:Stronger policy by Anonymous Coward · · Score: 0

      *gigle*

  45. I live in the US by Anonymous Coward · · Score: 0

    However, the government says, with 51% certainty, that I'm a "non-US person", and wiretaps me with impunity. Can I be both simultaneously?

  46. Inside the firewall Dropbox-y option by Anonymous Coward · · Score: 0

    Try Novell Filr: http://www.novell.com/products/filr/

  47. You're already breaking the law by Anonymous Coward · · Score: 0

    Most large defense contractors will not even let you visit dropbox from the office because they are scared of unclassified (ITAR) leaks. And you're putting data there intentionally?!? Please tell me this question is from a troll.

    You are almost certainly breaking Federal law by putting data onto a server that you do not control unless you can guarantee that no dropbox employee can access the data

  48. Re:Simple. by Jeremiah+Cornelius · · Score: 1
    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  49. Amazon GovCloud by Anonymous Coward · · Score: 0

    Google is your friend: the only major cloud provider with an ITAR-compliant offering is Amazon, with GovCloud. This is available to both government agencies and contractors, but requires applying to Amazon for access.You'd need to find a front end to manage the storage/backup that will let you restrict it to use only the GovCloud S3.

    The Department of State is considering revising the export rules to make clear that data encrypted to FIPS standards does not count as an export, and if they actually do change the rules, then you'll be able to use any cloud provider as long as you do the encryption at your end and control the keys. AFAIK, however, these changes are still being evaluated and may be too late to affect your choice, or never.

  50. Citrix Sharefile Enterprise? by Anonymous Coward · · Score: 0

    With ShareFile you can host the data in-house, but the control channel is all cloud...

  51. Contact your site/organizations Security Officer by khb · · Score: 2

    To get a ruling on whether you may do what you want. Otherwise, as others have noted, you may be very deep waters (not only will you be in violation, but anyone in the organization using the service will be, and you will have induced them to do it. Think serious civil as well as criminal consequences).

    From a technology angle, it may be "possible" if the folks in charge sign off.

    "All" you need to do is encrypt the data before it goes offsite, encrypt it well enough that the data is protected commensurate with its value, etc.

    For commercial users, https://jungledisk.com/ provides a very usable interface and GUI. Of course, if the client isn't trustworthy (and you have to take their word for it ;>) that goes out the window even if the algorithms are secure themselves ;>

    I use it for some SOHO confidential data; it wouldn't be the end of the world if the data were disclosed, but we have committed to make good faith effort(s) to keep it secure, so we do (rather than moving files to subs via email, etc.). Not all subcontractors could handle sftp and friends.

  52. Siteclone by Anonymous Coward · · Score: 0

    Siteclone works well with custom security needs.

  53. Encrypt before upload? by Anonymous Coward · · Score: 0

    Many people using these services encrypt the data prior to upload, so that the storage provider does not have access to the keys. Even though Dropbox encrypts their data, they have the keys necessary to decrypt it(and thus your data is vulnerable if someone working for them or hacking them is able to obtain the key and your data). So you should use something like TrueCrypt to encrypt the data client side before uploading, so that you can ensure that you and no one else has the keys to access the data. There is still the possibility that someone at dropbox could steal your encrypted data, and then brute force the key, but with an appropriately strong key and encryption algorithm, then brute forcing shouldn't be feasible.

    This however may not satisfy the security requirements for ITAR data, but from a general security standpoint would be the appropriate approach when storing data or backups offsite in a facility that you do not have complete control over.

    There are some products that out of the box encrypt data client side, and generate keys based on your input string, and do not transmit those keys. In other words, it's exactly what I described above, but wrapped up in an off the shelf product. The problem here is verifying this since they are closed source products.

    There are some products that cater to the government and meet certain data storage requirements, such as ShareFile. But because Sharefile holds the keys to the encrypted data, they are theoretically vulnerable to scenarios where a hacker might obtain data and keys. I don't think the people creating these government security standards are as knowledgeable about security as they think. If it has certain buzzwords like "AES-256" in the product's description, it passes their standard, regardless of whether the architecture implements it appropriately.

  54. A dedicated server by Anonymous Coward · · Score: 0

    and SSHfs ? Yeah it's 20Mb of data at most and it can run on a 50$ arm board with lots of hard drives. Why would anyone want clouds anyway, they are just that but with no control, multiple eavesdroppers, security breaches, higher price and less performing ?

  55. I'm no system administrator, but... by natetk · · Score: 1

    If you need to access your data remotely and securely, why not just use sftp or ftps to log in to your in-house server? That way you can keep logs on the users that connect, set up who can access what, and have the traffic encrypted. I don't know why everyone is so hooked on "the cloud".

  56. Www.sharefile.com by tanawts · · Score: 1

    You should look into sharefile. It is a secure alternitive to drop box. You can also optionally host an on prem appliance while still utilizing their cloud based access and front end.

  57. In other news, wikileaks announces cloud storage.. by Anonymous Coward · · Score: 0

    ... but you have to pay in cash for the service.

  58. Tarsnap by Anonymous Coward · · Score: 0

    This might work for you: https://www.tarsnap.com/

  59. Varonis has one thats good by LiteTree · · Score: 1

    Check out this on prem option from Varonis http://www.varonis.com/products/datanywhere

    --
    LiteTree Litecoin Exchange
  60. Jesus Tapdancing Christ, MrClappy by Anonymous Coward · · Score: 0

    You claim you need to manage highly sensitive and classified data, yet you can't put together a storage solution yourself? You're the wrong person for the job. No wonder Facebook and Microsoft et al can justify more H1Bs, they just use people such as MrClappy as examples of the poor talent in the U.S.

  61. I Call BS by Anonymous Coward · · Score: 0

    There are strict rules and regulations that govern the storage and transmission of classified data. If you are trying to secure classified data on dropbox, you go to jail. Do not pass go. Do not collect $100.

      What you are asking for does not exist. You are not even permitted to encrypt classified data and store on an unapproved device/service. You are swimming in very, very dangerous waters my friend.

       

  62. Take a look at Milyli's Arc by Anonymous Coward · · Score: 0

    http://milyli.com/arc/Pages/ARC-Overview.aspx

    It's not a cloud solution, you host it yourself. But given your concerns about security and compliance that's what you should be doing anyway. Arc is intended to provide secure and auditable self-hosted document sharing, for industries that can't risk an outside cloud service, from servers, workstations, and CMSes like Sharepoint, to authorized users via web and mobile clients.

  63. NFS by Anonymous Coward · · Score: 0

    NFS. Seriously. It's that simple. Mount the drive. There's your data. No weird software or limitations.

  64. SpiderOak by idsfa · · Score: 1

    SpiderOak (https://spideroak.com/business/) encrypts locally before putting the data into their cloud and supports linux AD.

    Worth looking into, I guess.

  65. GSA Securdrop by Anonymous Coward · · Score: 0

    Securdrop is an upcoming product circulating in the defense community from alfresco. Carahsoft has been demoing it. You can find more information on software forge.

  66. CLASSIFIED or REGULATED under ITAR? by cdl · · Score: 3, Informative

    So - your use of terminology would lead me to think that you haven't been at this too long (I apologize in advance for the snark if that is not the case). If you deal with certain information, you would certainly NOT use the term CLASSIFIED in discussing the status of that information. CLASSIFIED has a VERY specific meaning in certain domains - including the domain that you seem to indicate that you work in. If you are, indeed, handling such information, I would suggest running, not walking to your FSO for a conversation. It will probably be fairly brutish and short. If, however, you are dealing with ITAR regulated information, then you have a different set of issues. You may not export the data without a permit, but you don't need to control it specifically within the US. Also, the regulations around foreign persons (or those of dual nationalities) relate to export activities. So, you can't transfer to a foreign person if you know (or suspect) that they are going to export the data. However, foreign persons in the US that aren't an export channel are not an issue (else a whole lot of commerce in the US would halt since I have no idea if another company has any foreign nationals employed, and I don't have to get an ITAR export license to ship something to another domestic company). In the later case (where we are talking regulation, not classification), you don't have an issue if you don't export the data (don't pick a company with foreign presence for cloud storage). Actually, one could probably be ok if they encrypted it (strongly) and then stored (but you may (or may not) want to talk to your DDTC rep about that. You should have no problems finding an offsite storage company to provide the service, and/or use someone who allows you to restrict the S3 zones (if AWS is the backend store) to us-* regions. Similar for rackfiles, dream objects, etc. Another comment here is worth highlighting, however - use consumer services, get consumer service. Go upmarket a bit if you are actually looking for something that your company's bottom line is hung on.

  67. Typical Gov contractors by Anonymous Coward · · Score: 0

    This is whats wrong with gov contractors and the organizations they support. So someone has made the decision to outsource a "secure" backup strategy? How about you contract your job to China.

    This is fucking assinine thinking and the person who is running that contract needs to be fired.

  68. Encryption layer ontop of Drop Box? by pegacat · · Score: 1

    There are a bunch of folks who add client side encryption to drop box.

    This mob: http://lock-box.com/ do a bunch of fancy client side key management to allow strong PKI management including revocation and re-keying of group accessed data. They're pretty good if you need a strong crypto layer on top of drop box, but there's a bunch of folks who add security to drop box with some balance of security and convenience. ... but like many other posters have said, be very careful before sticking classified data on any of this stuff; it's unlikely to be suitable unless the solution's been given a rating.

    --
    Wer mit Ungeheuern kämpft, mag zusehn, dass er nicht dabei zum Ungeheuer wird.
  69. "Defense" my ass by musth · · Score: 0, Troll

    I manage the network for a defense contractor....Am I wrong?

    Solution to your problem: give up your blood-drenched paycheck and re-examine your life. You're an enabler in the warfare/surveillance state.

  70. Encrypted Dropbox? by iroll · · Score: 1

    Is there a way you could encrypt the files or folders that are shared via dropbox, so that only people you have authorized (via a key) could decrypt them?

    --
    Repetition does not transform a lie into the truth. - FDR
  71. look for fedramp compliance by GovCheese · · Score: 2

    You might start with looking at FEDRAMP complaint providers found here: http://www.gsa.gov/portal/content/131931 I would imagine that those listed providers also have FISMA certification so you'll be able to determine if the categorization of the data you are trying to protect is met by the provider. ITAR categorized data must be stored in CONUS and I believe AWS Government Community Cloud and the USDA National Information Technology Center offered by United States Department of Agriculture supports CONUS only storage. I believe Google Apps for Government does as well. But the key thing is to ensure the FiSMA cert matches the categorization of your data.

    --
    "He's using a quantum encryption scheme! That'll take hours to break!"
  72. Two words that don't go together yet by dbIII · · Score: 1


    Dropbox + security? Sorry, they don't go together.
    Don't people remember the day when everyone could get into anybody else's dropbox account without a password? The dedupe hack where people were getting instant access to other people's files on dropbox with the file hash - a quick way to download movies but has more sinister applications. How about the problem where you get the illusion of locking people you've shared stuff with before out by changing the password, but it doesn't actually lock them out?
    It started off as a hack with a few python scripts as a front end to Amazon's storage and sadly it still shows. It's an epic failure in terms of security due to those I've mentioned and many more. In a business environment with multiple clients and a need to share things with one client and not another the dropbox sharing model is just an accidental disclosure waiting to happen. It's one to many and not one to one.
    Seriously, there are dozens of alternatives out there and dropbox doesn't even measure up to plain old FTP from thirty years ago in a business setting. Use it for a hobby if you want with your own personal stuff but it's just an accident waiting to happen if you are going to use it for anything business related where there would be consequences if it ended up on the front page of a newspaper.
    So if you've got nothing to hide you could use dropbox - or you could just put the files to download on your website. Dropbox is for those who can't put files on their website to download.

  73. Spideroak by Anonymous Coward · · Score: 0

    Nobody has mentioned spideroak yet, it seems. Probably worth checking out.

  74. Syncplicity? by stevel · · Score: 1

    I don't know much about it, but my employer, probably a larger company than yours, specifies that we should use EMC's Syncplicity Enterprise (http://www.syncplicity.com/products/enterprise-edition) for secure cloud storage. It offers the option of keeping the storage in-house. Worth a look.

  75. You know the answer already by Anonymous Coward · · Score: 0

    Talk to your FBI Infraguard liason. He'll tell you you're loony and then get you in contact with someone who can tell you what your options are. We were a tiny defense contractor and we even had one, so you bet your ass if you're a real one you do.

  76. Owncloud or similar self-hosted by dbIII · · Score: 1

    Owncloud looks quite good at the moment and is very simple to set up and run. You host the data yourself and it is shared via a sync client, a web front end or links sent by email, which can have expiry times set. The email thing can be turned off if you are quite correctly worried that there are far too many people capable of reading your email.
    There is commercial support and some commercial extras but you can use the open version to try it out first (or indefinitely if that's all you need).

  77. Web based doc management solution by Anonymous Coward · · Score: 0

    Have a look at commercially available web based doc management systems with security, such as Aconex..... Not a Dropbox replacement, but covers your security concerns.

  78. Enterprise Solution by Anonymous Coward · · Score: 0

    Here is an Enterprise solution that is GSA certified. Www.smartfile.com.

  79. Bittorrent Sync by Anonymous Coward · · Score: 0

    You could try bittorrent sync:
    * unlimited storage
    * unlimited upload / download
    * 256 aes encryption then sending files
    * efficient transfer with p2p bittorrent protocol
    * fully dezendtralized
    * keeps histrory
    * you own all the data and choose there it is stored

    Link:
    http://labs.bittorrent.com/experiments/sync.html?utm_source=bittorrent&utm_medium=web&utm_content=banner&utm_campaign=general

  80. Encrypted cloud store by Anonymous Coward · · Score: 0

    Check out TeamDrive:
    - client side encryption (they cannot decrypt even if required to)
    - team sharing
    - data stored in AWS (although the company is German)
    - you can run your own TeamDrive server, meaning, you control everything (this part is very very cool)
    - android and ios clients. I only use the ios client, and its pretty good.
    - Mac, windows, linux support (I use linux and Mac, so can't vouch for windows). Syncs are very well behaved.
    - versioning, syncing etc etc

    Worth a peek.

  81. SparkleShare? by Kagetsuki · · Score: 1

    We use SparkleShare because we have our own git server anyway. Not sure how robust the security is compared to something specifically built for security (EG it's not like it has multi factor authentication).

    Still as others have pointed out what the fuck are you doing with a cloud based service as a defense contractor. We do open source software and the only stuff we're storing in sparkleshare is scratch work, images, document templates and random crap that anyone could steal and we wouldn't care anyway.

  82. Accellion by bobstreo · · Score: 1

    I managed accellion for web based and sftp file transfers, it's pretty mature, not too expensive. Check
    www.accellion.com

    The setup I used was a virtual server on vmware with an encrypted file system from a file server on our SAN.

    The link for government services is at:
    http://www.accellion.com/why-accellion/for-government

  83. BitTorrent Sync by jfisherwa · · Score: 1

    You can limit it to VPN and sync folders peer-to-peer. It monitors and syncs changes for you, and is great for making a redundant backup/dropbox-type distribution system.

  84. Whaaaaat? by ShAdoWlkr · · Score: 0

    "...Some of our data is classified..." I too work for a government contractor. Some of your thinking is flawed. Can you please explain to me why ANY of your -->classified-- data belongs in the cloud? Step away from the kook-aid.

  85. AWS GovCloud by flimflammer · · Score: 1

    This is exactly what the system is designed for: https://aws.amazon.com/govcloud-us/

  86. Accellion by Anonymous Coward · · Score: 0

    Accellion. $800/yr

  87. AMRDEC SAFE by Anonymous Coward · · Score: 0

    What's wrong with AMRDEC SAFE? https://safe.amrdec.army.mil/SAFE/

  88. You need to self-host the dropbox-alternative by cloudzack · · Score: 1

    It is only secure when you put your hands all around it and have full control. There are products out in the market for you to self-host the solution. You can put a DNS name on your instance and all the data stays in your infrastructure. Check out Gladinet Cloud Enterprise - a Self-Hosted Dropbox Alternative Solution. http://www.gladinet.com/serviceprovider/selfhosteddropbox.aspx

  89. Use Dropbox with Viivo by Anonymous Coward · · Score: 0

    I work for an ITAR registered small business, and we store information in Dropbox to share with remote employees, but all information is first encrypted using Viivo. When you install Dropbox and Viivo, Viivo just runs as a service in the background. When you save files to a special unencrypted Viivo directory on your computer, Viivo immediately encrypts them locally and then copies them over to your Dropbox in encrypted form. You can share that encrypted Dropbox directory with colleagues, of course it will all be jibberish unless you use the "share" feature in Viivo, which sets up share keys and allows your colleagues' computers to decrypt whatever you share.

    Besides the fact that the UI is terrible, Viivo works continuously in the background, much in the same spirit of Dropbox itself. Your local unencrypted folder just sits there statically (and continuously updates with whatever your colleagues are sharing).

    On the security side, "Each Viivo user has a Private Key that is encrypted with AES-256. The key is generated from your password using PBKDF2 HMAC SHA256." It's serious stuff; Viivo/Dropbox can't reset your password or read your files.

  90. My 2 cents by thatkid_2002 · · Score: 1

    Whatever you chose should really be run over a VPN for external usage. Period.

    I'd look at using ownCloud - and you can get commercial support if it is required. I used to work for a company which used Novell iFolder and that was pretty good - but looking into that a little more it seems like Novell has a new thing called Filr which seems to tick the boxes (especially from a Manager perspective).

  91. Shouldnt be using the cloud for such secure data. by Anonymous Coward · · Score: 0

    Either use something like citrix to a remote desktop or a VPN with sharepoint or subversion for such data.

    Also hope any data that goes onto a laptop you are securing the drive with pgp disk encryption, and have specific rules to use the machines for work only.

    Its amazing at how so many companies cant secure properly and think every tool out there should be used for things that need a lot of security.

  92. MEGA by Anonymous Coward · · Score: 0

    You could use MEGA. But really, to even mention the nebulous word means that you don't care about security, encryption, or manner of storage. A company could design their "cloud" storage as a bunch of USB keys stuffed into the pockets of the employees with ROT-13 encryption and you'd be none the wiser as long as latency doesn't suffer (obviously the USB keys would be mirrored on a slighly lower latency device).

  93. Buy a drop box server cluster. by Karmashock · · Score: 1

    Literally email dropbox and tell them you need to purchase some of their servers.

    If you're seriously using this feature and price isn't a big deal, they'll sell the literal servers which can be insulated within your own network with slightly different settings so it isn't immediately obvious to probes what sort of software you're using.

    The first rule of computer security is physical security.

    This is very very key. If you really want your data to be secure. You have to have physical possession of it. It cannot be on some remote server that you don't control. And by control, I mean you can walk up to it kick the power cord out of the wall if you so desired. THAT is control.

    If you don't have that you're "trusting" someone else which is not how security works. Security is not about trust. Security is about paranoia.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
  94. IFTFY by Anonymous Coward · · Score: 0

    "I am a chinese hacker that is attempting to determine if any defense contractors illegally store classified data on cloud based systems. We were going to do some recon, but decided to just ask first"

    There we go. I fixed OP post for you.

  95. Encrypted Drive Image by david.kammer · · Score: 1

    Although its a very limited solution, for a small number of documents your needs may be met by uploading individually encrypted documents an encrypted drive image.

  96. Of course it's available, it's expensive, tho by Anonymous Coward · · Score: 0

    "I'm just blown away that no one offers this functionality with today's tech capabilities"

    Hmm. let's see, you want to transfer export controlled info to a third party. You'd better trust that third party a lot. A lot more than a "click wrap" license agreement level of trust. It's not the technical aspects: encryption takes care of the "on the way to/from the storage". It's the "do I trust you to store it only on servers located in the US with access only allowed to U.S. Persons. US Persons which includes some green card holders, but does not include US citizens who represent foreign entities. Would an employee of Chrysler, owned by FIat, be a US Person?

    And for what it's worth, this kind of thing IS available. It's just not cheap.

  97. Synology CloudStation is the closest thing. by Quick+Reply · · Score: 1

    Synology have been moving from the personal to the enterprise space as of late with their "DiskStation" NAS line of products. Some of their high end "NAS" boxes can get pretty powerful. There is a function of the DiskStation is called "Cloud Station", essentially a Dropbox clone.

    Basically what you would be doing is having your own on-premises 'Dropbox appliance'. It is very easy to setup/integrate with it's user-friendly interface for the admin, and then all you really need to do then is forward the ports and install the client software.

  98. Check out Mezeo Software's solution by Anonymous Coward · · Score: 0

    www.mezeo.com

    Not open-source but you run the software on your own machines inside your firewall.
    Sync clients are available for Windows and OS X.

  99. Tresorit by Doh! · · Score: 1

    Tresorit is another Dropbox clone with client-side encryption. I couldn't find any information about it beyond the marketing materials though.

    https://tresorit.com/

    1. Re:Tresorit by Anonymous Coward · · Score: 0

      [As I wrote in reply to some other commercial solution, replace DGSE by the Hungarian Foreign Intelligence Service]
      Hello guys,

      first let me encourage you to pursue this idea of end-to-end encryption further. Protecting intellectual property from theft by all kinds of public and private snooping is a worthy goal and I am sure there is a serious market behind this.

      Now comes the BUT: You need to open-source at least the client components to make your solution credible. If not, I don't know whether you are a DGSE front or maybe a front of Israeli or North Korean intelligence (yeah, even those guys are very big in this business). Or maybe you are a front of Lyndon LaRouche, a known private-sector trader of intelligence ?

      So, open-source your client software like PGP is open-sourced, but NOT free. Make it easy for people to build it themselves. Only THAT will induce any amount of serious trust. We now also know that USG is running a massive program of finding exploitable bugs to be used in cyber reconnaissance operations. (let's ignore the "cyber destruction" potential for this discussion). To trust your system, we need to be able to inspect it for bugs. How do we know DGSE does not force you to "apply lots of shoddy coding and we and our American friends will do the rest" ??

  100. BitTorrent Sync? by Anonymous Coward · · Score: 0

    BitTorrent Sync http://labs.bittorrent.com/experiments/sync.html seems like it might do what you want.

  101. MFT by Anonymous Coward · · Score: 0

    I work for a company called Quest Global, and we subcontract for Pratt and Whitney, so we deal with a lot of ITAR data. It's not exactly drop box, but we use something called MFT to transfer (fairly vast amounts) data between our company and Pratt. It's more like an in-browser FTP site, the way Pratt set it up but It's very flexible so something similar could surely be done with it. Maybe this is an idiotic answer which doesn't really focus on your question, but I would not trust any external provider. I have too much experience.

    http://en.wikipedia.org/wiki/Managed_file_transfer

    In related news, I know that Pratt also does not trust external providers, so they are super careful never to send out anything they care about protecting- for example, on developmental military engines they won't send out info on consecutive blade rows.

  102. No. Just No. by Anonymous Coward · · Score: 0

    OP, can you tell me what company this is so I know not to take it seriously?

  103. RackTop Systems by ElllisD · · Score: 1

    If you have zfs based fileservers to sync you can try a solution called ZFS-DR by RackTop Systems. But it doesn't sound like that's what you're after if Dropbox was what you were using previously.

  104. Help I am Classified Clueless by flyingfsck · · Score: 2

    You do government work and you are this clueless? No wonder the USA is in the state it is in. You should start by reading the ITSG.

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
  105. Tarsnap by Anonymous Coward · · Score: 0

    www.tarsnap.com. Client-side encryption, brought to you by Colin Percival.

  106. Try Norton Zone by Anonymous Coward · · Score: 0

    Check out Symantec's cloud storage offering, Norton Zone:

    https://nortonzone.com/

  107. keynectis mft by Anonymous Coward · · Score: 0

    Use an on-premises install of something like keynectis mft
    http://www.keynectis.com/en/mft-solution

    Quite a few aerospace/defense firms listed as customers on their web site

  108. Ipswitch MoveIt Dmz by Anonymous Coward · · Score: 0

    Ipswitxh MoveIt DMZ or their cloud solution is pretty nice.

  109. Novell Filr by kometen · · Score: 1
  110. I think I see the problem by Hognoxious · · Score: 2

    I manage the network for a defense contractor that needs a cloud-based storage service

    Stop right there, I think I've spotted the problem.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  111. New Zealand by Anonymous Coward · · Score: 0

    For a Hoster that offers true Security take a look at https://mega.co.nz/. Your Data will be stored in New Zealand as far as i know but its probaby saver as in US.

  112. Build one yourself by vikingpower · · Score: 1

    Nobody else but you will be blameable in case of a leak. And you can tailor the solution to your needs, to your specifications and to your use cases, both technical and functional. Oh, and here is a well-meant piece of advice: stop thinking of "the cloud". Don't. Just don't. If your data is so important, then host some hardware in a fire-proof, earthquake-proof place, run your self-built solution on that hardware in that facility, and off you go.

    --
    Religous speak to God. Insane are spoken to by God. When all shut up, one can finally hear Shostakovich in peace
    1. Re:Build one yourself by Anonymous Coward · · Score: 0

      Earthquake proof? Why?

      Where I live, we don't have any earthquakes at all. I'd be more worried about floods, tonadoes and hurricanes than earthquakes.

      Heck, theft is a bigger issue and I'd not do anything more than have a locked, private cage in at least two reputable class-5 data centers over 500 miles apart.

  113. bittorrent sync by spongman · · Score: 1

    it's not open-source, if you care about that, and it's still in beta (what isn't these days?), but it's free, secure and it works well.

  114. what about by sithlord2 · · Score: 1

    Citrix ShareFile?

    --
    ...You are over-qualified and under-paid. If we give you a raise, we will break the cosmic balance of the universe.
  115. Why has noone mentioned this? by Anonymous Coward · · Score: 0

    Install WebDAV CGI (http://webdavcgi.sourceforge.net/) on your own servers, provision access over HTTPS and use any one of the freely available WebDAV sync clients available for Windows, MacOSX, Linux, iPhone, or Android.

    Need redundancy within a single site? Use it with GFS or GlusterFS. Need offsite backups or hot-standby site? rsync or csync2 the filesystems to servers in the other DC, or use GlusterFS's Geo-Replication (integrated rsync).

    Have working files on already existing CIFS shares you want to make available? No problem, WebDAV CGI already supports it.

    See, no big deal to roll your own.

  116. box.net by Anonymous Coward · · Score: 0

    Dropbox is bs for the masses. Use box.net or even box.net premium

  117. Office 365 by shokk · · Score: 1

    Office 365 isn’t cheap but it has SkyDrive Pro included, which is protected by multiple U.S. data centers, and is only in the U.S.

    --
    "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
  118. Secure Clowd thingie by Mindscrew · · Score: 1

    www.egnyte.com

  119. Citrix ShareFile by rail · · Score: 1

    Citrix ShareFile On-Premises. Drop Box-like interface, encrypted onsite data storage.

  120. Re:Simple. by Anonymous Coward · · Score: 0

    Yep, we went with the VMware Horizon product too. It works well and is under active development but the current 1.0 product is a little clunky to manage. Citrix has been promising a self-hosted Sharefile solution forever yet there is still nothing.

  121. Alfresco Enterprise, Workdesk, and Cloud. by BarneyRabble · · Score: 1

    You are stating that you need a secure data solution under ITAR, keeping your cloud based data within the USA. Alfresco Enterprise http://www.alfresco.com/ would be a solution, since you can limit what data is being handled by your users via the web, mobile or PC via role based management using Alfresco Share. Developer tools for Alfresco allows you create custom plugins, if one does not exist at the moment, have your developer team create a custom plugin to meet those requirements (say, ITAR??). And it works with either Windows or Linux. Data inside your firewall is kept secure on both sides of the firewall. Will probably catch hell for even suggesting this for your organization.

  122. I would fire you for even suggesting it. by Anonymous Coward · · Score: 0

    Either
    A: You do not know what CLASSIFIED means.
    B: Your fucking stupid.

  123. DIY by nurb432 · · Score: 2

    Setup your own storage at your office. Don't trust public companies for your data.

    If you dont/cant do it yourself, hire someone to come in and doit. And audit the hell out of what they do.

    --
    ---- Booth was a patriot ----
  124. I just can't believe this by flacco · · Score: 2

    I completely do not understand anyone storing even remotely confidential data, much less security-related data, on servers hosted by another organization.

    --
    pr0n - keeping monitor glass spotless since 1981.
    1. Re:I just can't believe this by Anonymous Coward · · Score: 0

      Stand up and poke your head out of your cubicle.

      Look around

      Those are not the people you should be trusting.

  125. Here's the solution by Anonymous Coward · · Score: 0
  126. Re:Simple. by Moryath · · Score: 1

    VPN, a Samba share with required domain authentication, and inside the share a Truecrypt volume (or volume(s) plural).

  127. may be able to help by Anonymous Coward · · Score: 0

    Hi - I run the Federal Business for Box and have been here for 16 months - - do not know that we have met/talked as I would have recalled this requirement- - but there may be some more current capability and/or planned that addresses some of the shortcomings you have run into. Please reach out to me at cmanouse@box.com and we can see if in fact those limitations in fact exist - and if they did at one time but no longer due or may be overcome in the very near future, I'll direct you as such. For sure if they do exist and if there are no planned remedies, I'll verify that for you. Thanks - Chris

  128. Email it to you gmail acct by Frankie70 · · Score: 1

    Email the data to your gmail account. That's what I do.

  129. Gith by Nothnoth · · Score: 1

    Why don't you check "Gith" ? www.gith-systems.com It's been released last week and everything is fully encrypted. The servers are hosted in France for now, not in the US yet !

    1. Re:Gith by Anonymous Coward · · Score: 0

      Hello guys,

      first let me encourage you to pursue this idea of end-to-end encryption further. Protecting intellectual property from theft by all kinds of public and private snooping is a worthy goal and I am sure there is a serious market behind this.

      Now comes the BUT: You need to open-source at least the client components to make your solution credible. If not, I don't know whether you are a DGSE front or maybe a front of Israeli or North Korean intelligence (yeah, even those guys are very big in this business). Or maybe you are a front of Lyndon LaRouche, a known private-sector trader of intelligence ?

      So, open-source your client software like PGP is open-sourced, but NOT free. Make it easy for people to build it themselves. Only THAT will induce any amount of serious trust. We now also know that USG is running a massive program of finding exploitable bugs to be used in cyber reconnaissance operations. (let's ignore the "cyber destruction" potential for this discussion). To trust your system, we need to be able to inspect it for bugs. How do we know DGSE does not force you to "apply lots of shoddy coding and we and our American friends will do the rest" ??

  130. Depends on your budget but IBM... by Anonymous Coward · · Score: 0

    IBM offers private cloud technology for the enterprise and security is no problem there. You've got to pay for it though.
    http://www.ibm.com/cloud-computing/us/en/private-cloud.html

  131. AeroFS by Anonymous Coward · · Score: 0

    Try AeroFS. You need to provide all of the locations to store the data yourself, but with their team server on your machines you can build your own private cloud.

  132. 100% Secure Solution? by um.yup. · · Score: 0

    Why not use a thumbdrive (or several, for several clients)? You can encrypt the drive so that if it falls into the wrong hands data won't be comprimised. I still use a thumbdrive to transfer data and it hasn't failed me yet. It also doesn't have a "transfer limit" (as long as there isn't one big enough). I've never seen the draw of those cloud storage systems. Why spend an hour waiting for a project to download when I can just download it onto a disk and get it to a person within 20 minutes?

  133. Very Soon Savvis Direct will be offering... by Anonymous Coward · · Score: 0

    an encrypted solution for Box like functionality. No limit on files (except what you pay for) and backed by object storage.
    call 1-855-459-5121 for more info.

  134. Re:Simple. by Jeremiah+Cornelius · · Score: 1

    You're missing the rsync component of the equation, but yes. This is the essence.

    Now, administer for 250 users. :-)

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  135. Onehub? by MrBallistic · · Score: 1

    onehub lets you brand your own version of dropbox, stores it on aws, and lets you create your own local version. it's pretty great for companies that want dropbox but want control.

  136. ClearOS + ownCloud = Secure Hybrid Cloud by MichaelProper · · Score: 1

    The combination of ClearOS and ownCloud enables you to build a Secure Hybrid Cloud offering based upon open source file sync and share technology that is as easy to use as Dropbox, but is hosted in your data center, on your servers, using your security policies, etc. Here are some helpful links: ClearOS Link: http://www.clearcenter.com/Software/clearos-professional-overview.html ownCloud Link: https://owncloud.com/products/enterprise Enjoy!

  137. Definitions, Tick Boxes, control by eionmac · · Score: 1

    1. I act for a UK organization which has similar restrictions for handling Export Controlled matters & 'Classified' matters. These are not the same. The users and any intermediaries need to be known and locked down.
    2. if "Cloud" storage for access from remote computer, then the store for both of above had better be within your own location and control and under your own domain, never under a 'third party external service' on remote servers to which you have no physical access.
    3. ITAR and its equivalent UK Export Control restrict some things, 'Classified' by any government restricts other things. However the penalties are very severe for bad practice.
    4. You have a problem if any person would access your servers from outside the USA, as internet access passes through non USA systems. If you and all your staff ONLY work within the USA then this is possible, but note, ITAR does allow staff to take laptops home, Classified (depending on level) does not allow staff to leave the locked building with any laptop or copy (USBs anyone?). The nationality or birth of any person outside the USA may forbid you having them in any chain that allows corporate computer access.
    Example: The company I advise has some senior USA staff, I have to control that they have no access whatsoever or knowledge of certain UK EYES ONLY level matters.
    Keep 'cloud' internal to USA (i.e. refuse and block all foreign incoming and outgoing signals). Check parentage of all staff. You have your work cut out!

    --
    Regards Eion MacDonald
  138. Possible solution by Anonymous Coward · · Score: 0

    Try Citrix's ShareFile or using Microsoft Skydrive Pro, you can store data in your own datacenter with your own policies, for the user the experience is similar to dropbox either way.

  139. Good enough for government work by Anonymous Coward · · Score: 0

    Industry standard for this is to just set up your own internal network shares, Samba, whatever. If a file needs to be shared the user copies it to the shared drive. Good enough for government work, as they say.

    Next step up in terms of automation is network mounted user directories and automatic backup software. There are a few sync clients out there as well that will sync to a remote location.

  140. OpenStack Storage (aka Swift) by Anonymous Coward · · Score: 0

    You can deploy your own servers and provide services via OpenStack Storage. There are numerous file systems available that can talk to OpenStack.

    You can also check with Google they have special sales teams that can deal with your specific requirements and DoD requirements.

  141. Brother-in-law defense contract... by Anonymous Coward · · Score: 0

    ... with no ability to fulfill it. Our govt is broke because of crap like this....and well, destroying physical hardware because it "might" have been infected.

    Oh, and sending barrels of food bought with American EBT cards to the homeland.

    This country is f'd if people don't turn off the faucet in DC.

  142. Sookasa by Anonymous Coward · · Score: 0

    Timothy,

    I would take a look at Sookasa (www.sookasa.com). It's a security layer on top of cloud services like Dropbox, that provides encryption, full audit trails and full access control for files, devices and users, while preserving the user experience and sync capabilities of Dropbox.

    We'd be very happy to chat - drop us a line at info@sookasa.com

    Best,
    Asaf

  143. Classified as ITAR is correct by Anonymous Coward · · Score: 1

    ITAR is a CLASSIFICATION. So saying "data classified as ITAR" is 100% correct.

  144. CX.com is Designed for What You're Doing by obscuro · · Score: 1

    They're nice guys too. https://www.cx.com/

    --
    Every rule has more than one consequence.
  145. You might get lynched ... by Anonymous Coward · · Score: 0

    ... but not by the Linux crowd.

    Because it is more than obvious that you have no clue of what the subject is about and decided to make the dumbest suggestion ever.

  146. ITAR is the highest classification before SECRET by Anonymous Coward · · Score: 0

    If data is sensitive enough to have an ITAR classification, then the data is sensitive enough to cause problems if it gets leaked.

    A gross negligent violation of ITAR means very heavy fines (in the millions per instance), the (almost always) forfeit of the contract and any payments for service rendered. It is also an automatic disqualification from any government contract for no less than 10 years.

    So being stupid with documentation classified as ITAR (yes that is the correct term), is pretty much the death of the company.

  147. No it doesn't. by Anonymous Coward · · Score: 0

    ITAR is a level of classification, not a category.

  148. If you don't know what ITAR is ... by Anonymous Coward · · Score: 0

    ... do not make stupid suggestions.

    Too many ignorant people making suggestions that will pretty much destroy the company and possibly put the guy in legal danger.

  149. Sounds like a business oppertunity by DirtyLiar · · Score: 1

    Why don't YOU create the product that your company wants, then market it to other companies with similar needs.

    You could suggest it to your bosses as a new money-maker for your corporation, and when they turn you down (make sure it's in writing), get some people together and do it yourself.

    Lot's of new businesses have been created by one business meeting it's own needs, then selling it's solution.

    --

    THINK! It's patriotic

  150. SSH, IPTABLES by Anonymous Coward · · Score: 0

    As others have pointed out, handling data which is sensitive relative to national security (be it "secret" or not) via a plain "cloud" service is a NO-GO ! For lots of reasons which boil down to "cannot control where data is stored under what security conditions".

    Of course you could add some encryption on top of Dropbox (e.g. TrueCrypt containers or GNUpg), but I am still quite sure you would break more than one government regulation in doing so.

    I suggest you:

    A) Ask your government for guidance in this matter. That's important for both technical and legal reasons.

    B) Set up your own little server connected to a cable modem in a reasonably well-protected building (anti-burglar security is a minimum)

    C) Run Linux and and sshd on that server

    D) Protect sshd (yeah, even sshd did have lots of flaws in the past) by iptables. Have a whitelist of legitimate IP addresses who can use the file exchange

    E) Use an scp client program (there exist quite nice ones for all operating systems now) to up/download files from your server

    F) Secure the help of a credible Linux security expert to set up this arrangement properly

  151. Have a look at Seafile by killing · · Score: 1

    You can try Seafile: http://seafile.com/en/home/ It's open source, you can build your own Dropbox like service.

  152. Suggestion for alternatives... by Anonymous Coward · · Score: 0

    You should look here: https://prism-break.org/

    They mention a number of self-hosted cloud solutions.

  153. Have you tried Vaultize by Anonymous Coward · · Score: 0

    Hello,

    I think you should be looking at Vaultize, World's most secure end point file sync, share and backup solution. Just visit www.vaultize.com.

    Thanks,

    Sam

  154. We provide verified trained and experienced domes by Anonymous Coward · · Score: 0

    www.domestichelpinindia.com
    We are a renowned Agency known for providing trustworthy
    Domestic Help, House Maid, Nanny, Patient Care ,Home Nurse, Baby
    Care, Housekeeping, Drivers, the candidates so placed are cleared
    by us referred by reputed people, their address etc are verified,
    we file their finger prints & also Guarantee 3 Replacement In A
    Year. On special request Police Verification can also be arranged
    (customer has to bear the cost) Any Where in India.

  155. sabredav looks like it can do what you want. by deniea · · Score: 1

    Hi,

    Check out this project on github: https://github.com/bokxing-it/sambadav

    It is a bridge between samba and webdav. You run it on your webserver and it connects to shares/machines that have samba shares on your LAN. It uses smbclient to access the LNA shares, converts it in WebDav. It lets me mount samba network shares on a Win7 as a driveletter, without the need to make a VPN connection.

    mu € 0.02

  156. Safemonk by Anonymous Coward · · Score: 0

    I just recently learned about a service called SafeMonk that is an encryption service for Dropbox. SafeMonk is basically a key management service and all encryption is done on the client before changes are uploaded to Dropbox. I've never used it, but it looks promising.

    https://safemonk.com/

  157. www.ncryptedcloud.com by CASTOFSHAOWS · · Score: 1

    Dropbox + nCrypted Cloud (www.ncryptedcloud.com) = Enterprise Level Security in the cloud

  158. BitTorrent Sync by masterjames · · Score: 1

    take a look at bittorrent sync. http://labs.bittorrent.com/experiments/sync.html with cheap hardware and multiple locations(the locations could be virtual servers at different data centers around the world.) you could set up your own cloud for the cost of the hardware. run the host machines on your favorite flavor of linux and configure the different machines to do the rest. you add stuff to your onsite machine and it gets distributed securely and quickly to the other nodes. ive been playing around with the software for a week now but it seems to be exactly what we needed as a community.

  159. Regarding secure end point backup and sync by Vaultize_sam · · Score: 1

    Hello, Please have a quick look at www.vaultize.com . Vaultize is an enterprise-grade unified platform for secure file sharing - together with endpoint backup, endpoint encryption and Google Apps backup - that helps enterprises mitigate these risks through complete enterprise control and visibility on the use of unstructured data. It is the only solution that does military-grade (AES 256bit) encryption together with de-duplication at source (patent pending) – making it the most secure and efficient solution in the world. For product trial, please contact http://www.vaultize.com/try_it_free.html. Thanks, Sam sameer@vaultize.com

  160. Copy.com Best Alternative by Anonymous Coward · · Score: 0

    Copy.com is the best. Right now u can sign up & get 15gb.
    Use this link for another 5gb during signup for a total of 20gb.
    https://copy.com?r=yGI0Xb