Saturday, July 16, 2016

Your website may be engaged in secret criminal activity

Most of us think of website hacks as illicit activities aimed at siphoning critical information or disrupting the business of website owners. But what happens when your site becomes hacked, not for the purpose of harming you but rather to further the ends of other parties? Most likely, the attackers would manage to feed off your resources and reputation for months or years without being discovered, because it’s hard to take note of something that isn’t directly affecting you. This is what a recent report from cybersecurity firm Imperva shows, which proves that you should harden your website not only to protect yourself, but also to protect others and prevent your online assets from being taken advantage of for illicit activities. Compiled by researchers at Imperva Defense Center, the report unveils a long-running blackhat SEO campaign in which hackers are exploiting vulnerabilities in thousands of legitimate websites in order to promote the search engine ranking of their clients’ websites. The hackers are using botnets (networks of remotely hijacked computers) in order to amplify their campaigns and are using known hacking techniques such as SQL injection and comment spam in order to inconspicuously insert backlinks to their clients in the targeted websites. The attackers use CSS and HTML tricks to hide the inserted snippets from the eyes of visitors and site administrators while keeping them visible to web crawlers. The fact that the targeted websites are not directly affected by the attacks (aside from SEO penalties) makes the attacks much harder to detect and notice. In fact, according to Imperva, the campaign is still ongoing and the hackers continue to seek out and target vulnerable sites. Although the Imperva report is the most recent and expansive case of websites being piggybacked for malicious purposes, it is far from being the only instance. There’s a long precedence of websites being hacked and used as a beachhead for activities that in most cases are far more damaging than blackhat SEO. In February, hackers broke into the official Linux Mint website and surreptitiously distributed their own backdoored version of the operating system to thousands of oblivious users. In October last year, hackers breached thousands of websites powered by eBay’s Magento e-commerce platform through a zero-day exploit and abused them to deliver malware to visitors. A joint research led by experts from Katholieke Universiteit Leuven in Belgium and Stony Brook University in the U.S. showed how hackers were compromising advertisements on illegal livestreaming websites to inflict visitors with malware.
More than our own data and security is at stake when we’re operating websites.
But websites of questionable nature aren’t the only targets that hackers exploit to deal their damage. According to Cisco’s 2015 Annual Security Report, the aviation, agriculture, mining and insurance industries top the list of websites that pose the risk of harming visitors. And a rash of malicious ads turning up on sites such as The New York Times, BBC and MSN earlier this year showed that even the big-name sites can unwittingly become complicit in the crimes of cyber-evildoers. Source code flaws are at the heart of website hacks Not all website-related hacks are carried out by compromising the server. Many of them use malvertising, a hacking technique that takes advantage of ad delivery networks and leverages vulnerabilities on client machines such as bugs in Adobe Flash and Microsoft Silverlight. But where web servers are concerned, source code flaws are the main reason websites are compromised. “Today we see that a major number of attacks against websites are based on vulnerabilities which have not been properly addressed at the code level of the web application,” says Amit Ashbel, CEO of cybersecurity firm Checkmarx. While developers usually do test the code of their websites, it isn’t necessarily the security flaws they seek. “Unfortunately it is not always common practice to have developers identify and address the vulnerabilities just like they would address functionality bugs triggered by their code,” Ashbel elaborates. Organizations are starting to understand the importance of rooting out security flaws from their applications, but there’s only so much you can do when dealing with hundreds of thousands of lines of code. This is a challenge that, according to Ashbel, can be overcome with the use of static application security testing (SAST) tools, solutions that help spot security bugs in software as you code. “Source code analysis can be implemented in a very efficient and effective manner if organizations adopt the idea of introducing security,” he says. The advantage of SASTs, Ashbel says, is that they become integrated into the development lifecycle of web applications and reduce the cost and time required to fix bugs. “While this may not provide 100% protection, it is a key step which should become part of every organization’s SDLC (Software Development Lifecycle),” he stresses. “Making sure that code is analyzed for vulnerabilities as part of the SDLC is just like analyzing code for functionality bugs.” Checkmarx has designed its tools with the focus to help developers quickly mitigate vulnerabilities in their code, while at the same time increase their secure coding skills via a set of functionalities designed to deliver education as part of the mitigation. Other viable initiatives in this regard include efforts led by several security startups to leverage artificial intelligence in hunting software bugs. The innovations have been set forth in a Cyber Grand Challenge competition hosted by DARPA. Among tasks given to participants is to design tools that can disassemble software, analyze it and plug any potential security holes. DARPA’s vision is to have AI that complements the work humans do in finding bugs — and, of course, exploiting them.
Not every organization has the know-how and resources to fix security bugs in the source code of their web applications.
A small team from the University of Idaho’s Center for Secure and Dependable Systems is among the competition’s finalists. Their goal is to make tools and methodologies available to developers that will make it easier and cheaper to build secure code. Jim Alves-Foss, who leads the two-person team, says they have opted for a combination of algorithms and heuristics to root out bugs that have been known to researchers for decades but pop up in newly written code, which he describes as “low-hanging fruit for attackers.” Another team from software security firm GrammaTech and the University of Virginia are developing an AI-powered task master that can determine which parts of software are more likely to have security bugs and optimize computation resources to analyze those sections. The efforts are still far from being deliverable to consumers, but the challenge environment is showing promise and will crop up some interesting results. Not every organization has the know-how and resources to fix security bugs in the source code of their web applications and make sure they don’t expose their visitors to harm. In fact, for the most part, organizations rely on popular CMS and blog engines such as WordPress, which let you power up your website with little or no coding skills. This by itself can become a security hole, because, in many cases, site administrators remain oblivious to hacks because of their lack of knowledge. As it happens, a huge number of website hacks are made possible through zero-day flaws in these engines, or known flaws in unpatched instances installed on web servers. And as most of these engines are open to third-party extension development, many data breaches take place through badly coded plug-ins installed by careless site administrators who only wish to access the added functionality. But this problem isn’t without a solution. Firms with little or no security staffing and web application experience can invest in the use of cloud-based security services, which are easy to integrate with different forms of IT infrastructure. For instance, cloud-based Web Application Firewalls (WAF) add a layer of security to web applications, and their installation is often as simple as a redirection of a website’s traffic through the WAF provider. WAFs function by monitoring website traffic at the application layer, which basically means they are much more effective than traditional security tools in discovering and blocking known attacks and zero-day exploits on web applications. According to Gartner’s Magic Quadrant 2015, WAFs are one of the most popular tools for securing websites and can act as an alternative to vulnerability scanning tools and processes for organizations that don’t have the necessary resources. Most major cybersecurity vendors and hosting services such as Amazon and Microsoft Azure offer some kind of WAF protection to their clients, but there are also many startups and mid-sized companies that are carving out a position for themselves in the cloud-based WAF industry, including Imperva, DenyAll and Positive Technologies (ranked as Leaders and Visionaries in Gartner’s MQ). WAFs do come with their own caveats and require in-house cybersecurity talent. They also have their shortcomings when it comes to dealing with the complexities and diversities that characterize web applications. However, cloud-based security solutions often remedy the situation somewhat by requiring the least involvement from the client and deferring the bulk of the work to the WAF provider and its teams of experts. Recent hacks serve as a reminder that more than our own data and security is at stake when we’re operating websites. It’s hard to call any single tool a panacea that will plug all the holes and prevent your website from becoming a vehicle for cybercrimes. That’s why we’re still seeing websites getting hacked on a large scale. However, it doesn’t mean that you shouldn’t try your best to protect your website (and, of course, its visitors) with as many tools as you can lay your hands on. After all, as the saying goes, you only need a stronger lock than your neighbor.
Read More »

