CHES 2015 Challenge. Adrian Thillard, Ryad Benadjila, Emmanuel Prouff, Guénaël Renault, Matthieu Rivain

Size: px
Start display at page:

Download "CHES 2015 Challenge. Adrian Thillard, Ryad Benadjila, Emmanuel Prouff, Guénaël Renault, Matthieu Rivain"

Transcription

1 CHES 2015 Challenge Adrian Thillard, Ryad Benadjila, Emmanuel Prouff, Guénaël Renault, Matthieu Rivain CHES 2015 Tuesday, September 15th, St-Malo, France /39 A. Thillard, R. Benadjila CHES15 Challenge

2 CHES Challenge : goal Challenge people on CHES topics Add fun to the conference 2/39 A. Thillard, R. Benadjila CHES15 Challenge

3 CHES Challenge : general principle 1 Download 4 challenges 2 Solve their problem to retrieve flags 3 Enter flags on our website to earn points 4??? 5 PROFIT 3/39 A. Thillard, R. Benadjila CHES15 Challenge

4 Stats 250 registrations 44 retrieved at least one flag First to retrieve all the flags : 6 days - yobibe Check his awesome writeup 1!! 8 players retrieved all the flags /39 A. Thillard, R. Benadjila CHES15 Challenge

5 Winners (1/2) 1 hellman 2 yobibe (represented by Joppe BOS) 3 jybu (represented by François DASSANCE) 4 fox (represented by Ilya KIZHVATOV) 5/39 A. Thillard, R. Benadjila CHES15 Challenge

6 Winners (1/2) 1 hellman 2 yobibe (represented by Joppe BOS) 3 jybu (represented by François DASSANCE) 4 fox (represented by Ilya KIZHVATOV) 5/39 A. Thillard, R. Benadjila CHES15 Challenge

7 Winners (1/2) 1 hellman 2 yobibe (represented by Joppe BOS) 3 jybu (represented by François DASSANCE) 4 fox (represented by Ilya KIZHVATOV) 5/39 A. Thillard, R. Benadjila CHES15 Challenge

8 Winners (1/2) 1 hellman 2 yobibe (represented by Joppe BOS) 3 jybu (represented by François DASSANCE) 4 fox (represented by Ilya KIZHVATOV) 5/39 A. Thillard, R. Benadjila CHES15 Challenge

9 Winners (2/2) 5 c23 (represented by Cyril ROSCIAN) 6 Seeluna (Céline THUILLET) 7 barbapapa (represented by Julien FRANCQ) 8 OverTime (represented by Alberto BATTISTELLO) 9 dummy (represented by Peter SHWABE) 10 marsob 6/39 A. Thillard, R. Benadjila CHES15 Challenge

10 CHES Challenge : description 1 WAV file : signal analysis, SCA 2 JPG file : fun (stegano, chess, googling) 3 C file : factorisation, primes collision, SCA, fault attacks 4 PNG file : pattern matching, emulation, padding oracle, whitebox 7/39 A. Thillard, R. Benadjila CHES15 Challenge

11 Challenge 1- WAV file 8/39 A. Thillard, R. Benadjila CHES15 Challenge

12 Challenge 1- WAV file : First flag Quicken the file = voice reading letters Letters form sentences = solving recipe 9/39 A. Thillard, R. Benadjila CHES15 Challenge

13 Challenge 1- WAV file : First flag is in the spectrogram Go on pastebin = first flag and plaintexts 1 1. Note to self : do not screw with the plaintexts 0/39 A. Thillard, R. Benadjila CHES15 Challenge

14 Challenge 1- WAV file : First flag is in the spectrogram Go on pastebin = first flag and plaintexts 1 1. Note to self : do not screw with the plaintexts 10/39 A. Thillard, R. Benadjila CHES15 Challenge

15 Challenge 1- WAV file : Second flag : Getting the curves Recipe instructed to extract needles 1/39 A. Thillard, R. Benadjila CHES15 Challenge

16 Challenge 1- WAV file : Second flag : Getting the curves Recipe instructed to extract needles 1/39 A. Thillard, R. Benadjila CHES15 Challenge

17 Challenge 1- WAV file : Second flag CPA HW (Mayer-Sommer (CHES00), Brier et al. (CHES04)) = Secret Key Secret Key = flag 12/39 A. Thillard, R. Benadjila CHES15 Challenge

18 Challenge 2- JPG file 13/39 A. Thillard, R. Benadjila CHES15 Challenge

19 Challenge 2- JPG file : First flag 14/39 credit : Denelson83 A. Thillard, R. Benadjila CHES15 Challenge

20 Challenge 2- JPG file : First flag Order the cells according to their numbers Blue = STEGHIDE, phrase about helped mate Use STEGHIDE on jpg with password = previous phrase Get Gabor.txt = first flag 15/39 A. Thillard, R. Benadjila CHES15 Challenge

21 Challenge 2- JPG file : Second flag In text file : FEN notation 16/39 A. Thillard, R. Benadjila CHES15 Challenge

22 Challenge 2- JPG file : Second flag, path 1 : Solve it! 17/39 A. Thillard, R. Benadjila CHES15 Challenge

23 Challenge 2- JPG file : Second flag, path 2 : Google it! Cseh.jpg + Gabor.txt = Gabor Cseh 18/39 A. Thillard, R. Benadjila CHES15 Challenge

24 Challenge 2- JPG file : Second flag Encode each move using grid numbers (eg. G2-H4= 14,31) Secret Key = flag 19/39 A. Thillard, R. Benadjila CHES15 Challenge

25 Challenge 3- C file : Behavior 20/39 A. Thillard, R. Benadjila CHES15 Challenge

26 Challenge 3- C file : Behavior Wrong signature : Correct signature : Correct plaintext??? 21/39 A. Thillard, R. Benadjila CHES15 Challenge

