Hide n Seek. An Adaptive Peer-to-Peer Botnet. Adrian Șendroiu Vladimir Diaconescu

Size: px
Start display at page:

Download "Hide n Seek. An Adaptive Peer-to-Peer Botnet. Adrian Șendroiu Vladimir Diaconescu"

Transcription

1 Hide n Seek An Adaptive Peer-to-Peer Botnet Adrian Șendroiu Vladimir Diaconescu

2 Context IoT Botnets increasing in impact and diversity Tried and tested models (Mirai) Central C2 Server (Different) Infecting machine (Different) Reporting machine Dictionary and CVE extensions Main objective: DDoS

3 Analysis - Overview A new idea: Peer-to-Peer botnet Also seen in Hajime Custom protocol Modular Authenticated Different goals

4 Functionality Two main components Scanner

5 Functionality Two main components Scanner P2P protocol

6 Scanning for victims Pick a random IP and a port 23, 2323 (telnet) - try default credentials 80, 8080 (http) - try known IoT exploits ADB Others (2480, 5984)

7 Analysis - Infection process

8 Analysis - Infection process: Scan TCP SYN :23 ACK SCAN

9 Analysis - Infection process: Connect Get login prompt login: SCAN CONN

10 Analysis - Infection process: Dictionary user k :password k user@host:/~ SCAN CONN DICT

11 Analysis - Infection process: Sysinfo cat /proc/cpuinfo ARM SCAN CONN DICT INFO

12 Analysis - Infection process: Probing wget curl base64 wget: not found curl: not found SCAN CONN DICT INFO PROB

13 Analysis - Infection process: Dropping echo -e \x7felf > abc chmod +x abc SCAN CONN DICT INFO PROB DROP

14 Analysis - Infection process: Dropping./abc a :5678 k23 l4444 e :80 SCAN CONN DICT INFO PROB DROP

15 Analysis - Infection process: Dropping./abc a :5678 k23 l4444 e :80 Initial starting peers SCAN CONN DICT INFO PROB DROP

16 Analysis - Infection process: Dropping./abc a :5678 k23 l4444 e :80 Initial starting peers Kill port SCAN CONN DICT INFO PROB DROP

17 Analysis - Infection process: Dropping./abc a :5678 k23 l4444 e :80 Initial starting peers Kill port P2P listening port (UDP) SCAN CONN DICT INFO PROB DROP

18 Analysis - Infection process: Dropping./abc a :5678 k23 l4444 e :80 Initial starting peers Kill port P2P listening port (UDP) Additional scan targets SCAN CONN DICT INFO PROB DROP

19 P2P protocol Custom UDP protocol Data structures Messages

20 Data structures - Peer table IP port

21 Data structures - Caches payload id -> hash hash -> data 0x15 0x13 -> 1af3 -> 3f f14 -> \x7felf... 1af3... -> \x7felf config cache data cache

22

23 $ cat /proc/cpuinfo

24 $ cat /proc/cpuinfo... model name : ARMv7 Processor rev 1... What to download?

25 $ cat /proc/cpuinfo... model name : ARMv7 Processor rev 1... payload id -> hash hash -> data 0x15 0x13 -> 1af3 -> 3f f14 -> \x7felf... 1af3... -> \x7felf config cache data cache

26 $ cat /proc/cpuinfo... model name : ARMv7 Processor rev 1... payload id -> hash hash -> data 0x15 0x13 -> 1af3 -> 3f f14 -> \x7felf... 1af3... -> \x7felf config cache data cache

27 $ cat /proc/cpuinfo... model name : ARMv7 Processor rev 1... payload id -> hash hash -> data 0x15 0x13 -> 1af3 -> 3f f14 -> \x7felf... 1af3... -> \x7felf config cache data cache

28 $ cat /proc/cpuinfo... model name : ARMv7 Processor rev 1... payload id -> hash hash -> data 0x15 0x13 -> 1af3 -> 3f f14 -> \x7felf... 1af3... -> \x7felf config cache data cache

29 $ cat /proc/cpuinfo... model name : ARMv7 Processor rev 1... payload id -> hash hash -> data 0x15 0x13 -> 1af3 -> 3f f14 -> \x7felf... 1af3... -> \x7felf config cache data cache

30 $ echo -e \x7felf > abc;./abc payload id -> hash hash -> data 0x15 0x13 -> 1af3 -> 3f f14 -> \x7felf... 1af3... -> \x7felf config cache data cache

31 P2P protocol messages Config cache update Peer management Target reporting 1 byte id message data

32 Config cache update payload id -> hash

33 Config cache update payload id -> hash 0x15 0x13 -> 1af3 -> 3f14...

34 Config cache update h 0 h 0 h 0 h - config cache version report

35 Config cache update H 5 H 8 H 5 H - config cache version reply

36 Config cache update y 0 Y 0 data y - chunk request Y - chunk reply check signature

37 $ cat /proc/cpuinfo... model name : ARMv7 Processor rev 1... payload id -> hash hash -> data 0x15 0x13 -> 1af3 -> 3f f14 -> \x7felf... 1af3... -> \x7felf config cache data cache

38 Config cache update y 0 Y 0 data y - chunk request Y - chunk reply check signature

39 Data cache update hash -> data 3f14 -> \x7felf... 1af3... -> \x7felf

40 Peer update ~ ~ ~ - peer request ~