Microsoft announces professional degree program to fill the skills gap

Microsoft wants more data scientists in the job market. But some young people need to acquire their knowledge starting completely anew, while mid-career professionals need to build on their previous experience. To plug the skills gap for both categories, Microsoft launched a series of classes in data science through edX.org, the nonprofit online learning destination founded by Harvard University and MIT. The Data Science Curriculum is the first offering of the Microsoft Professional Degree program, a Microsoft-led initiative to help professionals grow their skills in critical fields. Launched today, the program aims to offer an “employer-endorsed, university-caliber curriculum for professionals at any stage of their career,” the company said in a press release. Data scientist is probably one of the most desired professions, with more job offerings than candidates. The Microsoft course consists of nine classes and a final project. All classes can be audited for free. However, to receive credit toward the Microsoft Professional Degree, students must purchase a certificate for each of the 10 steps of the curriculum. The certificate for the orientation class costs $25, the verified certificate for “Statistical Thinking for Data Science and Analytics” costs $99 and all other classes offer certificates for $49 each (the complete Data Science course costs $516). Students need to enroll in specific course sessions. A calendar for each class is available here; prospective students can read the detailed syllabus, examine the elective options for each unit and enroll on the edX page of the class. Each step requires a minimum of 4 to a maximum of 8 hours to be completed. Microsoft is not the first major tech company to enter the field of IT online education — Google and Udacity have partnered to offer an Android nanodegree and other classes, and Amazon offers AWS training and certification for advance technical skills, including a big data class.
Read More »

Sunday, July 10, 2016

Facebook Challenges Apple For Control Of The Next Major Battleground

