keyplyr

msg:4556005 | 8:44 am on Mar 18, 2013 (gmt 0) |
All I can gather by a quick look is that Static IP Services is a service that supplies static IPs (duh) to cable ISPs including cv.net which is Cablevision (digital cable TV, internet, and digital phone) and may includes some web site servers for business accounts and possibly VoIP.
|
lucy24

msg:4556012 | 9:59 am on Mar 18, 2013 (gmt 0) |
Hang on, I've got the RegEx you need. \b(\d\d?)\b replace with 0$1 and repeat. NOW run your sort/alphabetize function, and then revert: \b00?(\d\d?)\b replace with $1 just once. (I think that's all you need. My original was made for CIDR ranges so the structure was more complicated.)
|
wilderness

msg:4556057 | 1:43 pm on Mar 18, 2013 (gmt 0) |
FWIW, I've been getting unusual requests for these pages from a variety of IP's, and for a long while. The second page is part of a series of articles that offer useful widget bios that are not available otherwise. Note local machine IP on the first request? 96.57.54.zzz - - [14/Mar/2013:08:16:51 -0600] "GET /MyFolder/MySub/MyPage.html HTTP/1.1" 403 831 "http://192.168.34.1/sitefilter/blockpage?nonce=32bb457438a70163&tid=24" "Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0" 96.57.54.zzz - - [14/Mar/2013:08:17:47 -0600] "GET /OtherFol/OtherFolder/OtherPage.html HTTP/1.1" 403 831 "refer obscured" "Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0" 96.57.54.zzz - - [14/Mar/2013:08:25:03 -0600] "GET /Same2dPage/Same2dFolder/Same2dPage.html HTTP/1.1" 403 831 "refer obscured" "Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0" I've had the 96.5[67] denied since 2008. Adding the others is not so "duh".
|
|