41 Peer update ^ ^ ^ ^ - peer reply

42 Target device reporting GET /some/exploit

43 Target device reporting HTTP/ Not Found GET /some/exploit

44 Target device reporting z

45 Target device reporting GET /some/exploit

46 Target device reporting GET /some/exploit HTTP/ OK

47 Hide n Seek - Summary Infects many kinds of IoT systems Decentralized P2P architecture Network controlled by the author

48 Updates

49 Updates ~30 samples Code refactoring New functionality

50 Updates ~30 samples Code refactoring New functionality Persistency (copy itself to /etc/init.d/s99abcd)

51 Updates ~30 samples Code refactoring New functionality Persistency (copy itself to /etc/init.d/s99abcd) Dropping other binaries cpuminer

52 Updates HTTP-based exploits for more IoT vendors

53 Updates HTTP-based exploits for more IoT vendors RCE via OrientDB and CouchDB

54 Updates HTTP-based exploits for more IoT vendors RCE via OrientDB and CouchDB Hijacking devices via ADB

55 Monitoring

56 Monitoring ~ ~ ^ ^ ~ ^

57 Monitoring ~300,000 peers

58 Conclusions A new trend in the IoT landscape Qbot, Mirai

59 Conclusions A new trend in the IoT landscape Qbot, Mirai Hajime

60 Conclusions A new trend in the IoT landscape Qbot, Mirai Hajime, Satori

61 Conclusions A new trend in the IoT landscape Qbot, Mirai Hajime, Satori, Reaper

62 Conclusions A new trend in the IoT landscape Qbot, Mirai Hajime, Satori, Reaper, VPNFilter

63 Conclusions A new trend in the IoT landscape Qbot, Mirai Hajime, Satori, Reaper, VPNFilter, HNS

64 Conclusions A new trend in the IoT landscape Qbot, Mirai Hajime, Satori, Reaper, VPNFilter, HNS More threats to come

65 Q&A

F5 Network Security for IoT

F5 Network Security for IoT OVERVIEW F5 Network Security for IoT Introduction As networked communications continue to expand and grow in complexity, the network has increasingly moved to include more forms of communication. This

More information

H.264 HDMI Extender over IP Extender With LED, Remote, POE, RS232 Operating Instruction

H.264 HDMI Extender over IP Extender With LED, Remote, POE, RS232 Operating Instruction H.264 HDMI Extender over IP Extender With LED, Remote, POE, RS232 Operating Instruction 1 Introduction This HDMI over IP Extender use the advanced H.264 as the compression type, which makes it occupy lower

More information

QUICK START GUIDE QT ANALOG HD CAMERA & DVR BUNDLE ENGLISH

QUICK START GUIDE QT ANALOG HD CAMERA & DVR BUNDLE ENGLISH QUICK START GUIDE QT ANALOG HD CAMERA & DVR BUNDLE ENGLISH Table of Contents Welcome What s Included...3 Understanding your DVR...4 Get Connected Registration...5 Connect Your Cameras...5 Connect DVR to

More information

Bezirk. Things plus Cloud does not equal IoT. Saturn 2016, San Diego. IoT that tastes better. IoT by default

Bezirk. Things plus Cloud does not equal IoT. Saturn 2016, San Diego. IoT that tastes better. IoT by default Things plus Cloud does not equal IoT IoT by default IoT that tastes better Saturn 2016, San Diego problem Architecting the IoT (experienced by people) 2 Web search Q&A Q&A Things personalized experience

More information

QUICK START GUIDE. QT Analog HD Camera & DVR Bundle ENGLISH

QUICK START GUIDE. QT Analog HD Camera & DVR Bundle ENGLISH QUICK START GUIDE QT Analog HD Camera & DVR Bundle ENGLISH Table of Contents Welcome What s Included...3 Understanding your DVR...4 Get Connected Registration...5 Connect Your Cameras...5 Connect DVR to

More information

IxStream Headend. Quick Guide - Begin working with the IxStream headend. IX-Streamer, rev 1.1

IxStream Headend. Quick Guide - Begin working with the IxStream headend. IX-Streamer, rev 1.1 IxStream Headend Quick Guide - Begin working with the IxStream headend IX-Streamer, rev 1.1 Introduction... 3 Example setup... 3 Access the headend... 4 Important Concepts... 5 Push Config... 5 EMM...

More information

H.264 HDMI Extender over IP Extender With LED, Remote, POE, RS232 WolfPack Operating Instruction

H.264 HDMI Extender over IP Extender With LED, Remote, POE, RS232 WolfPack Operating Instruction H.264 HDMI Extender over IP Extender With LED, Remote, POE, RS232 WolfPack Operating Instruction 1 Introduction This WolfPack HDMI over IP Extender use the advanced H.264 as the compression type, which

More information

OMA Device Management Notification Initiated Session

OMA Device Management Notification Initiated Session OMA Device Management Notification Initiated Session Candidate Version 1.3 25 May 2010 Open Mobile Alliance OMA-TS-DM_Notification-V1_3-20100525-C OMA-TS-DM_Notification-V1_3-20100525-C Page 2 (19) Use

More information

-TECH DIGITAL. Explore The High DefinitionWorld. Website: Hot Line: [US] USER MANUAL