The news that Facebook is working on encrypting end-to-end communication in its chat client is another sign that messaging is the next major battleground online. Facebook also is also working for SnapChat style ‘self destructing’ messages, and the rise of messaging bots allows third-party developers to deliver solutions inside the chat environment. End-to-end encryption is increasingly being seen as a desirable product for many users of IM platforms, and the addition of this feature should be seen as Facebook emphatically planting a flag to say ‘we are here in this space and we plan to dominate it’. It’s important to realise that the messaging clients on desk-bound computers and (especially) on mobile are more than people talking to each other. It is seen by many as ‘the next platform’ for growth and development of the market. In Facebook’s case it allows it to reach across operating systems and devices and to be the fabric that joins everything together – with Mark Zuckerberg’s empire at the centre. If you can provide a route between the users and the developers, you have a platform. And if you have the platform you have far more impact on the future direction of the whole industry. That’s why Facebook has been leaning heavily on Messenger for many years, spinning it out as a separate mobile app, and ensuring it is well placed to be that new platform. The size of Facebook gives it an edge over almost every other IM client. The exception is Apple. Apple spent a significant amount of stage time at its recent Worldwide Developers Conference to show off the new features of Messages. On the surface ideas like ‘triple-sized’ emoji, spoiler-tagged messages you scrub away, and different font sizes were all a bit of light fluff. For many younger members of the geekerati it said something else. It said that Apple was focusing on iMessage as a platform, and it would be kept as relevant and on-message as possible. Then there’s the ability for developers to tap into Messages through a new SDK and add functionality. That could be calling an Uber from Messages, adding stickers to messages, transferring money to a friend (with Apple Pay), or whatever the developer community can come up with. Apple noted at WWDC that Messages is one of the most frequently used apps on iOS. There are no exact public numbers, but with a billion active devices, Apple has a significant presence in the market and has the drive to challenge Facebook and the third-party messaging apps – although its cross-platform ambitions are restricted to Apple’s own ecosystem of devices. The curious question in all of this is what Google is planning. Although it has a suitable platform in Google Hangouts – which is part of the Google Play package and can be found on virtually every Android device – the hunger that is being exhibited by the competition. Given Hangouts mission is to be seen as the default application for text messaging and telephony n Android, it’s perhaps not as focused on becoming a ‘platform’ when compared to the competition. And if it was, the interaction by Google of a new messaging app (Allo) and Duo (video calling), neither of which are replacing Hangouts. I’d expect Google to fully join this battle in the near future, but in the meantime Facebook and Apple are going to be leading the consumer push on messaging as a platform. The third-party clients such as WhatsApp, SnapChat, Cola, Telegram and Signal continue to impact the messaging ecosystem, but the focus of Facebook and Apple on will define this ecosystem as ‘the next big thing’ to the public.
Read More »

2017 Tesla Model 3 Already Overwhelms Bolt, Leaf

There is no direct competitor to the Tesla Model 3, merely because it is considered a premium compact sedan. We could argue for the BMW i3, but even with a range extender it doesn’t really come close at all. And unless the BMW 3-Series or Mercedes C-Class arrives starts offering fully-electric models, its closest rivals would be the Chevrolet Bolt and Nissan Leaf. They actually stand up against the Model 3 pretty well. The Bolt, for one, is going to arrive sooner than the other two. It’s also going to be eligible for the $7,500 federal tax incentive for more of its buyers; plus it boasts most occupant and storage space among all three vehicles in question. Let’s not forget that in comparison to Tesla, GM has way more experience producing reliable vehicles, and has more infrastructure at hand. The same could be said for Nissan, which promises quite an interesting EV in the second-gen Leaf. Besides contending with Tesla Autopilot with its own semi-autonomous driving system, the Leaf is reportedly arriving with a range extender option called e-Power that would help it match the larger battery variants of the Model 3. Having noted all of that, there’s still one advantage Tesla has that GM and Nissan simply cannot equal, and it’s the growing Supercharger network. There’s no common standard adopted by other automakers for their EVs, and because of this alone Tesla overwhelms all of its competition. Yes, Nissan Leaf owners do enjoy free charging from the stations built by Nissan, which won’t be the case for future Model 3 owners. However, there are currently more than 200 Supercharger sites in the US, compared to only 38 dedicated stations for the Leaf.
Read More »

Nissan Leaf 30kWh Tekna car review – ‘It’s relaxing’!