27 Challenge 3- C file : First flag, path 1 : side-channel Prime generation by trial divisions Generate random - = not divisible / = divisible = random+1 22/39 A. Thillard, R. Benadjila CHES15 Challenge

28 Challenge 3- C file : First flag, path 1 : side-channel Ideal application of Finke et al. (CHES09) : Get a lot of modular equations involving the prime Solve them using CRT Factorize N 23/39 A. Thillard, R. Benadjila CHES15 Challenge

29 Challenge 3- C file : First flag, path 2 : prime collision Only 100 different primes can be generated by the server Build {N 1, N 2, } Compute gcd(n, N 1 ), gcd(n, N 2 ) Factorize N when gcd 1 4/39 A. Thillard, R. Benadjila CHES15 Challenge

30 Challenge 3- C file : First flag First ciphertext only 4 blocks Use server as decryption oracle = flag 25/39 A. Thillard, R. Benadjila CHES15 Challenge

31 Challenge 3- C file : Second flag Second ciphertext is a several hundreds of MB picture Too long to use previous method 1 ( month) 1 : Note to self : do not screw the server implementation, it could be DoS ed otherwise. 26/39 A. Thillard, R. Benadjila CHES15 Challenge

32 Challenge 3- C file : Second flag Second ciphertext is a several hundreds of MB picture Too long to use previous method 1 ( month) 1 : Note to self : do not screw the server implementation, it could be DoS ed otherwise. 26/39 A. Thillard, R. Benadjila CHES15 Challenge

33 Challenge 3- C file : Second flag, path 1 : clever server heckler Ask for decryption of random blocks of the picture Blank space = change area Black zone = useful info = decrypt foreign blocks Decryption of useful parts = flag 27/39 A. Thillard, R. Benadjila CHES15 Challenge

34 Challenge 3- C file : Second flag, path 2 : fault attack Ask for two decryptions of the same block Answer wrongly = error in the 2nd to last round = C Answer correctly = C Piret and Quisquater (CHES03) on AES decryption : (C, C) = secret key = flag 28/39 A. Thillard, R. Benadjila CHES15 Challenge

35 Challenge 4- PNG file 29/39 A. Thillard, R. Benadjila CHES15 Challenge

36 Challenge 4- PNG file : First flag Pattern matching : On cell = bit 1 Off cell = bit 0 30/39 A. Thillard, R. Benadjila CHES15 Challenge

37 Challenge 4- PNG file : First flag, path 1 : static analysis Look at strings Get flag (one of the only strings that is not obfuscated) 31/39 A. Thillard, R. Benadjila CHES15 Challenge

38 Challenge 4- PNG file : First flag, path 2 : emulation Command file = GameBoy ROM Launch a GB emulator = flag 32/39 A. Thillard, R. Benadjila CHES15 Challenge

39 Challenge 4- PNG file : Second flag, path 1 : emulation 33/39 A. Thillard, R. Benadjila CHES15 Challenge

40 Challenge 4- PNG file : Second flag, path 1 : emulation 34/39 A. Thillard, R. Benadjila CHES15 Challenge

41 Challenge 4- PNG file : Second flag, path 1 : emulation ROM is a padding oracle on AES-CBC Vaudenay s attack (EUROCRYPT02) = decryption 2 oracle Script an attack (Lua scripting with Visual Boy Advance or emulator patching) Decrypt ciphertext = flag 2. Except we have encryption here : same attack applies! 5/39 A. Thillard, R. Benadjila CHES15 Challenge

42 Challenge 4- PNG file : First flag, path 2 : WB pwning 36/39 A. Thillard, R. Benadjila CHES15 Challenge credit : yobibe

43 Challenge 4- PNG file : First flag, path 2 : WB pwning Reverse soft and GB architecture (memory banks, etc.) Break whitebox Secret key = flag 37/39 A. Thillard, R. Benadjila CHES15 Challenge

44 Acknowledgments We d like to thank the following persons for their help in the conception and testing : Aurélie Bauer, Sonia Belaïd, Guillaume Bouffard, Jean-Christophe Delaunay, Thomas Fuhr, Emilien Girault, Pierre-Michel Ricordel, Joana Treger-Marim, Philippe Valembois, Eloi Vanderbeken, and all the persons on this obscure GB-ROM dev IRC channel that insisted half an hour on the fact that implementing a crypto algorithm on the GameBoy was useless. Martin also insisted for special thanks to Jacquie & Michel. 8/39 A. Thillard, R. Benadjila CHES15 Challenge

45 Call for challenge There will be a challenge next year More information coming soon We want you!!! 39/39 A. Thillard, R. Benadjila CHES15 Challenge

Text Encryption Based on Glider in the Game of Life

Text Encryption Based on Glider in the Game of Life International Journal of Information Science 26, 6(): 2-27 DOI:.5923/j.ijis.266.2 Text Encryption Based on Glider in the Game of Life Majid Vafaei Jahan *, Faezeh Khosrojerdi Mashhad Branch, Islamic Azad

More information

ELOQUA INTEGRATION GUIDE

ELOQUA INTEGRATION GUIDE ELOQUA INTEGRATION GUIDE VERSION 2.2 APRIL 2016 DOCUMENT PURPOSE This purpose of this document is to guide clients through the process of integrating Eloqua and the WorkCast Platform and to explain the

More information

Information Extraction slides adapted from Jim Martin s Natural Language Processing class

Information Extraction slides adapted from Jim Martin s Natural Language Processing class Information Extraction slides adapted from Jim Martin s Natural Language Processing class http://www.cs.colorado.edu/~martin/csci5832/ Motivation for Information Extraction When we covered semantic analysis,

More information

Part 1. Part 2. airports100.csv contains a list of 100 US airports.