-TECH DIGITAL. Explore The High DefinitionWorld. Website:  Hot Line: [US] USER MANUAL -TECH DIGITAL Explore The High DefinitionWorld Website: www.jtechdigital.com Hot Line: 1-888-610-2818[US] USER MANUAL J-Tech Digital ProAV H.264 Encoder/Decoder Many to Many HDMI Extender RoHS 1 Operating

More information

Matrox PowerStream Plus

Matrox PowerStream Plus Matrox PowerStream Plus User Guide 20246-301-0250 2018.09.04 Contents 1 About this user guide... 5 1.1 Using this guide... 5 1.2 More information... 5 2 Matrox PowerStream Plus software... 6 2.1 Before

More information

T : Internet Technologies for Mobile Computing

T : Internet Technologies for Mobile Computing T-110.7111: Internet Technologies for Mobile Computing Overview of IoT Platforms Julien Mineraud Post-doctoral researcher University of Helsinki, Finland Wednesday, the 9th of March 2016 Julien Mineraud

More information

Positive Attendance. Overview What is Positive Attendance? Who may use Positive Attendance? How does the Positive Attendance option work?

Positive Attendance. Overview What is Positive Attendance? Who may use Positive Attendance? How does the Positive Attendance option work? Positive Attendance Overview What is Positive Attendance? Who may use Positive Attendance? How does the Positive Attendance option work? Setup Security Codes Absence Types Absence Reasons Attendance Periods/Bell

More information

DATA LOSS PREVENTION: A HOLISTIC APPROACH

DATA LOSS PREVENTION: A HOLISTIC APPROACH DATA LOSS PREVENTION: A HOLISTIC APPROACH Introduction Data breach has been one of the biggest fears that organizations face today. While DLP is not a panacea to such attacks, it should certainly be in

More information

Matrox PowerStream Plus

Matrox PowerStream Plus Matrox PowerStream Plus User Guide 20246-301-0200 2017.07.04 Contents 1 About this user guide... 5 1.1 Using this guide... 5 1.2 More information... 5 2 Matrox PowerStream Plus software... 6 2.1 Before

More information

BRIGHTLINK HDMI EXTENDER OVER ETHERNET - H METER MODEL: BL-EXT-IP-264

BRIGHTLINK HDMI EXTENDER OVER ETHERNET - H METER MODEL: BL-EXT-IP-264 BRIGHTLINK HDMI EXTENDER OVER ETHERNET - H.264-120 METER MODEL: BL-EXT-IP-264 Operating Instructions BRIGHTLINKAV.COM 1 Introduction This HDMI over IP Extender use the advanced H.264 as the compression

More information

Using RefWorks Write-N-Cite for Mac v.2.5

Using RefWorks Write-N-Cite for Mac v.2.5 Using RefWorks Write-N-Cite for Mac v.2.5 at the University of Manitoba Overview Write-N-Cite is a utility that allows users (who meet the compatibility requirements below) to run an abbreviated version

More information

SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802

SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802 SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802 Table of Contents ABOUT THIS DOCUMENT... 3 INTRODUCTION... 4 Persistence Service... 4 Streaming Service... 4 Business Essential

More information

Configuration Vestas VMP3500

Configuration Vestas VMP3500 Configuration Vestas VMP3500 1. Table of contents 1. Table of contents... 2 2. Introduction... 3 3. Vestas turbines (RCS)... 4 3.1. VMP 3500 controller... 4 3.2. Communication with the CT3230 current loop

More information

H m HDMI Wallplate Extender over IP

H m HDMI Wallplate Extender over IP Operating Instructions H.264 120m HDMI Wallplate Extender over IP Support PC Tool Control, POE, Audio Extraction at Receiver Operating Instruction 1 Introduction This HDMI Wallplate Extender over IP use

More information

LedSet User s Manual V Official website: 1 /

LedSet User s Manual V Official website:   1 / LedSet User s Manual V2.6.1 1 / 42 20171123 Contents 1. Interface... 3 1.1. Option Menu... 4 1.1.1. Screen Configuration... 4 1.1.1.1. Instruction to Sender/ Receiver/ Display Connection... 4 1.1.1.2.

More information

FS3. Quick Start Guide. Overview. FS3 Control

FS3. Quick Start Guide. Overview. FS3 Control FS3 Quick Start Guide Overview The new FS3 combines AJA's industry-proven frame synchronization with high-quality 4K up-conversion technology to seamlessly integrate SD and HD signals into 4K workflows.

More information

AudioFetch User Manual 1

AudioFetch User Manual 1 AudioFetch User Manual 1 Thank you for your purchase of: By Broadcastvision Entertainment The dynamic AudioFetch system enables Android and Apple smartphones and tablets with the AudioFetch App to receive

More information

CRYPTOGRAPHY. Sharafat Ibn Mollah Mosharraf TOUCH-N-PASS EXAM CRAM GUIDE SERIES. Special Edition for CSEDU. Students CSE, DU )

CRYPTOGRAPHY. Sharafat Ibn Mollah Mosharraf TOUCH-N-PASS EXAM CRAM GUIDE SERIES. Special Edition for CSEDU. Students CSE, DU ) Special Edition for CSEDU Students TOUCH-N-PASS EXAM CRAM GUIDE SERIES CRYPTOGRAPHY Prepared By Sharafat Ibn Mollah Mosharraf CSE, DU 12 th Batch (2005 2005-2006 2006) Table of Contents CHAPTER 1: INTRODUCTION

