|
|
| | Ask HN: What are the security risks with web analytics and mitigations? | |
2 points by rakkhi on Oct 11, 2010 | hide | past | favorite | 5 comments
|
| | My initial brainstrom was:
[+] controlling how and what data is captured and stored by the analytics platform
[+] if data is traveling to a remote service the transmission security and security in storage
[+] access controls to the analytics platform: authentication, authorization, logging
[+] where session identifiers and cookies are used protecting these from leakage to an attacker
[+] is there any risk of using iframes or zero pixel images of an attacker being able to insert their own or is this sufficiently protected by access control to to content management?
[+] can any denial of service on the analytics scripts effect the performance of the service being monitored
[+] breach of privacy if any personally identifiable data is collected without concent?
[+] Any risks with service mashups e.g. web analytics pulling in geographic, post code data for example and not validating this input?<p>Anything else? Any of these that are not a risk? |
|

Join us for AI Startup School this June 16-17 in San Francisco!
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Additionally, you're also giving the provider the opportunity to scrape everything on every page that's served with the analytics code in it, as you have no way of knowing what was served to the browser (as you don't control it).
If you imagine taking popular drive by testing tool BeEF and including that javascript, that's effectively what you're risking with google or any hosted service. Nobody's infallible, they may be better at web security than you. Maybe they're more likely to have an advanced attack?