Part 1. Part 2. airports100.csv contains a list of 100 US airports. .. Fall 2007 CSC/CPE 365: Database Systems Alexander Dekhtyar.. Lab 8: PL/SQL Due date: Thursday, November 29, midnight Assignment Preparation The main part of this assignment is to be done in teams. The

More information

Using Mountain Air's Website

Using Mountain Air's Website Using Mountain Air's Website Version 1.1 January 3, 2013 2013 Mountain Air Virtual Airlines Help-Tip for learning the Website: While exploring Mountain Air's website, you will see your mouse arrow cursor

More information

A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks

A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks SWTW 2003 Max Guest & Mike Clay August Technology, Plano, TX Probe Debris & Challenges

More information

UIA-PHG 2018 HOSPITAL 21. May 29-31, th INTERNATIONAL ANNUAL SEMINAR. Breathing new life in the 21 st century hospital

UIA-PHG 2018 HOSPITAL 21. May 29-31, th INTERNATIONAL ANNUAL SEMINAR. Breathing new life in the 21 st century hospital HOSPITAL 21 Breathing new life in the 21 st century hospital UIA-PHG 2018 38 th INTERNATIONAL ANNUAL SEMINAR May 29-31,2018 Hosted by Paris Healthcare Week Porte de Versailles - Paris - France In collaboration

More information

Math Summer Packet Grade 6

Math Summer Packet Grade 6 2016-2017 Math Summer Packet Grade 6 Name: Elementary School: 6 th Grade Math Teacher: Part 1: Multiple Choice Directions: Answer every question. (1) If Lamar follows the pattern below, how many tiles

More information

Episode 13 The Beale Ciphers

Episode 13 The Beale Ciphers European section Season 3 The Beale papers Publishing information Entered according to act of Congress, in the year 1885, by J. B. Ward, in the Office of the Librarian of Congress, at Washington. Opening

More information

Dell EMC Unisphere 360

Dell EMC Unisphere 360 Dell EMC Unisphere 360 Version 9.0.1 Installation Guide REV 02 Copyright 2014-2018 Dell Inc. or its subsidiaries. All rights reserved. Published October 2018 Dell believes the information in this publication

More information

George Nicholas And Wilhelm Three Royal Cousins And The Road To World War I

George Nicholas And Wilhelm Three Royal Cousins And The Road To World War I George Nicholas And Wilhelm Three Royal Cousins And The Road To World War I We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing

More information

Kristina Ricks ISYS 520 VBA Project Write-up Around the World

Kristina Ricks ISYS 520 VBA Project Write-up Around the World VBA Project Write-up Around the World Initial Problem Online resources are very valuable when searching for the cheapest flights to any particular location. Sites such as Travelocity.com, Expedia.com,

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.4.0 Installation Guide REV 01 Copyright 2014-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this publication is accurate

More information

Analyzing the Fault Sensitivity of Secure Embedded Software

Analyzing the Fault Sensitivity of Secure Embedded Software Analyzing the Fault Sensitivity of Secure Embedded Software Patrick Schaumont Professor Bradley Department of ECE Virginia Tech Acknowledgments National Science Foundation and SRC Bilgiday Yuce, Nahid

More information

o " tar get v moving moving &

o  tar get v moving moving & Introduction You have a summer job at Amtrak with a group examining the crash between two trains. Your supervisor wants you to calculate the results of two different cases. The first is a perfectly inelastic

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.3.0 Installation Guide REV 01 Copyright 2014-2016 EMC Corporation. All rights reserved. Published in the USA. Published September 2016 EMC believes the information

More information

Time-Space Analysis Airport Runway Capacity. Dr. Antonio A. Trani. Fall 2017

Time-Space Analysis Airport Runway Capacity. Dr. Antonio A. Trani. Fall 2017 Time-Space Analysis Airport Runway Capacity Dr. Antonio A. Trani CEE 3604 Introduction to Transportation Engineering Fall 2017 Virginia Tech (A.A. Trani) Why Time Space Diagrams? To estimate the following:

More information

Air Travel: An Introduction (Higher) Selling Scheduled Air Travel (Higher)

Air Travel: An Introduction (Higher) Selling Scheduled Air Travel (Higher) National Unit Specification: general information NUMBER DF6M 12 COURSE Selling Scheduled Air Travel (Higher) SUMMARY This unit is designed to prepare candidates for employment in the retail travel industry.

More information

IACRA Procedures Starting an 8710 and Getting Affiliated with OU Aviation

IACRA Procedures Starting an 8710 and Getting Affiliated with OU Aviation IACRA Procedures Starting an 8710 and Getting Affiliated with OU Aviation INITIAL COMMERCIAL PILOT CERTIFICATION 1. Have your driver s license, medical, student pilot certificate, and ALL FAA pilot certificates

More information

ultimate traffic Live User Guide

ultimate traffic Live User Guide ultimate traffic Live User Guide Welcome to ultimate traffic Live This manual has been prepared to aid you in learning about utlive. ultimate traffic Live is an AI traffic generation and management program

More information

Spring'2016' Franziska'(Franzi)'Roesner''

Spring'2016' Franziska'(Franzi)'Roesner'' CSE$484$/$CSE$M$584:$$Computer$Security$and$Privacy$ $ Cryptography:$$ Symmetric$Encryption$[continued]$ Spring'2016' ' Franziska'(Franzi)'Roesner'' franzi@cs.washington.edu' Thanks'to'Dan'Boneh,'Dieter'Gollmann,'Dan'Halperin,'Yoshi'Kohno,'John'Manferdelli,'John'

More information

Bonita Workflow. Getting Started BONITA WORKFLOW

