Jump to content
Калькуляторы

Проблема с классификацией в SCE

SCE-8K, 5.2 PP 48b11

Делаю тесты сабскрайбера, в которых хочу проверить как классифицируется загрузка файлов и видео через HTTP, но ничего не получается:

 

1. Создал 100 Мб файл на виртуалке в мире, качаю его с сети, он определяется как "Browsing", но никак не "Download over HTTP".

sce-download-http.png

 

2. Смотрю IpTV с интернетов, HLS-поток - определяется как "Browsing", но никак не "Audio and Video over HTTP".

sce-iptv-hls.png

 

3. Открыл первый канал, с него онлайн новости/прямой эфир - определяется как "Browsing", но никак не "Audio and Video over HTTP".

sce-1tv-ru.png

 

sce-legend.png

 

Но глобально, детектирование "Audio and Video over HTTP" определяется (как и "Download over HTTP"):

sce-global-video-http.png

sce-global-video-http-legend.png

 

Странно всё это. Что делаю не так?

Share this post


Link to post
Share on other sites

1. Создал 100 Мб файл на виртуалке в мире, качаю его с сети, он определяется как "Browsing", но никак не "Download over HTTP".

post-2437-057741400 1480510848_thumb.png

Убедились, что файл качается по http, а не по https?

Edited by mcdemon

Share this post


Link to post
Share on other sites

Убедились, что файл качается по http, а не по https?

Убеждён в этом

root@vm108150:~# netstat -nlp | grep light
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      8483/lighttpd   
tcp6       0      0 :::80                   :::*                    LISTEN      8483/lighttpd   
root@vm108150:~#

 

Более того, HTTPS в легенде - синий.

Share this post


Link to post
Share on other sites

Подозреваю, что никто ситуацию тут не прояснит)

Пока единственная мысль, нет ли желания обновить пп? :)

 

К сожалению внутрь сигнатуры "Binary over HTTP" не заглянуть :(

 

 

а что из себя представляет файл который качали?

Edited by mcdemon

Share this post


Link to post
Share on other sites

а что из себя представляет файл который качали?

dd if=/dev/urandom of=/var/www/file.dat bs=1M count=100

 

Ответ сервера:

< HTTP/1.1 200 OK
< Content-Type: application/x-ns-proxy-autoconfig
< Accept-Ranges: bytes
< ETag: "2830881106"
< Last-Modified: Mon, 28 Nov 2016 13:23:07 GMT
< Content-Length: 104857600
< Date: Fri, 02 Dec 2016 04:40:39 GMT
* Server lighttpd/1.4.31 is not blacklisted
< Server: lighttpd/1.4.31
< 

Share this post


Link to post
Share on other sites

а что из себя представляет файл который качали?

dd if=/dev/urandom of=/var/www/file.dat bs=1M count=100

 

Ответ сервера:

< HTTP/1.1 200 OK
< Content-Type: application/x-ns-proxy-autoconfig
< Accept-Ranges: bytes
< ETag: "2830881106"
< Last-Modified: Mon, 28 Nov 2016 13:23:07 GMT
< Content-Length: 104857600
< Date: Fri, 02 Dec 2016 04:40:39 GMT
* Server lighttpd/1.4.31 is not blacklisted
< Server: lighttpd/1.4.31
< 

А если положить какой нибудь .exe'шник?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.