Botnet Victims Map


 
Thread Tools Search this Thread
Top Forums Web Development Botnet Victims Map
# 8  
Old 03-20-2014
A couple of notes:

Our Google Maps Engine account only permits 2000 nodes per layer.

Current stats for botnet:
  • total ips 91100
  • unique ips 4262
  • unique countries 104


Will plot again on a new map; and will also create a new map clustered by country and number of nodes (unique ip addresses) per country.
# 9  
Old 03-20-2014
Google Maps refuses to even show me that big a map unless I pay money. Smilie
# 10  
Old 03-20-2014
Quote:
Originally Posted by Corona688
Google Maps refuses to even show me that big a map unless I pay money. Smilie
It works fine for me when I use a browser that is not logged into a Google account.

There is no fee to view this map.

I also checked with a Tor browser, and can view the map easily (but of course the Tor browser bundle is very slow!)
# 11  
Old 03-20-2014
Not here, sadly. It stops complaining when I log out, but the map doesn't get any better. It can't be showing anywhere near 4,000 points -- not even 40. And yes, I've been toggling the layers.
# 12  
Old 03-20-2014
I think you are logged into your Google account? Maybe you can try using a browser that is not logged into a Google account.

I tried this with FF, Safair and Tor, all "not logged into Google" and it works fine.
# 13  
Old 03-20-2014
I made sure I wasn't logged in... Maybe it's just perceptual.
# 14  
Old 03-21-2014
Hmm. After reviewing my code, I realize that the map is actually of the "botnet victims" versus the actual botnet nodes; as I should have used the IP address from the PHP superglobal $_SERVER['HTTP_REFERER'] versus the $_SERVER['REMOTE_ADDR'].... so will have to rewrite the code if I want to extract the IP address from the referring URL.

So, for now "Botnet Map" should read "Botnet Victims Map" ..
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Cybersecurity

DSL Modem 192.168.a.b botnet member me?

I need a hint or a clue. Some four weeks or even more I try to change the password for my wifi access of the DSL Router without success. I access 192.168.x.x and filling in username as well as the password I am stuck. Literally nothing happens and the support line tells me that this is not... (2 Replies)
Discussion started by: 1in10
2 Replies

2. Web Development

Botnet Map from $_SERVER[HTTP_REFERER]

4000 node Botnet derived from PHP superglobal $_SERVER mapped with Google Maps Engine. https://www.unix.com/members/1-albums112-picture640.png total ips 54945 unique ips 4000 unique countries 64 (2 Replies)
Discussion started by: Neo
2 Replies

3. HP-UX

Vi map command

Hi, I'm trying to map a vi editor key to some commands. I'm using HP-UX 11.11. the command looks like map ~cmnt o * Suman Satpathy : <Esc> :r! date "\%d\%m\%y" <Esc> j$J basically my idea is to map a shortcut for my commentlines. but when I run the shortcut it inserts the line as below *... (1 Reply)
Discussion started by: sumansatpathy
1 Replies

4. Programming

STL map

Hi there, I am using the STL map and I print the map using: map <string, float> ngram_token_index ; map <string, float>::iterator map_iter ; //read the map ... // print the map for ( map_iter = ngram_token_index.begin() ; map_iter != ngram_token_index.end() ; map_iter++ ) cout << ... (2 Replies)
Discussion started by: superuser84
2 Replies

5. UNIX for Advanced & Expert Users

map comparsion

Hi all I have to compare maps/files on two seperate boxes and the output must be as following: 1)list the maps/file on box1 2)list the maps/file on box2 3)List maps in both the environments a) which are same b)which are different pls any ideas are appreciated thnks (2 Replies)
Discussion started by: bkan77
2 Replies

6. UNIX for Dummies Questions & Answers

Unix map?

There is a "Map"? of Unix and all its varients somewhere on the net. I used to have the link , but can't find it now. Anyone out there have a clue???? A good magician never reveals his secret; the unbelievable trick becomes simple and obvious once it is explained. So too with... (3 Replies)
Discussion started by: Bodhi
3 Replies
Login or Register to Ask a Question