More information

EdgeConnect Module Quick Start Guide ITERIS INNOVATION FOR BETTER MOBILITY

EdgeConnect Module Quick Start Guide ITERIS INNOVATION FOR BETTER MOBILITY EdgeConnect Module Quick Start Guide ITERIS INNOVATION FOR BETTER MOBILITY 493456301 Rev B April 2009 Table of Contents Installation... 1 Setup... 2 Operation... 4 Live Video... 4 Video Settings... 5 Network

More information

FS1-X. Quick Start Guide. Overview. Frame Rate Conversion Option. Two Video Processors. Two Operating Modes

FS1-X. Quick Start Guide. Overview. Frame Rate Conversion Option. Two Video Processors. Two Operating Modes FS1-X Quick Start Guide Overview Matching up and synchronizing disparate video and audio formats is a critical part of any broadcast, mobile or post-production environment. Within its compact 1RU chassis,

More information

Getting Started with myevnts

Getting Started with myevnts Getting Started with myevnts Version 2.1.0 Document: Getting Started with myevnts Document Number: MYE-GSG-2.1.0 System Version: 2.1.0 Nielsen Media Research, Nielsen Homevideo Index, NSS, NTI and Pocketpiece

More information

Internet of things (IoT) Regulatory aspects. Trilok Dabeesing, ICT Authority 28 June 2017

Internet of things (IoT) Regulatory aspects. Trilok Dabeesing, ICT Authority 28 June 2017 Internet of things (IoT) Regulatory aspects 1 Trilok Dabeesing, ICT Authority 28 June 2017 2 IoT Regulatory aspects IoT - the interconnection via the Internet of computing devices embedded in everyday

More information

DigiPoints Volume 2. Student Workbook. Module 5 Headend Digital Video Processing

DigiPoints Volume 2. Student Workbook. Module 5 Headend Digital Video Processing Headend Digital Video Processing Page 5.1 DigiPoints Volume 2 Module 5 Headend Digital Video Processing Summary In this module, students learn engineering theory and operational information about Headend

More information

WiFi Time Provider v1 for Arduino Nixie Clock Operating Instructions & Construction Manual

WiFi Time Provider v1 for Arduino Nixie Clock Operating Instructions & Construction Manual WiFi Time Provider v1 for Arduino Nixie Clock Operating Instructions & Construction Manual Document V001c Contact Information If you want to get in contact with us, please email to: nixie@protonmail.ch

More information

ProStream TM Stream Processing Platform Software User Guide ProStream 1000 VERSION 6.7.X. Rev A

ProStream TM Stream Processing Platform Software User Guide ProStream 1000 VERSION 6.7.X. Rev A ProStream TM 1000 Stream Processing Platform Software User Guide ProStream 1000 VERSION 6.7.X Rev A Disclaimer Harmonic reserves the right to alter the equipment specifications and descriptions in this

More information

IP Broadcasting System. User manual

IP Broadcasting System. User manual IP Broadcasting System User manual 1. IP Broadcast System Hardware and Operating System Demands 1.1 Lowest Demands of Computer Hardware I. CPU : Intel Core Quad 3.0GHz II. RAM : 4GB III. Standard sound

More information

IOT BASED SMART ATTENDANCE SYSTEM USING GSM

IOT BASED SMART ATTENDANCE SYSTEM USING GSM IOT BASED SMART ATTENDANCE SYSTEM USING GSM Dipali Patil 1, Pradnya Gavhane 2, Priyesh Gharat 3, Prof. Urvashi Bhat 4 1,2,3 Student, 4 A.P, E&TC, GSMoze College of Engineering, Balewadi, Pune (India) ABSTRACT

More information

Network Video Decoder NVD-20. Contents

Network Video Decoder NVD-20. Contents Contents Warnings and Precautions... 4 Warranty... 5 Standard Warranty... 5 Two Year Warranty... 5 Disclaimer of Product & Services... 6 Disposal... 6 Packing List... 6 Product Overview... 7 Features...

More information

HD4112 Quad HDMI MPEG2 HD DVBT Encoder Modulator U S E R M A N U A L

HD4112 Quad HDMI MPEG2 HD DVBT Encoder Modulator U S E R M A N U A L HD4112 Quad HDMI MPEG2 HD DVBT Encoder Modulator U S E R M A N U A L HD4112 Manual Rev 1 Contents 1. GENERAL 1.1 Description 1.2 Specifications 2. INSTALLATION 2.1 What s in the Box 2.2 Connection 2.2.1

More information

Network Camera VC58SM User Manual

Network Camera VC58SM User Manual Network Camera VC58SM User Manual Safety Precaution VC58SM User Manual We appreciate your purchasing IP series. Before installing the product, please read the following with care. Make sure to turn off

More information

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide 5620 SERVICE AWARE MANAGER NTP Driver Version 1.0.0 Guide 3HE-11234-AAAA-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company names

More information

Middleware for the Internet of Things Revision : 536

Middleware for the Internet of Things Revision : 536 Middleware for the Internet of Things Revision : 536 Chantal Taconet SAMOVAR, Télécom SudParis, CNRS, Université Paris-Saclay September 2017 Outline 1. Internet of Things (IoT) 2. Middleware for the IoT

More information

An open technology stack for smart energy and industrial IoT with Grafana

