Application Insights security and spoofing

后端 未结 2 837
别跟我提以往
别跟我提以往 2021-02-19 00:03

This may be a silly question but is client side application insights safe from spoofing? Microsoft ask you to add a bit of JavaScript to your HTML page that needs recording and

相关标签:
2条回答
  • 2021-02-19 00:15

    While not exactly a duplicate, i believe the answer is pretty much the same as this one:

    How does Google Analytics prevent traffic spoofing

    AI doesn't know how or where you're using your key, so how would they know which traffic is legitimate and which is not?

    0 讨论(0)
  • 2021-02-19 00:22

    This is absolutely correct that anyone can log misleading or garbage data to anyone’s AI account if they know the instrumentation key. This is also correct for most web other analytics systems: the request to log information is sent unauthenticated and anyone with sufficient skill can emulate a valid user data. The fact that AI has instrumentation key embedded on the page does not make it easier because anyone using web traffic monitor tool like Fiddler can still intercept and emulate the requests, even if instrumentation key was not embedded on the page. If you suspect that a malicious user will purposefully log misleading data using your AI key, you should use caution and validate if the data makes sense before making your business decisions, for example from how many users was the data obtained and over what period of time, and whether your client-side page view data matches the server-side requests data.

    0 讨论(0)
提交回复
热议问题