Skip to main content

JavaScript Ads Injected by Asianet Dataline (ISP) Kerala

Asianet Dataline one of the leading Internet Service Providers in Kerala’s is now injecting JavaScript pop-up advertisements to the customer browsers.I directly inquired with their customer service and they've acknowledged the issue. JavaScript ad injection has been happening within all the customers subscribed for the unlimited data plans. I told them that this is a severe privacy breach as ads are being shown even when I’m logged into sites including financial transactions. True, the ads won’t be shown when the connection with another site is HTTPS, but that happens with most of the sites only when you click the ‘Make Payment’ button of most of the site, still the normal logged in session is vulnerable. This un-ethical approach cannot be identified by a normal user as there is no acknowledgement shown from Asianet that ads are shown by them. A normal customer thinks that he's just bugged by some site he visited. Eventually, they offered me (anyone who identify this problem) a normal separate connection UI, where I’ve to login with the username and password of my Asianet internet, if I do so there won’t be any ad injection. They would be happy off monetizing thousands of other customers who never realize this ad has been injected by their own ISPs .

 The ads supplying url is : http://ui.streamride.net .If you are experiencing this ad problem from Asianet connection, you might want to try this solution ( blocking the ad supplier) . There have been wide spread protest and mayhem all over the techie community in Kerala as well .

You could also give a formal complaint through their technical support (0471-2575222), or you can give it in writing to Mr. Krishna Kumar, the Nodal Officer, (acting – secretary to the Appellate authority) , in Leela Infopark, Technopark .
The complaint format is available here : http://www.asianetdataline.com/form.pdf
Asianet Satellite Communications Ltd,
2nd Floor,
Leela Infopark,
Technopark Campus,
Trivandrum

Update : I just found how insecure their whole system is . Recently, I forgot the login password for my Asianet dataline account and requested a password recovery by clicking the 'Forgot your password?" link. They mailed me my password (as plain text). Thay's so very dumb, they store the passwords as plaintext??!!! As per normal security standards it's only allowed to store the passwords in encrypted format so that the database administrators never get to see it and exploit the information. 

Comments

  1. There is a solution which can also be implemented at your home router :

    http://iamsrijit.wordpress.com/2012/09/14/ad-injected-by-isp-detection-prevention/

    ReplyDelete

Post a Comment

Popular posts from this blog

Building Autonomous Drone with Raspberry Pi and APM 2.8

I am a total newbie to hardware and was pushing my limits to see how far I can reach on with hardware projects (which sparked my interest lately). I have set out on a very ambitions mission  to control a drone from raspberry pi .I began the research for this around 2 months ago and had brought a raspberry pi, drone body kit and apm flight controller. The key difference of this project from common drone projects is that I'm trying to avoid the use of and RC and instead use the raspberry pi to control it.  Hardware Ins tallation Setup: I am using APM 2.8 and Mission Planner. I am using RPi 3 to control the APM 2.8 via Telem port of APM I am planning to power the apm via the battery to ESC (Electronic Speed Controllers) Now, documenting my steps below: Day 1 Watch Tutorial To get started with APM flight controller, I watched this video tutorial [1] which gives a gentle introduction about APM board.  Setup APM board and Calibrate Sensors I downloade...

Data Mining & Analytics with R : Running R Scripts and Data Mining Techniques - Day 2

Warning: These are my messy study notes, much better legible notes can be found here  http://onepager.togaware.com 1. A Tour Thru Rattle Transform Tab ( by no means near to the full power of underlying R) Data Mining Tabs - Cluster, Associate Model Log Tab  - Capture the corresponding R command Working from Left to Right on Tabs  Remember to Click Execute Button 'Save' -> Projects save the current state, all models etc. 'Open' Projects can be restored at a later time You can even load it back to R  2. First R Program Load rattle and ggplot2 library(rattle)  # Provides the weather dataset  library(rattle)  # Provides the ggplot() function ggplot -> Grammar of Graphics : Just like english grammar or grammar of a computer language. A result of Hadley's Phd . Look him up to learn more details. Then produce a plot using ggplot() # handsondatascience.com - tips on elegantly writing repeated code ds ...

Adafruit GFX - How to change line spacing in text?

  You may want to update the line spacing to be a little lower than default due to small screen size on IoT devices. I faced this challenge while working on a Watchy hobby project. You may have used a font generator or just using the default fonts and got a *.h file that has the details of the font. In that case just change the last integer value in the PROGMEM variable.