Bonita Workflow. Getting Started BONITA WORKFLOW Bonita Workflow Getting Started BONITA WORKFLOW Bonita Workflow Getting Started Bonita Workflow v3.0 Software January 2007 Copyright Bull SAS Table of Contents Chapter 1. New Features for Workflow...1

More information

ESPANOL SANTILLANA PRACTICE WORKBOOK HIGH SCHOOL 1 TEACHER'S EDITION

ESPANOL SANTILLANA PRACTICE WORKBOOK HIGH SCHOOL 1 TEACHER'S EDITION Read Online and Download Ebook ESPANOL SANTILLANA PRACTICE WORKBOOK HIGH SCHOOL 1 TEACHER'S EDITION DOWNLOAD EBOOK : ESPANOL SANTILLANA PRACTICE WORKBOOK HIGH Click link bellow and free register to download

More information

Pre-lab questions: Physics 1AL CONSERVATION OF MOMENTUM Spring Introduction

Pre-lab questions: Physics 1AL CONSERVATION OF MOMENTUM Spring Introduction Introduction You have a summer job at Amtrak with a group examining the crash between two trains. Your supervisor wants you to calculate the results of two different cases. The first is a perfectly inelastic

More information

Jump Chart Main Chart flagship Ship List

Jump Chart Main Chart flagship Ship List Getting Started This file helps you get started playing the game Jutland. If you have just finished installing the game, then the Jutland main program should be running soon. Otherwise, you should start

More information

Federal Aviation Administration Early Implementation Experiences

Federal Aviation Administration Early Implementation Experiences Early Implementation Experiences Presented by: Don Walker Presented to: Aircraft Electronics Association Date: February 2011 Outline 1 Errors Seen In Early Implementations 1.1 Software related 1.2 GPS

More information

1224 Splitter and CTO combo, setup instructions using the Panelview HMI

1224 Splitter and CTO combo, setup instructions using the Panelview HMI Knowledge Base Article Type: Instructions 1224 Splitter and CTO combo, setup instructions using the Panelview 1000+ HMI Description: Instructions on How to properly setup the 1224 Splitter and CTO/Clamp

More information

Marc Girault Independent expert (formerly in France Telecom Orange Labs R&D) Rue d Ulm, 4 September 2009

Marc Girault Independent expert (formerly in France Telecom Orange Labs R&D) Rue d Ulm, 4 September 2009 A new ciphertext-only cryptanalysis of the Caesar cipher based on novel semantic-based sampling techniques and application to breaking anonymity of a renowned scientist Marc Girault Independent expert

More information

Authentic Assessment in Algebra NCCTM Undersea Treasure. Jeffrey Williams. Wake Forest University.

Authentic Assessment in Algebra NCCTM Undersea Treasure. Jeffrey Williams. Wake Forest University. Undersea Treasure Jeffrey Williams Wake Forest University Willjd9@wfu.edu INTRODUCTION: Everyone wants to find a treasure in their life, especially when it deals with money. Many movies come out each year

More information

Titanic Timeline: April 2012, Titanic Visitor Centre Opens in Belfast

Titanic Timeline: April 2012, Titanic Visitor Centre Opens in Belfast In News Focus #4, we visit Belfast, Northern Ireland, once the third most industrial city in the U.K. The famous passenger liner, the Titanic was built here 100 years ago. It sailed out of Belfast in April

More information

UVACARS User Guide Version 1.0

UVACARS User Guide Version 1.0 UVACARS User Guide Version 1.0 Effective 1 February 2015 Table of Contents List of Revisions... 3 Credits... 4 Introduction... 5 Installation... 6 Using UVACARS... 8 Getting Started... 8 Preparing UVACARS

More information

Amusement Park Physics 11 Answers

Amusement Park Physics 11 Answers We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with amusement park physics

More information

SAFETY BULLETIN. One Level of Safety Worldwide Safety Bulletin No. 05SAB004 5 July 2004

SAFETY BULLETIN. One Level of Safety Worldwide Safety Bulletin No. 05SAB004 5 July 2004 IFLP SFETY BULLETIN THE GLOBL VOICE OF PILOTS One Level of Safety Worldwide Safety Bulletin No. 05SB004 5 July 2004 CS II - TCS II and VFR traffic This Document was produced in co-operation with EUROCTROL

More information

Predicting flight routes with a Deep Neural Network in the operational Air Traffic Flow and Capacity Management system

Predicting flight routes with a Deep Neural Network in the operational Air Traffic Flow and Capacity Management system FEB 2018 EUROCONTROL Maastricht Upper Area Control Centre Predicting flight routes with a Deep Neural Network in the operational Air Traffic Flow and Capacity Management system Trajectory prediction is

More information

The University of California. Change of Status to F-1 or J-1 (for Students)

The University of California. Change of Status to F-1 or J-1 (for Students) The University of California Change of Status to F-1 or J-1 (for Students) About This Guide The purpose of this guide is to provide general information about changing to F-1, or J-1, student nonimmigrant

More information

GDC Services Access via PDA. User Guide

GDC Services Access via PDA. User Guide GDC Services Access via PDA User Guide Usage Instructions Once the application is open on your PDA and you are connected to the Internet (either a wireless connection or linked to a computer via ActiveSync),

More information

Camp Roosevelt February 22-24, 2019 The High Adventure Chill Out is a chance to join in one of the oldest traditions in Boy Scout history.

Camp Roosevelt February 22-24, 2019 The High Adventure Chill Out is a chance to join in one of the oldest traditions in Boy Scout history. Camp Roosevelt February 22-24, 2019 The High Adventure Chill Out is a chance to join in one of the oldest traditions in Boy Scout history. It's a wonderful opportunity for units to come together as a Council

More information

Kat s Artist Tree W Van Buren St Goodyear, AZ

