AtomicOs

.htaccess.css

Jun 24th, 2021 (edited)
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.46 KB | None | 0 0
  1. Requirement: seach use in cyber target location domain and ip ip address
  2.  
  3. RewriteEngine On
  4.  
  5. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^IL$
  6. RewriteRule ^(.*)$ https://threatmap.checkpoint.com/ [L]
  7.  
  8. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^HK$
  9. RewriteRule ^(.*)$ https://www.imperva.com/cyber-threat-attack-map/ [L]
  10.  
  11. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^IN$
  12. RewriteRule ^(.*)$ https://livethreatmap.radware.com/ [L]
  13.  
  14. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^BW$
  15. RewriteRule ^(.*)$ https://www.fireeye.com/cyber-map/threat-map.html [L]
  16.  
  17. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^AU$
  18. RewriteRule ^(.*)$ https://threatmap.bitdefender.com [L]
  19.  
  20. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^FR$
  21. RewriteRule ^(.*)$ https://attackmap.sonicwall.com/live-attack-map/ [L]
  22.  
  23. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^BS$
  24. RewriteRule ^(.*)$ https://www.digitalattackmap.com/ [L]
  25.  
  26. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^BR$
  27. RewriteRule ^(.*)$ https://map.httpcs.com/ [L]
  28.  
  29. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^IO$
  30. RewriteRule ^(.*)$ http://norsenet.com/ [L]
  31.  
  32. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^CA$
  33. RewriteRule ^(.*)$ https://map.lookradar.securitywizardry.comingglasscyber.com/ [L]
  34.  
  35. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^CN$
  36. RewriteRule ^(.*)$ https://geekflare.com/real-time-cyber-attacks/ [L]
  37.  
  38. RewriteCond %{ENV:IP2LOCATION_COUNTRY_SHORT} ^IQ$
  39. RewriteRule ^(.*)$ https://threatbutt.com/map/ [L]
  40.  
Add Comment
Please, Sign In to add comment