ften, when I think an idea won’t catch on (the mobile phone, the breakfast bar), it’s just because I haven’t thought about it as hard as its inventor has; I fear this may be true of the Nissan Leaf. It struck me as inherently preposterous to design a car that has to be delivered on the back of another car, because no one can be sure it’ll make the journey on electricity alone. While we’re here, why eschew the option of a petrol hybrid? Why not throw in some petrol so that the superbly organised can bask in their virtue, having remembered to charge it for eight (or 16) hours the night before (depending on the voltage), while the feckless can be allowed to sometimes forget? It dawns on me (slowly, so slowly) that some people really are organised, really are virtuous, really are committed to an electric future, really do, already, have the simple smarts to install an outdoor plug on their drive. Some people have a drive! Some people, when the manufacturer says, “Don’t use an extension cord because you’ll break it” just believe it, and don’t feel the need to prove it to themselves. These people exist; they’re not faking it to make me feel bad. And since they exist, they need a car. This is that car. With a top speed just shy of 90mph, the Leaf doesn’t have many pretensions in the boy racer department, but its very existence encourages a different kind of driving: the kind where you’re in a race against your own electricity usage, rather than time itself. This is extremely relaxing. You never win a battle with time – you kill yourself saving seven minutes over 190 miles, which you waste in a cataleptic state when you reach your destination. The estimates of distance left on the battery are the best I’ve come across. Indeed, all the displays and twiddly bits of the cabin are intuitive, easy to read, nicely placed, leaving your mind free to focus on the weirdness of making so little noise. The steering is perfectly responsive and the handling is reliable; again, though, the kind of driving it encourages puts the accent on different things. You don’t really want to accelerate like a maniac or hare around a corner. You’re no longer that sort of person. If I have one criticism, it’s that the exterior hasn’t much charm. Not enough effort has been taken to distinguish it from the rest of the Nissan family; it could stand to look a little kookier. But it couldn’t be greener, and the future salutes it. Nissan Leaf 30kWh Tekna: in numbers Nissan Leaf 30k Wh Tekna interior Price £27,230 Top speed 89mph Acceleration 0-62mph in 11.5 seconds Range 249km per charge CO2 emissions 0g/km Eco rating 10/10 Cool rating 6/10
Read More »

Saturday, July 9, 2016

Fedora 24 Pushes Linux Boundaries

Red Hat has announced the release of Fedora 24, an open source Linux operating system maintained by the Fedora Project community.Fedora Linux is the community version of Red Hat Enterprise Linux, or RHEL. Fedora 24 is comprised of a set of base packages that form the foundation of three distinct editions: Fedora 24 Cloud, Fedora 24 Server and Fedora 24 Workstation. Delayed four times during its development cycle, Fedora 24 includes glibc 2.23 for better performance, and improvements to POSIX compliance and GNU Compiler Collection 6. All base packages have been rebuilt with GCC 6, providing better code optimization across all Fedora 24 editions, and improving the overall stability of each addition. Fedora 24 is the result of Fedora's drive to provide the latest powerful open source tools and components to a variety of end users, according to Matthew Miller, Fedora project leader. Those users range from developers to systems administrators. "The different Fedora Editions -- Workstation, Server and Cloud -- aim at different target user bases, but they share a common base and some common strengths," he told LinuxInsider. "All of Fedora moves quickly, with new releases twice a year, but we also have an incredible quality assurance team, so we aim to be leading edge without bleeding." Fedora 24 offers a technology preview of the not-yet-ready Wayland, a next-generation X display server. Fedora developers plan to fully implement it as the default graphics server for future versions of Fedora. The Fedora 24 release is based on the 4.5.7 Linux kernel -- the last release in the Linux 4.5 series. However, rather than delay the Fedora 24 release any longer, the Fedora developers decided to add the Linux 4.6 kernel branch in the coming weeks. Fedora 24 emphasizes new tools and capabilities for developers seeking to better leverage Linux containers and orchestration. Fedora's chief advantage is that it is well supported by Red Hat and a developer community, noted Roger L. Kay, president of Endpoint Technologies Associates. "As of version 24, many of the early kinks have been ironed out and features added. Fedora is reaching maturity," he told LinuxInsider. Fedora 24 workstation's default desktop environment is GNOME 3.20 Delhi, the latest iteration of the GNOME 3 desktop, but users can select from five desktop alternatives to GNOME, known as "spins." They include KDE Plasma 5, MATE 1.14, Xfce 4.12, LXDE 0.99.1 and Cinnamon 2.6. All are built using the GCC 6 compiler. The Workstation desktop editions include The NetworkManager 1.2 and other GNU/Linux technologies, such as Mono 4.2, Boost 1.60, Node.js 5.10, Python 3.5, Ruby 2.3 and Golang 1.6. Included with the new Fedora Workstation are the latest versions of common desktop programs -- among them, the LibreOffice 5.1.4 office suite, Shotwell 0.23.1 photo editor and Firefox 47 Web browser. Fedora Workstation is meant to provide a highly productive Linux desktop for software developers. It is for anyone working to build cloud and server applications for websites or mobile apps, according to Fedora's Miller. "We are really excited in Fedora 24 that Wayland, the next generation graphics stack, is almost ready for production use. This will provide some niceties, like no more tearing during video playback. But most importantly, it has a better security model for emerging sandbox-based application packaging, like Flatpak," he said. Cloud Exploration Fedora Cloud 24 includes OpenShift Origin, which gives Fedora users an additional Kubernetes-based cloud tool to build, deploy and orchestrate many of the latest innovations in Linux containers, said Miller. It is optimized for application development -- automating deployment, operations and containerized applications scaling. "Fedora Cloud is in some ways our experimental space," said Miller. "The basic cloud offering gives you a nice, svelte image you can run in Amazon EC2 or on your own OpenStack cloud, with all of the Fedora universe of software available." Fedora Atomic Host changes the way the whole OS is put together, with an emphasis on containers. Many people see that as the future of computing, he said. In developer mode, the host is downloaded automatically and starts Cockpit (an easy way to administer GNU/Linux servers via a Web browser) along with tmux, a terminal multiplexer session. That makes it much easier to start working in the Fedora Atomic Host developer console. It also streamlines the ability to capture key session information, like the IP address and root password. Server Features Fedora 24 Server has a smaller footprint, thanks to the removal of unneeded packages. Fedora Server is in a really unique place, Miller noted. "We freely admit that it is not the server distribution for everyone. It moves too fast for some cases and certainly does not have the years of support you will get from something like Red Hat Enterprise Linux," he said. If you need the system to just sit there and be boring, Red Hat Enterprise Linux or CentOS are probably better choices. However, if you do not mind an upgrade every year, there is really no better way to get the latest server software on a very recent Linux kernel and foundational libraries, he explained. Fedora 24 Server includes better use of rolekit to simplify setting up server roles. It has FreeIPA 4.3, an open source identity management program with an improved Domain Controller. It helps streamline replica installation, segment creation and replica topology visualization.
Read More »

