Large scale attack hijacks routers through users’ browsers

Cybercriminals have developed a Web-based attack tool to hijack routers on a large scale when users visit compromised websites or view malicious advertisements in their browsers.The goal of these attacks is to replace the DNS (Domain Name System) servers configured on routers with rogue ones controlled by attackers. This allows hackers to intercept traffic, spoof websites, hijack search queries, inject rogue ads on Web pages and more.The DNS is like the Internet’s phonebook and plays a critical role. It translates domain names, which are easy for people to remember, into numerical IP (Internet Protocol) addresses that computers need to know to communicate with each other.To read this article in full or to leave a comment, please click here

New products of the week 05.25.2015

New products of the weekOur roundup of intriguing new products. Read how to submit an entry to Network World's products of the week slideshow.Persistence Technology for Dell Android DevicesKey features: Absolute has introduced its Persistence technology to Dell Android devices, allowing IT to remotely manage, track, and secure devices on or off the corporate network. More info.To read this article in full or to leave a comment, please click here

New products of the week 05.25.2015

New products of the weekOur roundup of intriguing new products. Read how to submit an entry to Network World's products of the week slideshow.Persistence Technology for Dell Android DevicesKey features: Absolute has introduced its Persistence technology to Dell Android devices, allowing IT to remotely manage, track, and secure devices on or off the corporate network. More info.To read this article in full or to leave a comment, please click here

Sharp phone cameras play slow-motion video at 2,100 fps

Electronics maker Sharp is showing off smartphones that can play back video at rates up to 2,100 frames per second (fps) for a smoother slow motion effect.The struggling manufacturer’s latest Android flagship phones, Aquos Zeta, Aquos Xx and Aquos Serie, have cameras that can record at 210 fps in 854 x 480 pixel resolution (FWVGA mode) or 120 fps in full HD mode.When combined with frame compensation technology, the phone can play back video in slow motion at 2,100 fps in FWVGA or 1,200 fps in full HD. Sharp calls it the world’s highest-rate super slow motion playback for smartphones.To read this article in full or to leave a comment, please click here

Amazon.com may be working on Etsy competitor

Amazon.com may be planning to set up a marketplace for craftsmen, a questionnaire posted on the company’s website suggests.A marketplace focused on artisan products, which seems likely to be called Handmade, would put the online retailer directly in competition with the Etsy forum, where 1.4 million active sellers push 32 million handmade items, vintage goods and craft supplies.Etsy sellers have received invites to sign up for the new section of the Amazon site, The Wall Street Journal reported.On Etsy forums, some users said they had received emails from Amazon that discussed the new marketplace for handcrafted products. Some Etsy sellers are already selling through the online retailer. Others appeared interested in the new marketplace proposed.To read this article in full or to leave a comment, please click here

BlackBerry cutting staff in smartphone unit

BlackBerry plans to lay off an unspecified number of staff in its devices unit, as it attempts to make that business profitable, while expanding in other areas.The smartphone company in Waterloo, Ontario, said in a statement over the weekend that it had decided to consolidate its device software, hardware and applications business, “impacting a number of employees around the world.”The company said that as it moves into the next stage of its turnaround, it aims to reallocate resources in ways that will “best enable us to capitalize on growth opportunities while driving toward sustainable profitability across all facets of our business.”The company had 6,225 full-time employees as of Feb. 28 this year, the end of its last fiscal year.To read this article in full or to leave a comment, please click here

BlackBerry cutting staff in smartphone unit

BlackBerry plans to lay off an unspecified number of staff in its devices unit, as it attempts to make that business profitable, while expanding in other areas.The smartphone company in Waterloo, Ontario, said in a statement over the weekend that it had decided to consolidate its device software, hardware and applications business, “impacting a number of employees around the world.”The company said that as it moves into the next stage of its turnaround, it aims to reallocate resources in ways that will “best enable us to capitalize on growth opportunities while driving toward sustainable profitability across all facets of our business.”The company had 6,225 full-time employees as of Feb. 28 this year, the end of its last fiscal year.To read this article in full or to leave a comment, please click here

Full Adult Friend Finder database offered for $17,000

An unredacted version of a database said to be stolen from Adult Friend Finder is being offered for sale for 70 bitcoins, or around US$17,000.ROR[RG], the nickname of the person who claims to have breached the large online hookup site, wrote on Saturday in an underground forum that “I have had so many people ask me to buy the db today.”Seeking to capitalize on the momentum, ROR[RG]—who claims to live in Thailand—also offered to break into any company or website for 750 bitcoins, worth about $170,000.Fifteen files of data purported to come from Adult Friend Finder were posted to an underground forum in March. The files contained 3.9 million email addresses and in some cases the partner preference, gender, birth date, state, post code, language preference and IP address of users.To read this article in full or to leave a comment, please click here

iPhone 7 rumor rollup: iGPS and an Android Galaxy concept