Kat s Artist Tree W Van Buren St Goodyear, AZ at 2018 Kat s Artist Tree 13770 W Van Buren St Goodyear, AZ 85338 623-792-7000 www.katsartisttree.com info@katsartisttree.com Little Artist Camp (ages 3-6) June 4th - 8th 9:30-12:00 $165 July 23rd - July

More information

By Prabath Siriwardena, WSO2

By Prabath Siriwardena, WSO2 By Prabath Siriwardena, WSO2 Why OpenID??? Too many passwords Duplicated profiles everywhere Oops..!!! My favorite user name GONE!!! Why OpenID??? OpenID solves them all!!! Single user name/password Single

More information

FSXmap.com. Interactive Airport and Runway map for Flight Simulator X

FSXmap.com. Interactive Airport and Runway map for Flight Simulator X FSXmap.com Interactive Airport and Runway map for Flight Simulator X Thank you for your interest in FSXmap.com! This is an interactive Airport and Runway map targeted for Microsoft Flight Simulator X (onwards

More information

Tekla looks up in New York:

Tekla looks up in New York: Tekla looks up in New York: What s the secret to delivering the largest commercial construction project in US history, across project partners and platforms? David Lash: Product Manager 1 In the next 15

More information

Paratransit Advisory Committee (PAC)

Paratransit Advisory Committee (PAC) Paratransit Advisory Committee (PAC) November 14, 2017 Meeting Minutes Meeting commenced at 5:05 p.m. PAC Attendees: Thomas Coppola, David H. DePorte, Sharlene Kraft, Ketrina Hazell, Jean Ryan, Ellen Rubin,

More information

Angel Flight Information Database System AFIDS

Angel Flight Information Database System AFIDS Pilot s Getting Started Guide Angel Flight Information Database System AFIDS Contents Login Instructions... 3 If you already have a username and password... 3 If you do not yet have a username and password...

More information

A. Karakasidis 1, V. S. Verykios 2 and P. Christen 3

A. Karakasidis 1, V. S. Verykios 2 and P. Christen 3 A. Karakasidis 1, V. S. Verykios 2 and P. Christen 3 1 Department of Computer and Communication Engineering University of Thessaly Volos, Greece akarakasidis@inf.uth.gr 2 School of Science and Technology

More information

Little Red Schoolhouse Newsletter- September 2017

Little Red Schoolhouse Newsletter- September 2017 Little Red Schoolhouse Newsletter- September 2017 Welcome to another fun-filled school year at Little Red! We are excited to begin our 17 th year (wow!) with your children, and have a lot of fun and learning

More information

Airport Runway Location and Orientation. CEE 4674 Airport Planning and Design

Airport Runway Location and Orientation. CEE 4674 Airport Planning and Design Airport Runway Location and Orientation CEE 4674 Airport Planning and Design Dr. Antonio A. Trani Professor of Civil Engineering Virginia Tech Virginia Tech 1 of 24 Runway Location Considerations The following

More information

Airline Boarding Schemes for Airbus A-380. Graduate Student Mathematical Modeling Camp RPI June 8, 2007

Airline Boarding Schemes for Airbus A-380. Graduate Student Mathematical Modeling Camp RPI June 8, 2007 Airline Boarding Schemes for Airbus A-380 Anthony, Baik, Law, Martinez, Moore, Rife, Wu, Zhu, Zink Graduate Student Mathematical Modeling Camp RPI June 8, 2007 An airline s main investment is its aircraft.

More information

Introduction & Admin. Online UAS Training Courses. Virtual Meet & Greet

Introduction & Admin. Online UAS Training Courses. Virtual Meet & Greet Introduction & Admin Online UAS Training Courses Virtual Meet & Greet Introduction Aim 1. Organise your thoughts - Overview of the Course Material - A framework for developing Expertise. 2. Get started

More information

SAVOIR industrial perspectives Thales Alenia Space View

SAVOIR industrial perspectives Thales Alenia Space View SAVOIR industrial perspectives Thales Alenia Space View 83230910-DOC-TAS-EN-001 23rd of october 2012 Jacques Busseuil Presentation summary 2 SAVOIR immediate benefits SAVOIR major actions Interfaces harmonization

More information

Your Logistics Solution for Maritime and Industrial Needs

Your Logistics Solution for Maritime and Industrial Needs Your Logistics Solution for Maritime and Industrial Needs 1 1/6/2017 1/6/2017 The Evolution of Excellence 2 1948 Brest FL KUHN 1972 Brest U.A.T 1990 Lorient R. LE BRAS 1994 Nantes SOGEBRAS 1994 Montoir

More information

Monitoring & Control Tim Stevenson Yogesh Wadadekar

Monitoring & Control Tim Stevenson Yogesh Wadadekar Monitoring & Control Tim Stevenson Yogesh Wadadekar Monitoring & Control M&C is not recognised as an SPDO Domain However the volume of work carried out in 2011 justifies a Concept Design Review M&C is

More information

BRANDING & MEDIA GUIDELINES FOR GR ANTEES IN INDIA

BRANDING & MEDIA GUIDELINES FOR GR ANTEES IN INDIA BRANDING & MEDIA GUIDELINES FOR GR ANTEES IN INDIA Please ensure that this information is shared with the person in your organisation who is responsible for communications. OVERVIEW We do not require acknowledgement

More information

Aircraft Noise. Why Aircraft Noise Calculations? Aircraft Noise. SoundPLAN s Aircraft Noise Module

Aircraft Noise. Why Aircraft Noise Calculations? Aircraft Noise. SoundPLAN s Aircraft Noise Module Aircraft Noise Why Aircraft Noise Calculations? Aircraft Noise Aircraft noise can be measured and simulated with specialized software like SoundPLAN. Noise monitoring and measurement can only measure the

More information

Applicability / Compatibility of STPA with FAA Regulations & Guidance. First STAMP/STPA Workshop. Federal Aviation Administration

Applicability / Compatibility of STPA with FAA Regulations & Guidance. First STAMP/STPA Workshop. Federal Aviation Administration Applicability / Compatibility of STPA with FAA Regulations & Guidance First STAMP/STPA Workshop Presented by: Peter Skaves, FAA Chief Scientific and Technical Advisor for Advanced Avionics Briefing Objectives

More information

1. Introduction. 2.2 Surface Movement Radar Data. 2.3 Determining Spot from Radar Data. 2. Data Sources and Processing. 2.1 SMAP and ODAP Data

1. Introduction. 2.2 Surface Movement Radar Data. 2.3 Determining Spot from Radar Data. 2. Data Sources and Processing. 2.1 SMAP and ODAP Data 1. Introduction The Electronic Navigation Research Institute (ENRI) is analysing surface movements at Tokyo International (Haneda) airport to create a simulation model that will be used to explore ways

More information

Information security supplier rules. Information security supplier rules

Information security supplier rules. Information security supplier rules Information security supplier rules TABLE OF CONTENTS 1 SCOPE... 3 2 DEFINITIONS AND ACRONYMS... 3 3 RESPONSIBILITIES... 3 4 GENERAL RULES... 3 4.1 PURPOSE OF INFORMATION PROCESSING... 3 4.2 CONFIDENTIALITY

More information

LIFE TRAVEL THE MIDDLE SEAT. American, Delta, United and others are prepping streamlined systems that could skew their lost-luggage stats

LIFE TRAVEL THE MIDDLE SEAT. American, Delta, United and others are prepping streamlined systems that could skew their lost-luggage stats This copy is for your personal, non commercial use only. To order presentation ready copies for distribution to your colleagues, clients or customers visit http://www.djreprints.com. https://www.wsj.com/articles/a

More information

Japan Tokyo, Japan. Non-fiction: Japan - Tokyo. founded started, established 2. metropolitan of a large city; belonging to a large city 3

Japan Tokyo, Japan. Non-fiction: Japan - Tokyo. founded started, established 2. metropolitan of a large city; belonging to a large city 3 Non-fiction: Japan - Tokyo Japan Tokyo, Japan Tokyo is Japan s capital and largest city. It s also one of the largest cities in the world. Founded 1 in 1457, Tokyo has grown into a major part of a metropolitan

More information

Instructions for Parents Registering Children for Camp Walter Johnson

Instructions for Parents Registering Children for Camp Walter Johnson Instructions for Parents Registering Children for Camp Walter Johnson These instructions are for parents to create a registration profile for your own child and will complete the child s health history

More information

IACRA Procedures Starting an 8710 and Getting Affiliated with OU Aviation

IACRA Procedures Starting an 8710 and Getting Affiliated with OU Aviation IACRA Procedures Starting an 8710 and Getting Affiliated with OU Aviation MULTI-ENGINE COMMERCIAL PILOT CERTIFICATION 1. Have your driver s license, medical, student pilot certificate, and ALL FAA pilot

More information

Japanese Traditional Music Program

Japanese Traditional Music Program Japanese Traditional Music Program Children s Music Summer Camp Program Information June 25 June 29, 2018 9:00am 4:00pm Tuition Fee: $250 Dear Morikami Music Summer Campers, We at the Morikami Museum and

More information

UNIVERSAL GUEST ACCOUNT QUICK REFERENCE GUIDE

UNIVERSAL GUEST ACCOUNT QUICK REFERENCE GUIDE UNIVERSAL GUEST ACCOUNT QUICK REFERENCE GUIDE ENTERPRISE MANAGEMENT USING THIS GUIDE This guide displays the screens that a guest will experience when they log into and navigate the Universal Guest Account.

More information

Official FAI event under IGC rules FAI 15m class or below No index handicap, Limited loading 50kg/m² Regatta start, SGP scoring & rules

Official FAI event under IGC rules FAI 15m class or below No index handicap, Limited loading 50kg/m² Regatta start, SGP scoring & rules Official FAI event under IGC rules FAI 15m class or below No index handicap, Limited loading 50kg/m² Regatta start, SGP scoring & rules SAILPLANE GRAND PRIX RULES & LOCAL RULES FOR BUNO 2017 Schedule,

More information

DOWNLOAD OR READ : USCIS GOV QUESTION AND ANSWER PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : USCIS GOV QUESTION AND ANSWER PDF EBOOK EPUB MOBI DOWNLOAD OR READ : USCIS GOV QUESTION AND ANSWER PDF EBOOK EPUB MOBI Page 1 Page 2 uscis gov question and answer uscis gov question and pdf uscis gov question and answer On April 10, USCIS used a computer-generated

More information

Strategic Management. 24 November Examination Paper. Time: 2 hours

Strategic Management. 24 November Examination Paper. Time: 2 hours Strategic Management 24 November 2015 Examination Paper Answer any THREE (3) questions. Clearly cross out surplus answers. Failure to do this will result in only the first THREE (3) answers being marked.

More information

SIMULATION TECHNOLOGY FOR FREE FLIGHT SYSTEM PERFORMANCE AND SURVIVABILITY ANALYSIS

SIMULATION TECHNOLOGY FOR FREE FLIGHT SYSTEM PERFORMANCE AND SURVIVABILITY ANALYSIS SIMULATION TECHNOLOGY FOR FREE FLIGHT SYSTEM PERFORMANCE AND SURVIVABILITY ANALYSIS John C Knight, Stavan M Parikh, University of Virginia, Charlottesville, VA Abstract Before new automated technologies

More information

2016 Council Camporee. Leaders Guide

2016 Council Camporee. Leaders Guide 2016 Council Camporee Leaders Guide Dear Leaders: Rio Grande Council Boy Scouts of America The annual Rio Grande Council Camporee will be held April 22-24 at Camp Perry. Congratulations to last year s

More information

Bioinformatics of Protein Domains: New Computational Approach for the Detection of Protein Domains

Bioinformatics of Protein Domains: New Computational Approach for the Detection of Protein Domains Bioinformatics of Protein Domains: New Computational Approach for the Detection of Protein Domains Maricel Kann Assistant Professor University of Maryland, Baltimore County mkann@umbc.edu Maricel Kann.

More information

etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1.

etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1. etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1.1) October 2006 CA Inc. Solution Engineering Team 100 Staples Drive Framingham,