HandyLinux Is a Great Toolbox for Linux Newbies

HandyLinux is a distro that offers a simplified approach to using the Linux desktop operating system. HandyLinux first appeared about three years ago. The latest version, 2.5, was released in early June. The developers make it easy to peal off the "Handy" layers to reveal a more standard Linux environment as users learn the system. Those who no longer need the IT tools included with the initial installation can remove them easily using the Handy2Debian application from the main menu. That turns HandyLinux into a relatively standard Debian-based distribution running the lightweight and slightly remixed Xfce desktop environment. The remixed desktop is the distinguishing feature of this distro. It is built around HandyMenu, a custom start menu with applications and Internet bookmarks grouped in tabs. When Linux newbies find their comfort zone, it is easy to switch to more standard Linux menus. Meanwhile, the Xfce software remains the same so the Linux newbie easily transitions into a more standard Linux environment. As is typical for the Xfce desktop, HandyLinux lacks eye candy and graphics effects, but the Xfce settings tools make it easy to "remix" the desktop's appearance and functionality for more convenient options as the user gets more familiar with what Linux offers. The latest version is a maintenance release that updates system tools and a few border and theme displays. Users of earlier versions do not have to reinstall or formally upgrade to the latest version through the package management repository. Earlier versions automatically switch to the new version during the system update process. HandyLinux is a solid choice for users who want to learn Linux the easy way or just have a solid computing platform that does not require fussing. However the HandyLinux community needs to tidy up several pieces to make this distro friendlier to English language users. The English language is an add-on to the original French release. Clearly, French language users are the intended user base. That is obvious throughout the website and with the distro's look and feel. The landing page for the distro's website is in French, but there's a tab to select English under the banner display. Users also can get help from Google Translate with a browser that supports it. Either way, the translations to English leave much to be desired, and some of the documentation and illustrations on the various pages do not display in English even with workarounds. The same language issues show up within the menus and panel options in the English version of the OS. HandyLinux has only two language options -- French and English. The keyboard settings, however, give you a seemingly global list of layout options based on geographic locations. The download link is easy to spot near the top of the home page, to the right of the embedded video about HandyLinux. The download page displays in French. You must click the English icon at the top of the page to see the English language display and access the mostly English version of HandyLinux. Be careful when you select the option to download. HandyLinux comes in two flavors: 586 and 686-pae. The 586 version is for pre-2005 computers with processors that do not support the PAE memory-paging option. The 686 version is for all modern computers (32 bits or 64 bits) designed after 2005. Newcomers to Linux will appreciate the simplified directions for burning the ISO to a bootable DVD or USB drive, but finding them on the sometimes language-limited website can be a problem. Unlike most live session ISOs, HandyLinux has two modes, so you have to pay attention to the screen when you boot up the computer to test HandyLinux. All the options for running in full mode or safe mode default to French when the OS loads. Click on the very last booting option to run HandyLinux in English. That gets you into the live session. Everything works. It is a pleasant user experience. However, there is no option to install HandyLinux while running the live session. To install it, you must reboot the computer and select the installation option from the booting menu. The installation routine works effortlessly, but it does not have an automated disk partition feature, so newbies will find the entire hard drive overwritten. To partition the hard drive to create a dual boot, for instance, you would need to use a partitioning program and maybe seek some advanced local tech help. Navigating around the Secure Boot and UEFI restrictions and the added Windows 10 lockdown of the hard drive can be daunting
Read More »

