Forum Moderators: open
Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E302 [FBAN/FBIOS;FBAV/173.0.0.65.96;FBBV/109978100;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/11.3.1;FBSS/2;FBCR/VIVO;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]
Could they be betraying a user's privacy somehow?Looks like a fake UA string compiled by someone who didn't know what they were doing... as such, it could be anything, and likely up to no good.
88.130.48.200 - - [26/May/2018:07:44:14 -0400] "GET /index.htm HTTP/1.1" 500 0 "http://m.facebook.com"
88.130.48.200 - - [26/May/2018:07:44:14 -0400] "GET /index.htm HTTP/1.1" 500 0 "http://m.facebook.com"
88.130.48.200 - - [26/May/2018:07:44:15 -0400] "GET /index.htm HTTP/1.1" 500 0 "http://m.facebook.com"
98.150.253.168 - - [26/May/2018:11:34:12 -0400] "GET / HTTP/1.1" 200 0 "http://m.facebook.com"
23.242.136.26 - - [26/May/2018:13:54:42 -0400] "GET / HTTP/1.1" 200 0 "http://m.facebook.com"
189.61.75.237 - - [26/May/2018:20:46:18 -0400] "GET / HTTP/1.1" 200 0 "http://m.facebook.com"
72.234.62.25 - - [27/May/2018:01:03:58 -0400] "GET / HTTP/1.1" 200 0 "http://m.facebook.com"
212.170.79.214 - - [27/May/2018:01:04:12 -0400] "GET / HTTP/1.1" 200 0 "http://m.facebook.com"
67.60.80.32 - - [27/May/2018:01:06:02 -0400] "GET / HTTP/1.1" 200 0 "http://m.facebook.com"
88.130.48.200 88.130.0.0 - 88.130.127.255
descr: Versatel Deutschland
98.150.253.168 98.144.0.0 - 98.157.255.255
CIDR: 98.144.0.0/13, 98.152.0.0/14, 98.156.0.0/15
Organization: Time Warner Cable
23.242.136.26 23.240.0.0 - 23.243.255.255
CIDR: 23.240.0.0/14
Organization: Time Warner Cable
189.61.75.237 189.60.0.0/14
owner: CLARO S.A.
72.234.62.25 72.234.0.0 - 72.235.255.255
CIDR: 72.234.0.0/15
Organization: Hawaiian Telcom
212.170.79.214 212.170.72.0 - 212.170.79.255
role: Administradores Telefonica de Espana
67.60.80.32 67.60.0.0 - 67.61.255.255
CIDR: 67.60.0.0/15
OrgName: CABLE ONE
Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E302 [FBAN/FBIOS;FBAV/173.0.0.65.96;FBBV/109978100;FBDV/iPhone9,3;FBMD/iPhone;FBSN/iOS;FBSV/11.3.1;FBSS/2;FBCR/VIVO;FBID/phone;FBLC/en_US;FBOP/5;FBRV/0]
Hint: Malicious bots almost never requests CSS files.Although Bots of Unknown Purpose occasionally do. I've currently got two that requests pages + stylesheets + scripts, but no images or favicon.
\.css .+?FB.+?FB.+?FB
Yup, there they are: and once I've got them, I can see the adjoining requests for images and piwik.* If I then look back, I see the page request with m.facebook.com referer, and perhaps even an immediately preceding request from facebookexternalhit. (In these situations it helps to be small, because something that happened several minutes earlier will still be easily findable in logs.) Do I really need to use substring to keep this sort of nonsense under control?