More information

INTERNATIONAL CIVIL AVIATION ORGANIZATION AFI REGION AIM IMPLEMENTATION TASK FORCE. (Dakar, Senegal, 20 22nd July 2011)

INTERNATIONAL CIVIL AVIATION ORGANIZATION AFI REGION AIM IMPLEMENTATION TASK FORCE. (Dakar, Senegal, 20 22nd July 2011) IP-5 INTERNATIONAL CIVIL AVIATION ORGANIZATION AFI REGION AIM IMPLEMENTATION TASK FORCE (Dakar, Senegal, 20 22nd July 2011) Agenda item: Presented by: Implementation of a African Regional Centralised Aeronautical

More information

Using STAMP to Address Causes and Preventive Measures of Mid-Air Collisions in Visual Flight

Using STAMP to Address Causes and Preventive Measures of Mid-Air Collisions in Visual Flight Using STAMP to Address Causes and Preventive Measures of Mid-Air Collisions in Visual Flight Ioana Koglbauer 1 and Nancy Leveson 2 1 Graz University of Technology, Austria, 2 Massachusetts Institute of

More information

INFORMATION FOR COMPLETING THE FORM at

INFORMATION FOR COMPLETING THE FORM at ONLINE APPLICATION FOR THE HOTEL PROPERTY AWARD 2018 INFORMATION FOR COMPLETING THE FORM at www.hotelforum.submit.to/ Please first read these instructions before preparing the necessary documents and then