An open technology stack for smart energy and industrial IoT with Grafana Svet Bajlekov AMMP Technologies An open technology stack for smart energy and industrial IoT with Grafana GrafanaCon LA, Feb 2019 Problem Traditional SCADA models have been built for an off-line era When

More information

O2D60M User s Manual. Network Camera Manual (O2D60M)

O2D60M User s Manual. Network Camera Manual (O2D60M) Network Camera Manual (O2D60M) Directions Be careful not to cause any physical damage by dropping or throwing the camera. Especially keep the device out of reach from children. Do not disassemble the camera.

More information

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM.

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM. VideoJet 8000 8-Channel, MPEG-2 Encoder ARCHITECTURAL AND ENGINEERING SPECIFICATION Section 282313 Closed Circuit Video Surveillance Systems PART 2 PRODUCTS 2.01 MANUFACTURER A. Bosch Security Systems

More information

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter.

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter. Castanet Glossary access control (on a Transmitter) Various means of controlling who can administer the Transmitter and which users can access channels on it. See administration access control, channel

More information

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP EACO Title: LTE, IOTs & OTTS Date: 13 th -17 th May 2019 Duration: 5 days Location: Kampala, Uganda Course Description: This Course is designed to: Give an

More information

CA Outbound Dialer Module. Operation Manual v1.1

CA Outbound Dialer Module. Operation Manual v1.1 CA Outbound Dialer Module Operation Manual v1.1 Poltys, Inc. 3300 N. Main Street, Suite D, Anderson, SC 29621-4128 +1 (864) 642-6103 www.poltys.com 2013, Poltys Inc. All rights reserved. The information

More information

Raptor University. Raptor System Kiosk Training. Instructor: RAPTOR TECHNOLOGIES, LLC

Raptor University. Raptor System Kiosk Training. Instructor: RAPTOR TECHNOLOGIES, LLC Raptor University Raptor System Kiosk Training Instructor: RAPTOR TECHNOLOGIES, LLC Kiosks provide self service sign in and sign out functionality for visitors, contractors, students, staff and volunteers.

More information

Basic Operations App Guide

Basic Operations App Guide Basic Operations App Guide Table of Contents 1. Outline 2. Items to Prepare 3. User Registration 4. Login 5. Connect Camera 6. Change or Delete Camera Name 7. Customer Analysis 7.1 Customer Analysis Main

More information

ESI Video Viewer User s Guide

ESI Video Viewer User s Guide ESI Video Viewer User s Guide 0450-1214 Rev. C For on-line help, visit www.esiusers.com. About ESI ESI (Estech Systems, Inc.) is a privately held corporation based in Plano, Texas. Founded in 1987, ESI

More information

Configuring Satellite RFSD-2XA For RF Signal Monitoring

Configuring Satellite RFSD-2XA For RF Signal Monitoring Configuring Satellite RFSD-2XA For RF Signal Monitoring 1. Set your Options a. From Monitoring Menu screen, select Monitor Setup and press Enter. b. From Monitor Setup menu screen, select Options, and

More information

My XDS Receiver- Affiliate Scheduler

My XDS Receiver- Affiliate Scheduler My XDS Receiver- Affiliate Scheduler The XDS distribution system represents a marked departure from the architecture and feature set of previous generations of satellite receivers. Unlike its predecessors,

More information

First Time Setup Guide

First Time Setup Guide First Time Setup Guide www.exhibio.com 1.877.EXHIBIO (394.4246) Exhibio ST-200 Components & Accessories Standing Mount TV Tuner with Input Cable (USB 2.0 only) VESA Mount Over-the-Air Antenna Power Adapter

More information

Configuration guide TDH 800 PAL output module. TDH 800 PAL output module Version A EN triax.com

Configuration guide TDH 800 PAL output module. TDH 800 PAL output module Version A EN triax.com Configuration guide TDH 800 PAL output module Model Item no. TDH 800 PAL output module 692850 692851 Version 891575A 08-2013 EN triax.com Contents Contents Introduction... 3 System requirements... 3 Computer

More information

XNET Network Dome Camera (IDC4050IR/IDC4050F/IDC4050VR/IDC4050VF) Installation Manual

XNET Network Dome Camera (IDC4050IR/IDC4050F/IDC4050VR/IDC4050VF) Installation Manual Ver. 1.1 XNET Network Dome Camera (IDC4050IR/IDC4050F/IDC4050VR/IDC4050VF) Installation Manual About this Manual A compatibility and durability test ensured this product s high performance. This manual

More information

Cisco RF Gateway 10 QAM Replication Configuration Guide

Cisco RF Gateway 10 QAM Replication Configuration Guide Cisco RF Gateway 10 QAM Replication Configuration Guide First Published: October 07, 2013 Part Number: This document provides information about the QAM replication (also known as RF spanning) in the Cisco

More information

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL

AMD-53-C TWIN MODULATOR / MULTIPLEXER AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL AMD-53-C DVB-C MODULATOR / MULTIPLEXER INSTRUCTION MANUAL HEADEND SYSTEM H.264 TRANSCODING_DVB-S2/CABLE/_TROPHY HEADEND is the most convient and versatile for digital multichannel satellite&cable solution.

More information

RF Solution for LED Display Screen

RF Solution for LED Display Screen RF Solution for LED Display Screen Introduction RF is a kind of wireless telecommunication technology, now standard IEEE802.11B is much popular. Communication speed between server and terminal can reach