Malware hits millions of Android phones

Up to 10 million Android smartphones have been infected by malware that generates fake clicks for adverts, say security researchers. The software is also surreptitiously installing apps and spying on the browsing habits of victims. The malware is currently making about $300,000 (£232,000) a month for its creators, suggests research. The majority of phones that have been compromised by the malicious software are in China. Remote control A spike in the number of phones infected by the malware was noticed separately by security companies Checkpoint and Lookout. The malware family is called Shedun by Lookout but Hummingbad by Checkpoint In a blogpost, Checkpoint said it had obtained access to the command-and-control servers that oversee infected phones which revealed that Hummingbad was now on about 10 million devices. China, India, the Philippines and Indonesia top the list of nations with most phones infected by the software. Hummingbad is a type of malware known as a rootkit that inserts itself deep inside a phone's operating system to help it avoid detection and to give its controllers total control over the handset. The ability to control phones remotely has been used to click on ads to make them seem more popular than they actually are. The access has also been used to install fake versions of popular apps or spread programs the gang has been paid to promote. "It can remain persistent even if the user performs a factory reset," wrote Kristy Edwards from Lookout in a blogpost. "It uses its root privileges to install additional apps on to the device, further increasing ad revenue for the authors and defeating uninstall attempts." Ms Edwards said the recent spike in infections could be driven by the gang behind the malware adding more functions or using their access to phones for different purposes. The malware gets installed on handsets by exploiting loopholes in older versions of the Android operating system known as KitKat and JellyBean. The latest version of Android is known as Marshmallow. In a statement, Google said: ""We've long been aware of this evolving family of malware and we're constantly improving our systems that detect it. We actively block installations of infected apps to keep users and their information safe." Google released the latest security update for Android this month and it tackled more than 108 separate vulnerabilities in the operating system. So far this year, security updates for Android have closed more than 270 bugs.
Read More »

The battle to be Artificially Intelligent hots up