More information

Mathcad 14.0 Curriculum Guide

Mathcad 14.0 Curriculum Guide Mathcad 14.0 Curriculum Guide NOTE: For a graphical depiction of the curriculum based on job role, please visit this page: http://www.ptc.com/services/edserv/learning/paths/ptc/mc_14.htm Live Classroom

More information

KTRK Flight Tracking System, VNOMS, Altitudes and Positional Calculations

KTRK Flight Tracking System, VNOMS, Altitudes and Positional Calculations KTRK Flight Tracking System, VNOMS, Altitudes and Positional Calculations Prepared by: Joseph A. LaMacchia August 17, 2015 Proprietary Information 1 Noise Complaint Details VNOMS Data and Flight Path Flight

More information

Mathcad 140 Curriculum Guide

Mathcad 140 Curriculum Guide Mathcad 140 Curriculum Guide Live Classroom Curriculum Guide Mathcad 14.0 Essentials Using Advanced Programming Techniques with Mathcad 14.0 Using Advanced Plotting Techniques with Mathcad 14.0 Configuring

More information

François CAHUZAC / Arnaud BIARD

François CAHUZAC / Arnaud BIARD Sixth IAASS-Session 2 Regulations and standards for safety FSOA AND ASSOCIATED REGULATIONS APPLIED TO FUTURE EUROPEAN LAUNCHERS A5 ES GALILEO, A5ME, A6 François CAHUZAC / Arnaud BIARD Date : 2013, May

More information

5 Give the students Worksheet 4. Ask them to. 6 Ask the students to look at the second part of. 7 Give the students a copy of Worksheet 5 and ask

5 Give the students Worksheet 4. Ask them to. 6 Ask the students to look at the second part of. 7 Give the students a copy of Worksheet 5 and ask TEACHER S NOTES Lesson length: 60-75 minutes Aim: Students learn and practise giving thanks in a variety of situations Main aim: presentation and practice of aviation-related vocabulary Subsidiary aims:

More information

Integration of Hotel Room Reservation and Travel Agency

Integration of Hotel Room Reservation and Travel Agency Integration of Hotel Room Reservation and Travel Agency Sam Sun Department of Industrial Engineering and Engineering Management, National Tsing Hua University, No. 101, Section 2, Kuang-Fu Road, Hsinchu,

More information

2019 Sycamore Valley Day Camp Information

2019 Sycamore Valley Day Camp Information 2019 Sycamore Valley Day Camp Information Girl Scouts of Central Indiana is happy that you will be part of the 2018 Summer Day Camp program. We hope your experience will be a valuable one. If you have

More information

CDM Quick Reference Guide. Concepts I Need to Know for the Exam

CDM Quick Reference Guide. Concepts I Need to Know for the Exam CDM Quick Reference Guide Concepts I Need to Know for the Exam 1 What is the principle behind CDM? Sharing information between: ATC (al parts System Command & Control, Centers, TRACONS, Towers) Airlines

More information

Flight Crew Operating Manual STANDARD OPERATING PROCEDURES

Flight Crew Operating Manual STANDARD OPERATING PROCEDURES CONTENTS 9.00.01 P 2 9.00.01 CONTENTS... 2 9.01.01 CONFIGURE... 3 9.01.02 CONFIGURE... 4 9.02.01 START... 5 9.02.02 START... 6 9.03.01 REFUEL... 7 9.03.02 REFUEL... 8 9.04.01 STATUS... 9 9.05.01 FDR...

More information

OHIO STATE UNIVERSITY EXTENSION

OHIO STATE UNIVERSITY EXTENSION 2018 Clark Co. 4-H Camp Counselor/CIT Commitment & Contract Return Completed and Signed at 4-H Camp Counselor/CIT Interview I will: Maintain my Clark County 4-H membership in good standing and/or become