More information

Matrox PowerStream Plus

Matrox PowerStream Plus Matrox PowerStream Plus User Guide 20246-301-0100 2016.12.01 Contents 1 About this user guide...5 1.1 Using this guide... 5 1.2 More information... 5 2 Matrox PowerStream Plus software...6 2.1 Before you

More information

FINALTERM EXAMINATION Fall 2008 CS101- Introduction to Computing (Session - 4)

FINALTERM EXAMINATION Fall 2008 CS101- Introduction to Computing (Session - 4) FINALTERM EXAMINATION Fall 2008 CS101- Introduction to Computing (Session - 4) Question No: 1 ( Marks: 1 ) - Please choose one Using Java Script you can write a character at random location on screen By

More information

Part 1 Basic Operation

Part 1 Basic Operation This product is a designed for video surveillance video encode and record, it include H.264 video Compression, large HDD storage, network, embedded Linux operate system and other advanced electronic technology,

More information

Micro Services Architecture: Spring Boot and Netflix Infrastructure

Micro Services Architecture: Spring Boot and Netflix Infrastructure CALL NOW: +1 415-233-4737 info@optisolbusiness.com www.optisolbusiness.com Micro Services Architecture: Spring Boot and Netflix Infrastructure Page 1 Micro services - Overview What is Micro Service? info@optisolbusiness.com

More information

Integrating Device Connectivity in IoT & Embedded devices

Integrating Device Connectivity in IoT & Embedded devices Leveraging Microsoft Cloud for IoT and Embedded Applications Integrating Device Connectivity in IoT & Embedded devices Tom Zamir IoT Solutions Specialist tom@iot-experts.net About me Tom Zamir IoT Solutions

More information

QUICK START GUIDE. IP Camera & NVR Bundle ENGLISH

QUICK START GUIDE. IP Camera & NVR Bundle ENGLISH QUICK START GUIDE IP Camera & NVR Bundle ENGLISH Table of Contents Welcome What s Included...3 Understanding Your NVR...4 Get Connected Registration...5 Connect Your Cameras...5 Connect Your NVR...6 Powering

More information

IoT Architecture for Future Building Management Embedded Lighting Controls

IoT Architecture for Future Building Management Embedded Lighting Controls 6 th International LED professional Symposium +Expo Sept 20-22, 2016 Bregenz IoT Architecture for Future Building Management Embedded Lighting Controls Walter WERNER Werner Management Services e.u., Dornbirn,

More information

FlexWATCH Smart Multi Viewer Player

FlexWATCH Smart Multi Viewer Player FlexWATCH Smart Multi Viewer Player Copyright Information Copyright 2016 Seyeon Tech Co., Ltd. All rights reserved. Use of this product and manual is subject to license. Information in this document is

More information

StreamServe Persuasion SP5 StreamServe Connect for SAP - Delivery Manager

StreamServe Persuasion SP5 StreamServe Connect for SAP - Delivery Manager StreamServe Persuasion SP5 StreamServe Connect for SAP - Delivery Manager User Guide Rev B StreamServe Persuasion SP5 StreamServe Connect for SAP - Delivery Manager User Guide Rev B SAP, mysap.com, and

More information

CamPlus IP Rugged Dome. GE Security. Video Surveillance IP Network Dome Camera. high-resolution network dome camera. Overview.

CamPlus IP Rugged Dome. GE Security. Video Surveillance IP Network Dome Camera. high-resolution network dome camera. Overview. GE Security Video Surveillance IP Network Dome Camera Overview Replace traditional analog dome cameras with the CamPlus IP Rugged Dome. The latest image sensors and digital signal processing (DSP) technology

More information

DRD 700. Quad Multistream Processor. Instruction Manual

DRD 700. Quad Multistream Processor. Instruction Manual DRD 700 Quad Multistream Processor Instruction Manual Blankom Digital GmbH TecCenter 31162 Bad Salzdetfurth Germany Phone +49 (0) 5063 / 2711-0 Fax +49 (0) 5063 / 2711-60 E-Mail info@blankom-digital.de

More information

Document History Version Comment Date

Document History Version Comment Date FAQ Inspector 2 (12) Document History Comment Date 1.04 Created 2008-09-11 Corrected the headline of S03 issue and the title name in the global header field 3 (12) Table Of Contents DOCUMENT HISTORY...

More information

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSDEM 2018 04.02.2018 Bosch Software Innovations GmbH Dr. Steffen Evers Head of Open Source Services Eclipse Kuksa Demo Open Source Connected Car Platform In-Vehicle

More information

Remote Application Update for the RCM33xx

Remote Application Update for the RCM33xx Remote Application Update for the RCM33xx AN418 The common method of remotely updating an embedded application is to write directly to parallel flash. This is a potentially dangerous operation because

More information

Managing Outage Details

Managing Outage Details CHAPTER 17 Outages or downtime refers to the time span when the network fails to provide its primary function. This chapter explains how you can create, edit, and delete planned outage. The feature provides

More information

An Inverse Evaluation of Netflix Architecture Using ATAM

An Inverse Evaluation of Netflix Architecture Using ATAM An Inverse Evaluation of Netflix Architecture Using ATAM Stefan Toth @st_toth; st@embarc.de Conceptual Flow of the ATAM http://www.sei.cmu.edu/architecture/tools/evaluate/atam.cfm Inverse ATAM http://www.sei.cmu.edu/architecture/tools/evaluate/atam.cfm