Google’s latest battle with its tech rivals in the field of AI is not yet quite as ferocious as the war for the “iron throne” in HBO’s hit series Game of Thrones, said CEO Sundar Pichai, insisting: “We are not trying to kill each other” Instead, he likened it to a battle for the NBA Championship, while diplomatically describing his competitors as “phenomenal companies”, during a talk at the Code Conference 2016 last week. Well, however he wants to describe it, something big is going down in what was, arguably, once Google’s own patch. And if Pichai does have designs to emerge as the King of AI, or at the very least MVP (NBA’s Most Valuable Player), he certainly laid down the gauntlet early. While opening up on how the company plans to develop machine intelligence, he also proclaimed Google to be “better” than Apple, which has Siri, Microsoft’s Cortana, Facebook’s intelligent machine learning and Amazon’s Alexa, quite simply because “we have been doing it longer”. “We see AI as an inflection point, and we saw it internally three or four years ago,” he said. “Today, if I look at our scale and benchmarks against any quality metrics, we feel we are ahead, but of course it’s still early days for all of us.” So, the battle lines are well and truly drawn, and while AI has been talked about for years, it appears that the time has come for the biggest companies to step up to the plate. At the very same conference, Jeff Bezos, CEO of Amazon, went even further than Pichai in talking up AI, stating how hard it was to “overstate how big of an impact this will have on society in the next 20 years”, while Microsoft founder Bill Gates described it as the “holy grail”. AI is here Indeed, research firm IDC suggests a similar sort of thing, forecasting the market will grow a mammoth $40 billion in a matter of four years by 2020, with 60 per cent of AI applications running from Amazon, IBM, Google and Microsoft. In another telling metric, a blog by venture capital (VC) database CBInsights suggests that more than 60 per cent of AI companies in the last three years had VC backing, while 20 private companies working on AI have been acquired (four in 2016) by a corporation – including tech giants like Google, Amazon, Apple, IBM, Yahoo, Facebook and Intel. Google alone has made five of these so far, including deep learning start-up DNNResearch and British-based DeepMind Technologies (which made history after the technology beat the world champion of Chinese board game Go, the first time a computer program beat a top Go champion). Pichai eluded to the idea that, as the smartphone market continues to mature, the AI battle will last for the next ten years, and the company is now seemingly preparing for a more mainstream approach. And it appears that Facebook is thinking along the same lines. It last week unveiled DeepText, an AI fuelled platform that “understands the various ways text is used in Facebook”, with near human accuracy. The tool can read through several thousand posts per second, in more than 20 languages, claims the company, and is initially being tested on its Messenger platform. If you (I did too) are having trouble envisioning what this is all about, here’s an example from Facebook’s blog. It will be able to tell the difference between what is meant by a person who wrote they “just came out of a taxi” and “I need a ride”. This can potentially help advertisers target users with more relevance, such as cab companies in this case. Sounds clever, and it’s something the company is beginning to test now on some Facebook experiences. Machines need to talk to us With its own development, Google’s Pichai too touched on how machines should become smarter to understand what we are saying, and establish a “two way dialogue” with its user. This led to questions about Google Now, its own voice assistant platform, which arguably has a lower profile than rival voice assistants like Siri and Cortana. Not to be out done, he eluded to the fact that Google’s thinking is just bigger and better than his rivals. “We want this to evolve over time and grow it, and there are many ways to approach it. We don’t want to constrain ourselves in any way,” he hit back. Pichai used this opportunity to open up on how the company is working on natural language processing to ensure a two way dialogue, between person and machine. “We are looking at how this should respond to different people, and one personality doesn’t work in all those cases. We want this to be user centric. Intelligent assisting should have a conversational understanding, and that’s a hard thing to do, so we have a long way to go.” High on the agenda for the company now is Google Home, a voice activated product that allows users to have conversations with its AI-powered Google Assistance, and works as a kind of virtual butler. Expected by the end of the year, it is widely tipped to rival Amazon’s Echo, which is gaining popularity across the US. So, Pichai and Bezos have had their say. I highly doubt it will be much longer before the somewhat maligned, and rather stagnant, Siri will again make its voice heard, as the battle for the AI throne looks set for the long haul. The editorial views expressed in this article are solely those of the author(s) and will not necessarily reflect the views of the GSMA, its Members or Associate Members. Author AI is here Indeed, research firm IDC suggests a similar sort of thing, forecasting the market will grow a mammoth $40 billion in a matter of four years by 2020, with 60 per cent of AI applications running from Amazon, IBM, Google and Microsoft. In another telling metric, a blog by venture capital (VC) database CBInsights suggests that more than 60 per cent of AI companies in the last three years had VC backing, while 20 private companies working on AI have been acquired (four in 2016) by a corporation – including tech giants like Google, Amazon, Apple, IBM, Yahoo, Facebook and Intel. Google alone has made five of these so far, including deep learning start-up DNNResearch and British-based DeepMind Technologies (which made history after the technology beat the world champion of Chinese board game Go, the first time a computer program beat a top Go champion). Pichai eluded to the idea that, as the smartphone market continues to mature, the AI battle will last for the next ten years, and the company is now seemingly preparing for a more mainstream approach. And it appears that Facebook is thinking along the same lines. It last week unveiled DeepText, an AI fuelled platform that “understands the various ways text is used in Facebook”, with near human accuracy. The tool can read through several thousand posts per second, in more than 20 languages, claims the company, and is initially being tested on its Messenger platform. If you (I did too) are having trouble envisioning what this is all about, here’s an example from Facebook’s blog.
Read More »

Google Protects Chrome against quantum hacking

Worried about quantum computers accessing your precious, precious encrypted data? Well, you're probably not worried about that yet, but Google wants to make sure you never will be. The search giant is working on post-quantum encryption for its Chrome internet browser, it announced today in a blog post from software engineer Matt Braithwaite. Quantum computers, while still only in their infancy, use advanced aspects of quantum physics to solve problems exponentially faster than today's binary computers. That means that modern encryption, like the current internet go-to of HTTPS, wouldn't stand up to quantum attacks. Quantum computers are still extremely experimental today, and there's no guarantee that a large quantum computer capable of that kind of attack will ever be built. The issue is that even a hypothetical quantum computer could "retrospectively decrypt any internet communication that was recorded today...thus even the possibility of a future quantum computer is something that we should be thinking about today," wrote Braithwaite. Enter Google's post-quantum cryptography. Rolled out over a small number of connections between Chrome and Google's servers already, the new style of encryption key is being tested alongside current security measures. If the key is successful, Google says, it should stand up to future quantum computers.
Read More »

Wednesday, June 29, 2016

Ensuring High Availability In Data Centers and Networks



Data centers have become synonymous with the concept of high availability and redundancy. Based on virtualization and utilizing cloud computing technologies, these data centers are known for offering their clients a level of availability they would be unable to achieve on their own. This virtualization allows the data center to treat the various servers like appliances. Not all work at the same time to achieve the desired result. Rather, one network or server runs while others are in place to support when needed. The result? Continuous availability for customers and increased reliance on data centers.  What many fail to realize, however, is that there are a number of factors related to availability and redundancy to consider when designing a data center.

Considerations For Designing High Availability Data Centers:

More Is Not Always Better: People mistakenly believe that the more redundancy a data center offers, the higher the level of reliability. This is not always the case. Availability and redundancy should be designed around the needs of the infrastructure. Data centers with excessive levels of redundancy (those that surpass the needs of the business) actually tend to experience less reliability because the complexity of the network lends itself to failures and outages.
Generators Fail: One place where redundancy is vital is with your data center’s generators. A recent report showed that up to 15 percent of generators fail after a mere 8 hours of running time and, even if the generator does not fail, the system is opened up to a host of issues that result from continuous generator use. Backup generators are critical to your data center and network’s availability.
Redundancy is About More Than Tier Requirements: Too many companies believe that the level of redundancy your data center offers is directly related to the tier technology level being utilized. In reality, physical location, building construction and equipment quality all factor into determining the level of redundancy experienced in your data center. Be sure to assess these factors when designing your data center and network.
Read More »

Benefits of Cloud Use For Healthcare Companies

Healthcare today is run by regulations that are consistently changing and require a computer and server system capable of meeting the ever expanding EHC (Electronic Health Records) needs. CIO’s and healthcare company owners are required to secure and protect patient data and comply with HIPAA regulations. Healthcare companies and their CIOs have started moving from scrambling to keep up with the quality of electronic records that are now required to tasking cloud software with the job at increasing rates. As of last year, 30 percent of healthcare companies were utilizing cloud technology to store and access patient health information. Utilizing a cloud network to manage the data systems for your healthcare company offers a number of benefits.

Benefits of Cloud Use For Healthcare Companies

· Reduced costs
· Improved performance
· Reduction of human error
· Increased ease and effectiveness of access

How Your Healthcare Company Can Use Cloud Technology

Healthcare providers are tasked with communicating with teams of doctors, insurance providers, patients and patient advocates in an effective and streamlined manner. A cloud based network of patient health information gives providers the ability to share notes, collaborate on treatment decisions and avoid redundancy of data input. Experts are predicting that this aspect of cloud technology has the power to change the healthcare industry by reducing misdiagnosis, streamlining effective communication and giving patients and providers immediate access to up to date information.
Analysts predict that secure text messaging the next frontier of cloud based technology in the healthcare industry. As it stands, automated text messaging is an effective communication method for appointment reminders, office hours information and other administrative tasks but it comes with a number of privacy concerns. Secure, cloud based networks are predicted to alleviate this concern and allow for reduction in staffing and increases in effective administrative communication in the upcoming years.
Lastly, cloud based networks are providing healthcare providers a whole new set of networking possibilities. With these server networks, healthcare professionals can connect and collaborate with other healthcare professionals around the world in real time with ease – allowing for the continued growth of team based care.
If your healthcare company is looking to reduce costs and increase effectiveness through cloud technology, visit the Volico website today or call 888.865.4261 to learn more about which cloud hosting services would best meet your company’s needs.

 

Read More »

Explanation and Comparison of Private Versus Public Cloud

Cloud Hosting offers businesses ease of access, reduction of infrastructure costs and various levels of customization. Public cloud hosting relies on a shared, public network of resources that simultaneously services multiple clients. Private cloud services are systems of hardware, storage and networks devoted entirely to a single client. Determining which cloud hosting model will integrate most effectively with your business’s needs is based primary on three factors.
1. Security Needs: Private clouds are dedicated to a single company. Therefore the hardware, data storage and network used within the cloud are designed so that they are unable to be accessed by those outside the company – thereby providing a level of security not found in public cloud hosting options. Furthermore, for this same reason, private cloud hosts can be customized to be in compliance with Sarbanes Oxley, PCI and HIPAA regulations – whereas publically hosted clouds cannot.
2. Budgeting Capabilities: As a result of the “pay as you go” rate structure, public cloud hosting is the most commonly used cloud hosting option. For small and mid-sized enterprises, this allows for a reduction of wasteful spending by eliminating the need to pay for unneeded services. Larger enterprises often possess greater infrastructure and security needs and therefore are more likely to utilize the larger scale, more secure hosting option, despite the disparity in pricing.
3. Self-Management Capabilities: Public cloud hosting services require self-managed systems that work well for technical buyers with an interest and competency in the setup and management of servers but serves as a significant disadvantage for businesses looking for a fully managed system. The ability and willingness of your business to setup and manage your servers is a key factor in determining which cloud hosting service is best for your business.
One additional note worth mentioning is the hybrid cloud option. A hybrid cloud works for large scale enterprises that wish to utilize the security of a private cloud while managing their non-confidential information on a public network. The integration of the two systems results in a hybrid cloud hosting option for businesses.
Determining whether to opt for a public or private cloud starts with establishing the needs and goals of your company. Assess your needs, determine a budget and contact Volico for further information on both cloud-hosting options.
Read More »