More information

Important! You need to print out the 2 page worksheet you find by clicking on this link and take it with you to your lab session.

Important! You need to print out the 2 page worksheet you find by clicking on this link and take it with you to your lab session. 1 PHY 123 Lab 5 - Linear Momentum (updated 10/9/13) In this lab you will investigate the conservation of momentum in one-dimensional collisions of objects. You will do this for both elastic and inelastic

More information

HardSID Uno / UPlay user s guide HardSID Uno HardSID UPlay

HardSID Uno / UPlay user s guide HardSID Uno HardSID UPlay HardSID Uno / UPlay user s guide HardSID Uno HardSID UPlay HardSID Uno / UPlay user s guide 2010 Hard Software, Hungary 1 Safety information... 4 Introduction:... 5 Package contents... 5 System requirements...

More information

Scalable Runtime Support for Data-Intensive Applications on the Single-Chip Cloud Computer

Scalable Runtime Support for Data-Intensive Applications on the Single-Chip Cloud Computer Scalable Runtime Support for Data-Intensive Applications on the Single-Chip Cloud Computer Anastasios Papagiannis and Dimitrios S. Nikolopoulos, FORTH-ICS Institute of Computer Science (ICS) Foundation

More information

Impact of Landing Fee Policy on Airlines Service Decisions, Financial Performance and Airport Congestion

Impact of Landing Fee Policy on Airlines Service Decisions, Financial Performance and Airport Congestion Wenbin Wei Impact of Landing Fee Policy on Airlines Service Decisions, Financial Performance and Airport Congestion Wenbin Wei Department of Aviation and Technology San Jose State University One Washington

More information

Setup and Configure the Siteminder Policy Store with Dxmanager

Setup and Configure the Siteminder Policy Store with Dxmanager One CA Plaza Islandia, NY 11749 T +1 631 342 6000 F +1 631 342 6800 ca.com June 20, 2013 Customer Request Number: N/A System/Application: Policy Server Module: Siteminder Policy Store with DXmanager Request

More information

The AeroKurier Online Contest Not Just for Computer Nerds

The AeroKurier Online Contest Not Just for Computer Nerds The AeroKurier Online Contest Not Just for Computer Nerds You ve probably heard pilots talk about uploading flight claims to the OLC, but you ve probably also heard some horror stories about how hard it

More information

I hike USER EXPERIENCE BRIEF

I hike USER EXPERIENCE BRIEF I hike USER EXPERIENCE BRIEF Henri Yuan MARCH 24th, 2016 Introduction The idea of I HIKE starts with the frustration of trying to locate hiking trails myself. Often time, I find myself sitting in front

More information

PAGES SAMPLE. GRIVAS PUBLICATIONS 2004 ll rights reserved

PAGES SAMPLE. GRIVAS PUBLICATIONS 2004 ll rights reserved GRIVAS PUBLICATIONS 2004 ll 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, photocopying,

More information

Pass The Cabin Crew Panel Interview In 12 Hours: Great Answers For Maximum Impact By Carrie Loren READ ONLINE

Pass The Cabin Crew Panel Interview In 12 Hours: Great Answers For Maximum Impact By Carrie Loren READ ONLINE Pass The Cabin Crew Panel Interview In 12 Hours: Great Answers For Maximum Impact By Carrie Loren READ ONLINE If you are searched for a ebook by Carrie Loren Pass the Cabin Crew Panel Interview in 12 Hours:

More information

An Online Airline Reservation Information System Case

An Online Airline Reservation Information System Case We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with an online airline reservation

More information

Anchorage Radio Standard Operating Guidelines

Anchorage Radio Standard Operating Guidelines Anchorage Radio Standard Operating Guidelines Anchorage ARTCC Effective: 1-October-2011 Created by: Kenneth Haught, 1067681 Anchorage Radio Standard Operating Guidelines Page 1 of 13 Contents Mission Statement

More information

Iata Airport Handling Manual Free Download

Iata Airport Handling Manual Free Download We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with iata airport handling

More information

EE382V: Embedded System Design and Modeling

EE382V: Embedded System Design and Modeling EE382V: Embedded System Design and Methodologies, Models, Languages Andreas Gerstlauer Electrical and Computer Engineering University of Texas at Austin gerstl@ece.utexas.edu : Outline Methodologies Design

More information

1. Where Should you Send your EB-2 NIW (National Interest Waiver) Petition Package:

1. Where Should you Send your EB-2 NIW (National Interest Waiver) Petition Package: How to File an EB-2 NIW (National Interest Waiver) Case To file an EB-2 NIW (National Interest Waiver) Case, you need to fill an I-140 form (Immigrant Petition for Alien Workers) and send the petition

More information

ROLLER COASTER POLYNOMIALS

ROLLER COASTER POLYNOMIALS Math 3 Honors ROLLER COASTER POLYNOMIALS (PART 1: Application problems small group in class) (PART 2: Individual roller coaster design) Purpose: In real life, polynomial functions are used to design roller

More information

electronica Automotive Conference International Conference on Technologies and Strategies for Automotive Electronics and Components

electronica Automotive Conference International Conference on Technologies and Strategies for Automotive Electronics and Components Connecting Global Competence electronica Automotive Conference International Conference on Technologies and Strategies for Automotive Electronics and Components November 12, 2018 Messe München co-located

More information

Introduction Aircraft Flight Mechanics Performance

Introduction Aircraft Flight Mechanics Performance We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with introduction aircraft

More information

Polynomial Roller Coaster

Polynomial Roller Coaster Math Objectives Students will determine and analyze a polynomial model for a section of roller coaster track. Students will utilize translations to adjust their model to fit various criteria. Students

More information