More information

5620 SAM SERVICE AWARE MANAGER AAA GNE Driver Version Guide

5620 SAM SERVICE AWARE MANAGER AAA GNE Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 8950 AAA GNE Driver Version 1.0.0 Guide 3HE-10614-AAAA-TQZZA March 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

Thesis/Dissertation Submission Guide

Thesis/Dissertation Submission Guide Thesis/Dissertation Submission Guide Table of Contents Thesis/Dissertation Submission: Overview... 1 Why Should I Submit my Thesis?... 1 Thesis Submission Process... 1 Guide for Thesis/Dissertation Writing...

More information

for the Epson Stylus Pro 4000 User s Guide

for the Epson Stylus Pro 4000 User s Guide for the Epson Stylus Pro 4000 User s Guide All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical,

More information

Composing with Courage

Composing with Courage Unit Overview What will students learn? How will students demonstrate their learning? Unit Overview Summary This unit combines students understanding of the elements of music with various stages of the

More information

PixelNet. Jupiter. The Distributed Display Wall System. by InFocus. infocus.com

PixelNet. Jupiter. The Distributed Display Wall System. by InFocus. infocus.com PixelNet The Distributed Display Wall System Jupiter by InFocus infocus.com PixelNet The Distributed Display Wall System PixelNet, a Jupiter by InFocus product, is a revolutionary new way to capture,

More information

Tvheadend - Bug #3071 Incompatible sat2ip device?

Tvheadend - Bug #3071 Incompatible sat2ip device? Tvheadend - Bug #3071 Incompatible sat2ip device? 2015-09-08 19:10 - danny skjodt Status: New Start date: 2015-09-08 Priority: Normal Due date: Assignee: % Done: 0% Category: SAT>IP Estimated time: 0.00

More information

Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG

Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG Design and Use of a DTV Monitoring System consisting of DVQ(M), DVMD/DVRM and DVRG When monitoring transmission systems it is often necessary to control the monitoring equipment and to check the measurement

More information

invr User s Guide Rev 1.4 (Aug. 2004)

invr User s Guide Rev 1.4 (Aug. 2004) Contents Contents... 2 1. Program Installation... 4 2. Overview... 4 3. Top Level Menu... 4 3.1 Display Window... 9 3.1.1 Channel Status Indicator Area... 9 3.1.2. Quick Control Menu... 10 4. Detailed

More information

Nix Eelco Dolstra. 28 October 2017

Nix Eelco Dolstra. 28 October 2017 Nix 1.12 Eelco Dolstra 28 October 2017 Status Please go forth and test! Performs database schema change, but Nix 1.11 is forwards compatible. NixOS: nix.package = pkgs.nixunstable Elsewhere: nix-env -ia

More information

Usermanual. P2K-HL3E1 1080p HDMI Extender over IP P2K-HL3E1-P 1080p HDMI Extender over IP with PoE P2K-HRSL3E1 / P2K-LHRS1E3

Usermanual. P2K-HL3E1 1080p HDMI Extender over IP P2K-HL3E1-P 1080p HDMI Extender over IP with PoE P2K-HRSL3E1 / P2K-LHRS1E3 Usermanual P2K-HL3E1 1080p HDMI Extender over IP P2K-HL3E1-P 1080p HDMI Extender over IP with PoE P2K-HRSL3E1/ P2K-LHRS1E3 P2K-HRSL3E1 / P2K-LHRS1E3 P2K-HRSL3E1-P / P2K-LHRS1E3-P Partilink Technology Co.,

More information

Operation and Installation Guide

Operation and Installation Guide Operation and Installation Guide HDS2800 Series Encoder Modulator High Definition (HD) Digital COFDM MPEG2 and H.264 Modulator with IP Multicast. 19 Rack Mount Revision 4.0 Firmware version Released File

More information

FS4 Quick Start Guide

FS4 Quick Start Guide FS4 Quick Start Guide Overview FS4 is AJA s flagship frame synchronizer and converter, offering incredible versatility and connectivity in a sleek and compact 1RU frame for all your 4K/ UltraHD/2K/HD/SD

More information

Instruction Manual Model Block Up/Downconverter

Instruction Manual Model Block Up/Downconverter Instruction Manual Model 4117-14 Block Up/Downconverter Weather Resistant Unit March 2017, Rev. J Data, drawings, and other material contained herein are proprietary to Cross Technologies, Inc., but may

More information

Digital TV. Connected. Amino Set Top Box Instructional Manual. Your pathway to the world. Digital TV powered by Celect Communications

Digital TV. Connected. Amino Set Top Box Instructional Manual. Your pathway to the world. Digital TV powered by Celect Communications Digital TV Amino Set Top Box Instructional Manual Digital TV powered by Celect Communications 328 W Main St New Auburn, WI 54757 Connected Your pathway to the world Phone (715)237-2605 Web: www.citizens-tel.net

More information

RAK566 HDMI-in Video Module

RAK566 HDMI-in Video Module RAK566 HDMI-in Video Module Specification V1.6 Shenzhen Rakwireless Technology Co.,Ltd www.rakwireless.com Mail:info@rakwireless.com Content 1 Overview... 1 1.1 Module overview... 1 1.2 Application Field...

More information