How could Apple resist buying a company with technology dubbed iGPS? It fits right in along with the iPod, iPhone and iPad, no? While Apple doesn’t feel compelled to announce small acquisitions that the SEC doesn’t force it to disclose, news outlets this past week revealed that Apple has indeed snapped up a Bay-area GPS-focused company called Coherent Navigation that launched in 2008. Ironically, that company has fallen off the map, ditching its web presence, and revealing on its LinkedIn page that it has ceased operations.To read this article in full or to leave a comment, please click here

Tutorial for creating first external SDN application for HP SDN VAN controller – Part 3/3: “Node Cutter” SDN application in perl with web interface

For best article visual quality, open Tutorial for creating first external SDN application for HP SDN VAN controller – Part 3/3: “Node Cutter” SDN application in perl with web interface directly at NetworkGeekStuff.

In this tutorial series, I will show you by example, how to build your first external REST API based SDN application for HP SDN VAN controller, with web interface for the user control. Target will be to learn how to use REST API, curl and perl scripting to generate some basic and useful code to view and also manipulate network traffic.

This article is part of “Tutorial for creating first external SDN application for HP SDN VAN controller” series consisting these articles:

In this Part 3/3, I will show you my first example SDN application that I have written just to demonstrate the combination of REST API interface with perl and the ability to have a web based interface for the user to this interface. Please note that this application is purely demonstrative on the REST API interface and Continue reading

Tutorial for creating first external SDN application for HP SDN VAN controller – Part 2/3: Influencing Flows via cURL commands

For best article visual quality, open Tutorial for creating first external SDN application for HP SDN VAN controller – Part 2/3: Influencing Flows via cURL commands directly at NetworkGeekStuff.

In this tutorial series, I will show you by example, how to build your first external REST API based SDN application for HP SDN VAN controller, with web interface for the user control. Target will be to learn how to use REST API, curl and perl scripting to generate some basic and useful code to view and also manipulate network traffic.

This article is part of “Tutorial for creating first external SDN application for HP SDN VAN controller” series consisting these articles:

In this Part 2/3, we will discuss how to create a few cURL commands in linux environment, authenticate to the controller REST API interface and generate flows to modify the forwarding path overriding the controller decisions.

Step 1) cURL command line tool to authenticate to the REST API and receive a token

Lets start with the basics, in linux console exists Continue reading

Double Parentheses in Python

Python is one of the easiest programming languages to learn, because of it’s inherent flexibility. (This can be a good thing as well as a bad thing.)

One example of Python’s flexibility is the double parentheses. Take the following snippet for example:

print funcwrapper(3)(2)

Even an inexperienced programmer should be able to make sense of most of this. Reading from left to right, it looks like we want to print the output of a function, and we’re passing an integer - 3 - to that function. However, the second pair of parentheses doesn’t quite make sense.

This notation is different from what we would do if we wanted to pass two arguments to a function; in that case, we’d put them all inside a single pair of parentheses and separate them via commas:

print funcwrapper(3, 2)

So what does the first example using two pairs of parentheses accomplish?

The use of a double parentheses is actually an indicator of one of Python’s coolest features - and that is that functions are themselves, objects! What does this mean?

Let’s work our way up to the snippet above by first defining a very simple function - something that takes an integer Continue reading

US Senate blocks NSA surveillance reform bill

The U.S. Senate voted early Saturday to block the USA Freedom Act, a legislation that aimed to put an end to the bulk collection of telephone records by the National Security Agency.It also voted down a bill that would extend to July 31 certain provisions of the Patriot Act, including Section 215, which provides the legal framework for the current NSA phone surveillance program.The Senate, which adjourned Saturday for the Memorial Day weekend, will reconvene on May 31, when it will try to hammer out a deal ahead of the June 1 deadline when the Patriot Act provisions expire, unless reauthorized in the same or modified form by legislation.To read this article in full or to leave a comment, please click here

Citizens of Tech 004 – Retro Virtual Reality Kittehs

A cat sets a world record. A surgical robot gets hacked. Capsela was a sweet toy. Oculus Rift is going to be available soon. Larsen B is falling into the Antarctic Ocean. Spotify takes on video. All this & more on this week's Citizens of Tech with Eric Sutphen & Ethan Banks.

Author information

Ethan Banks

Ethan Banks, CCIE #20655, has been managing networks for higher ed, government, financials and high tech since 1995. Ethan co-hosts the Packet Pushers Podcast, which has seen over 3M downloads and reaches over 10K listeners. With whatever time is left, Ethan writes for fun & profit, studies for certifications, and enjoys science fiction. @ecbanks

The post Citizens of Tech 004 – Retro Virtual Reality Kittehs appeared first on Packet Pushers Podcast and was written by Ethan Banks.

Suhosin: How to harden your PHP web application

The number of Internet servers that run the PHP language is incredible: According to Netcraft, as of January, 2012, something around 244,000,000 web sites were running PHP and according to a May, 2015, survey by W3Techs “PHP is used by 81.9% of all websites whose server-side programming language we know.” Bottom line: PHP rules.The lure of PHP is that it's easy to learn, easy to develop with, and flexible (though not every one thinks PHP is a good idea). On the other hand, as with all programming languages, PHP has security issues so poor coding practices can make a server vulnerable to hackers.To read this article in full or to leave a comment, please click here