Cybersecurity Newsletters
Cybersecurity Newsletters
(No. 114)
Wednesday, December 13, 2017
Today's highlights. Bitcoin and other cryptocurrencies will be the main target of hackers; Vietnamese hackers break into computer systems at Perth Airport in Australia; Mobile wallpaper can read your address book and browsers may record you at any time; New concept-based app that can still track users with GPS turned off; Security Awareness #walkingcloudtech salon recommendation: how to stop your website from being hacked?
01
02
Freebuf] Even if GPS is turned off, mobile apps can still track users
Recently, researchers at Princeton University have developed a new concept-based app that can record a user's whereabouts without accessing GPS permissions, even if the user has made sure to turn off the phone's GPS function.
Reference link: http://www.freebuf.com/news/156633.html
03
[E Security] How good are Vietnamese hackers? Single-handedly taking over Perth Airport
A 31-year-old Vietnamese hacker, named Le Duc Hoang Hai, is accused of successfully hacking into the computer system of Perth Airport in Australia in March 2016 using the credentials of a third-party contractor and successfully stealing sensitive information related to security details and building planning and design.
Reference link: https://www.easyaq.com/news/1509353254.shtml
04
[Netflix] The wallpaper of your phone can read your address book The browser may record you at any time
Back in 2014, CCTV's Weekly Quality Report exposed a large number of Android mobile apps that required open access to contacts, geolocation and other permissions during installation, thus seriously threatening users' privacy and security. Some industry insiders analyzed that behind this phenomenon is the formation of a chain of interests in the sale of privacy information, unscrupulous mobile phone application manufacturers obtain users' privacy information through mobile phone permissions and then resell it, thus earning a substantial gray income.
Reference link: http://tech.163.com/17/1213/07/D5H6BID300097U7R.html
Security Awareness #WalkingCloud Technology Salon Recommendations
How to stop your website from being hacked?
1、Clear and validate user parameters: By clearing and validating user parameters before submitting them to the database, the possibility of SQL injection attacks can be reduced
2. Use a firewall: If the attack is a simple DOS, you can use a firewall to remove traffic from the suspicious IP address
3. Encrypted cookies: Cookie or session poisoning can be prevented by encrypting the contents of the cookie, associating the cookie with the client's IP address and timing out the cookie after a period of time
4. Validate and verify user input: This method prevents form duplication by validating and verifying user input before it is processed
5, header validation and removal: this technique is useful for cross-site scripting or XSS, this technique includes validation and elimination of headers, parameters passed through the url, form parameters and hidden values to reduce XSS attacks