Z-IP Stream 004/008. User Guide and Installation Manual. Four or Eight Input QAM Encoder / Modulator

Z-IP Stream 004/008. User Guide and Installation Manual. Four or Eight Input QAM Encoder / Modulator Z-IP Stream 004/008 User Guide and Installation Manual Four or Eight Input QAM Encoder / Modulator MPEG-2 / H.264 HD ENCODER with QAM /IP/ & ASI Outputs Contents Safety Precautions... 3 Package Contents...

More information

DVB-T and DVB-H: Protocols and Engineering

DVB-T and DVB-H: Protocols and Engineering Hands-On DVB-T and DVB-H: Protocols and Engineering Course Description This Hands-On course provides a technical engineering study of television broadcast systems and infrastructures by examineing the

More information

Introductions o Instructor introduction o Attendee introductions Why are you here? What do you hope to learn? Do you have any special needs?

Introductions o Instructor introduction o Attendee introductions Why are you here? What do you hope to learn? Do you have any special needs? Morning Session Day 1--------9:00am Session Start Introductions o Instructor introduction o Attendee introductions Why are you here? What do you hope to learn? Do you have any special needs? Housekeeping

More information

A summary of scan conversion architectures supported by the SPx Development software

A summary of scan conversion architectures supported by the SPx Development software SPx Note Scan Conversion Architectures A summary of scan conversion architectures supported by the SPx Development software Summary The SPx library provides a number of methods of adding scan converted

More information

SIX STEPS TO BUYING DATA LOSS PREVENTION PRODUCTS

SIX STEPS TO BUYING DATA LOSS PREVENTION PRODUCTS E-Guide SIX STEPS TO BUYING DATA LOSS PREVENTION PRODUCTS SearchSecurity D ata loss prevention (DLP) allow organizations to protect sensitive data that could cause grave harm if stolen or exposed. In this

More information

Chunghwa Telecom Laboratories. CHT IoT Smart Platform and Ameba. Two-Way Communication Application. Case Instruction Document

Chunghwa Telecom Laboratories. CHT IoT Smart Platform and Ameba. Two-Way Communication Application. Case Instruction Document Chunghwa Telecom Laboratories CHT IoT Smart Platform and Ameba Two-Way Communication Application Case Instruction Document Edited by Smart IoT Institute kemin 2017/3/6 Chunghwa Telecom Smart Connection

More information

Setting up the communication between a Total Station and SiteMaster range of products

Setting up the communication between a Total Station and SiteMaster range of products Setting up the communication between a Total Station and SiteMaster range of products Before we set up the communication, one important thing to know.. Please NOTE that to check any setup and take measurements

More information

Video Extender DS128 DSRXL. Instruction Manual. 8-Port Cat5 VGA Digital Signage Broadcaster with RS232 and Audio

Video Extender DS128 DSRXL. Instruction Manual. 8-Port Cat5 VGA Digital Signage Broadcaster with RS232 and Audio DS128 DSRXL Instruction Manual Video Extender 8-Port Cat5 VGA Digital Signage Broadcaster with RS232 and Audio Cat5 VGA Digital Signage Receiver with RS232 and Audio FCC Compliance Statement This equipment

More information

3.0 Next Generation Digital Terrestrial Broadcasting

3.0 Next Generation Digital Terrestrial Broadcasting 3.0 Next Generation Digital Terrestrial Broadcasting Joel Wilhite Harmonic Inc. 1 Viewer Habits Viewing habits are changing as the population ages New viewers are born everyday - Gen X, Millennials, etc.

More information

Deltasoft Services M A N U A L LIBRARY MANAGEMENT. 1 P a g e SCHOOL MANAGEMENT SYSTEMS. Deltasoft. Services. User Manual. Aug 2013

Deltasoft Services M A N U A L LIBRARY MANAGEMENT. 1 P a g e SCHOOL MANAGEMENT SYSTEMS. Deltasoft. Services. User Manual. Aug 2013 1 P a g e Deltasoft Services User Manual Aug 2013 2 P a g e Introductions Library Management covers the following features: Books database Books grouping, Shelves management, Multiple copies, Conditions

More information

Dedicated Micros IP v3. Module Application Guide

Dedicated Micros IP v3. Module Application Guide Dedicated Micros IP V3 Module Application Guide Description This module allows IP control of the new Digital Sprite as well as the ECO9 and ECO16 models. This module was developed against an ECO9. The

More information

A better way to get visual information where you need it.

A better way to get visual information where you need it. A better way to get visual information where you need it. Meet PixelNet. The Distributed Display Wall System PixelNet is a revolutionary new way to capture, distribute, control and display video and audio

More information

IoT beyond platforms. Enabling innovation at scale

IoT beyond platforms. Enabling innovation at scale IoT beyond platforms Enabling innovation at scale Ecosystem-enabled growth, the key promise of IoT stems from the ubiquitous nature of the technology its ability to cut across service components, including

More information

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Y.4552/Y.2078 (02/2016) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET

More information

Zebra2 (PandA) Functionality and Development. Isa Uzun and Tom Cobb

Zebra2 (PandA) Functionality and Development. Isa Uzun and Tom Cobb Zebra2 (PandA) Functionality and Development Isa Uzun and Tom Cobb Control Systems Group 27 April 2016 Outline Part - I ZEBRA and Motivation Hardware Architecture Functional Capabilities Part - II Software

More information