Live data from Hacker News

Kaspersky Cyberthreat real-time map

cybermap.kaspersky.com

11–15 of 15 posts

Re: Kaspersky Cyberthreat real-time map

#12
Correct me if I'm wrong but looks like a marketing stunt, there is nothing "realtime" about it, check the network log. While it's all nice and flashy with nice transitions, there is no way you can follow what's going on. The only information that is readable are country statistics.

Galncing at the source it seems that all the "updates" are just startup number + random value.

Re: Kaspersky Cyberthreat real-time map

#15

Correct me if I'm wrong but looks like a marketing stunt, there is nothing "realtime" about it, check the network log. While it's all nice and flashy with nice transitions, there is no way you can follow what's going on. The only information that is readable are country statistics. Galncing at the source it seems that all the "updates" are just startup number + random value.

I looked through the source code. Not totally sure, but it appears they use the current time to dynamically load events from this API:

http://cybermap.kaspersky.com/data/events/1.json

(where "1" would be replaced with some time value)

Edit: investigating a bit more, there are 24 URLs for .json" rel="nofollow">http://cybermap.kaspersky.com/data/events/.json where starts at zero. So you can see if tomorrow the files are all different. It could very well be near-time, maybe with 1 hour of lag/caching.

Post reply on HN