RIPE NCC Measurements Tools Workshop

Size: px
Start display at page:

Download "RIPE NCC Measurements Tools Workshop"

Transcription

1 RIPE NCC Measurements Tools Workshop Solutions Booklet September 2014

2 Introduction These exercises are part of the RIPE NCC Measurements and Tools Workshop they should help you to better understand the tools that the RIPE NCC provides. This course material and available updates can be found at: We hope you enjoy this course Vesna Manojlovic, Ferenc Csorba, Christian Teuschel September 2014 "2

3 RIPE NCC Tools Workshop September 2014 "3

4 Exercise A: Querying for a Resource in RIPEstat Tasks: In this exercise, you are going to use RIPEstat to query for resources (IP address ranges, AS Numbers) and find out more details about them. 1. Go to RIPEstat: 2. What network announces ? /16 from AS Is routed? Yes, it is announced by DTAG AS In which country is /23 used? Uzbekistan 5. What is its corresponding inetnum object? /22 6. What widget provides real-time routing status? Looking Glass 7. By what percent did the number of prefixes announced within Greece increase over the last two years? to : 12% ASN: ~ 3% IPv4: ~ 16% IPv6: ~ 63% 8. How would you share interesting network events with a colleague? After querying the resource in question, and setting the optimal zoom and/or timescale, use the permalink button on the result page or for an individual widget. September 2014 "4

5 Exercise B: BGPlay Tasks: In this exercise use the BGPlay widget to find the answers. 1. Go to RIPEstat: 2. After making a query, find the BGPlay widget on the Routing tab. 3. Find the up-stream provider for AS1205: AS1853 (go to stat.ripe.net/ bgplay and enter AS1205) 4. Is AS3333 multi-homed? Yes (e.g. AS1103, AS1299, etc.) 5. Check the IPv6 connectivity of your own network: Type in your IPv6 prefix and see whether there are any networks connecting your AS. September 2014 "5

6 Exercise C: Handling Abuse Tasks: In this exercise, you will find who to contact in the case of abuse (hacking, spamming, etc.). 1. What is the abuse contact for ? 2. What is the abuse contact for the hotel network? Go to stat.ripe.net, find the hotel s network under Your network, query this network and find the abuse contact from the Anti-abuse Contact Finder widget. 3. What is the abuse contact for your home network Look up an IP address from your prefix and find the abuse contact from the Anti-abuse Contact Finder widget. 4. Discussion: What can you do in the following cases? No abuse contact found: Find the website of the company that is holding this address space and try to find a contact there. Because of ripe-563, which makes having an abuse contact mandatory, these cases are becoming rarer, but dealing with invalid abuse contacts or getting no reply cases are becoming more frequent. No response to an abuse report: Again, find the website of the company and try to find a contact there. Some companies ignore s sent to the abuse contact, which is a known problem. September 2014 "6

7 Exercise D: MyView Tasks: In this exercise, you will use the MyView feature to select and arrange the RIPEstat widgets that you would like to have in your own personalised tab. 1. Create a RIPE Access account (if you don t already have one): 2. Create a MyView tab for a prefix containing the following widgets: Routing Status Looking Glass Routing History Create a MyView tab and drag and drop the mentioned widgets (click on their title and drag) to the newly created MyView tab. 3. Create another MyView tab with a least two widgets and give it a meaningful name. September 2014 "7

8 Exercise E: Comparing Results in RIPEstat Tasks : In this exercise you will compare results in RIPEstat. 1. No login required. 2. At the top of the RIPEstat page, go the the Use Cases > Compare Results menu. 3. Add widgets AND query for a resource (IP address, ASN, etc.) for each widget. First select a widget from the drop down list, then enter a resource (IP or ASN). By hovering over the input box for the resource, you will see what resources are supported. Click Add and the widget with the given resource will appear in the space below. The maximum number of widgets you can compare at one time is six. 4. You will get a results page with widgets and data. Share this page via a permanent link. Use the permalink button to create the permalink and then copy it to share it. September 2014 "8

9 Exercise F: RIPEstat Use Cases Tasks : In this exercise we discuss common issues that network operators may encounter and try to solve them using RIPEstat. September 2014 "9

10 Exercise G: Analyse The Result of RIPE Atlas measurement Tasks : In this exercise you will analyse the output of a public ping measurement. For this purpose, we use measurement with ID , which is an IPv6 ping measurement targeting You can also access other measurements either by using the measurement overview in RIPE Atlas or the RIPE Atlas Measurement Target widget in RIPEstat. RIPE Atlas: Measurement data since : measurement/ /result/?start= Find out how many times the RTT was above 60ms, either by using Python or Javascript. For the Javascript solution, you can use this as a starting point: Python: 1. Save the measurement(s) locally curl start= > measurement.json 2. Parse json and find total avg: import json f = open( measurement.json, r ) measurements = json.load(f) for m in measurements: for r in m[ result ]: rtt = r[ rtt ] if rtt > 60: i += 1 September 2014 "10

11 i must be > than Javascript: <script> var dataapiurl = " jquery.ajax({ }); url: dataapiurl, error: function() { }, alert("error"); success: function( response ) { }, var i = 0; for ( var i = 0, n = response.length; i < n; i++) { } var measurement = response[i]; for ( var j = 0, m = measurement.result.length; j < m; j++) { var rtt = measurement.result[j].rtt; console.log(rtt); if (rtt > 60) i++; } jquery("p").html("the RTT has been above 60ms for " + i + " times"); datatype: "jsonp" </script> September 2014 "11

12 Exercise H: Create A RIPE Atlas Measurement Tasks : In this exercise you will create a simple ping measurement towards a target of your choice. This measurement should only run for two days. 1. Log into the RIPE Atlas website and go to My Atlas > Measurements. 2. On the bottom of this page, create a new measurement under New Measurement. For details on how to create this specific measurement, see the slides about creating a measurement. September 2014 "12

13 Exercise I: Set Up Status Check with RIPE Atlas Tasks : In this exercise you set up and configure a Status Check for an existing IPv6 ping measurement targeting Configure the Status Check in such a way that you will get an alert for this measurement. Set the median RTT to a lower level: median_rtt_threshold=10 September 2014 "13

RIPE NCC Measurements and Tools Training Course

RIPE NCC Measurements and Tools Training Course RIPE NCC Measurements and Tools Training Course Solutions Booklet January 2018 Introduction This course material and available updates can be found under http:// www.ripe.net/lir-services/training/courses

More information

Workshop: Advanced RIPE Atlas Usage. Daniel Quinn, Massimo Candela, Chris Amin, Johan ter Beest, Philip Homburg RIPE NCC

Workshop: Advanced RIPE Atlas Usage. Daniel Quinn, Massimo Candela, Chris Amin, Johan ter Beest, Philip Homburg RIPE NCC Workshop: Advanced RIPE Atlas Usage Daniel Quinn, Massimo Candela, Chris Amin, Johan ter Beest, Philip Homburg RIPE NCC RIPE70 Amsterdam May 2015 Overview 2 Finding public measurements (5 minutes) - Exercise:

More information

RIPE NCC Measurements and Tools Training Course

RIPE NCC Measurements and Tools Training Course RIPE NCC Measurements and Tools Training Course Exercise Booklet April 2018 Introduction This course material and available updates can be found under http://www.ripe.net/lir-services/training/courses

More information

Using RIPE Atlas for network measurement and monitoring

Using RIPE Atlas for network measurement and monitoring Using RIPE Atlas for network measurement and monitoring Sebastian Castro, NZRS (Material kindly provided by RIPE NCC) APRICOT, ruary Goals Learn how to: Benefit from using RIPE Atlas measurements for network

More information

RIPE NCC Measurements Tools Workshop. Amsterdam September 2014

RIPE NCC Measurements Tools Workshop. Amsterdam September 2014 RIPE NCC Measurements Tools Workshop Amsterdam September 2014 Overview 1 - RIPEstat 2 RIPEstat Introduction to RIPE and the RIPE NCC Introduction to RIPEstat More about widgets List of widgets Exercise:

More information

RIPE NCC Services & Activities

RIPE NCC Services & Activities RIPE NCC Services & Activities NaMeX Regional Meeting 2013, Paestum, Italy, 21 June 2013 Mirjam Kühne, RIPE NCC Overview What is the RIPE NCC Services for members and public services Tools and Measurements

More information

RIPE NCC Technical Services

RIPE NCC Technical Services RIPE NCC Technical Services France-IX General Meeting 26 September 2013 Mirjam Kühne, Xavier Le Bris, RIPE NCC Overview What is the RIPE NCC Services for members and public services IP address policy update

More information

RIPE NCC Measurements and Tools. Training Course

RIPE NCC Measurements and Tools. Training Course RIPE NCC Measurements and Tools Training Course Training Services RIPE NCC January 2018 Schedule 09:00-09:30 11:00-11:15 13:00-14:00 15:30-15:45 17:30 Coffee, Tea Break Lunch Break End 2 Introduction Name

More information

Data and measurement tools from the RIPE NCC. Robert Kisteleki RIPE NCC R&D

Data and measurement tools from the RIPE NCC. Robert Kisteleki RIPE NCC R&D Data and measurement tools from the RIPE NCC Robert Kisteleki RIPE NCC R&D Table of Contents Today s topics: RIPEstat to know more about resources RIPE Atlas to run Internet measurements yourself, and

More information

RIPE NCC Technical Services. Kaveh Ranjbar, Chief Information Officer

RIPE NCC Technical Services. Kaveh Ranjbar, Chief Information Officer RIPE NCC Kaveh Ranjbar, Chief Information Officer MENOG 15 Dubai, UAE 2 April 2015 Overview 2 RIPE Atlas K-root expansion DNS services RIPEstat Research Mostly global services, accessible by everyone -

More information

RIPE NCC Tools. Christian Teuschel & Mirjam Kühne

RIPE NCC Tools. Christian Teuschel & Mirjam Kühne RIPE NCC Tools Christian Teuschel & Mirjam Kühne TF-CSIRT 42 30 May 2014 Overview 2 What s RIPE and the RIPE NCC RIPE Database RIPEstat RIPE Atlas RIPE Labs What s the RIPE NCC? RIPE NCC 4 Not-for-profit,

More information

RIPE Labs Operator Tools, Ideas, Analysis

RIPE Labs Operator Tools, Ideas, Analysis RIPE Labs Operator Tools, Ideas, Analysis AMS-IX Meeting, Amsterdam, 16 Nov. 2011 Mirjam Kühne, RIPE NCC A Bit of History RIPE NCC started as the coordination centre for the RIPE community - RIPE Database,

More information

Update from the RIPE NCC

Update from the RIPE NCC Update from the RIPE NCC INEX Meeting, Dublin, 14 December 2011 Mirjam Kühne, RIPE NCC Outline RIPE Labs - Background, Purpose, Content, Participation IPv6 Activities and Statistics RIPE Atlas RIPEstat

More information

Local Internet Registry Training Course

Local Internet Registry Training Course Local Internet Registry Training Course Exercise Booklet January 2018 Exercise 1: RIPE NCC Access Account RIPE NCC Access enables you to sign into various RIPE NCC services using one password. It is also

More information

More Measurements: Expanding RIPE Atlas Anchors

More Measurements: Expanding RIPE Atlas Anchors More Measurements: Expanding RIPE Atlas Anchors Vesna Manojlovic Measurements Community Building MORE-IP, May 2014, Amsterdam 1 RIPE Atlas Deployment RIPE Atlas 2 2 RIPE Atlas RIPE Atlas 3 RIPE Atlas is

More information

What s new at the RIPE NCC?

What s new at the RIPE NCC? What s new at the RIPE NCC? PLNOG, Kraków, 28 September 2011 Ferenc Csorba Trainer, RIPE NCC ferenc@ripe.net Topics - overview The Registry System IPv4 depletion IPv6 policy update and statistics RIPEstat,

More information

RIPE Atlas Hackathon. Vesna Manojlovic RIPE NCC

RIPE Atlas Hackathon. Vesna Manojlovic RIPE NCC Hackathon Vesna Manojlovic RIPE NCC BECHA@ripe.net Overview 2 Welcome & Logistics Hackathon Goals & Structure Introduction to TechInc & RIPE & RIPE NCC Introduction to Take part in community Welcome to

More information

RIPE Atlas for Network Operators

RIPE Atlas for Network Operators RIPE Atlas for Network Operators Vesna Manojlovic BECHA@ripe.net SINOG 2 Ljubljana, Slovenia 10 June 2015 1 Overview 2 Introduction to RIPE Atlas Integration with existing monitoring tools Real-time monitoring

More information

Database Update. Denis Walker Business Analyst and Edward Shryane Senior Software Engineer. RIPE NCC Warsaw May 2014 RIPE 68

Database Update. Denis Walker Business Analyst and Edward Shryane Senior Software Engineer. RIPE NCC Warsaw May 2014 RIPE 68 Database Update Denis Walker Business Analyst and Edward Shryane Senior Software Engineer RIPE NCC Warsaw May 2014 RIPE 68 RIPE Database statistics 2 2,700 unit tests 2,900 end-to-end and integration tests

More information

New Developments in Address Policy and Community Tools

New Developments in Address Policy and Community Tools New Developments in Address Policy and Community Tools Florian Obser, Vesna Manojlovic Darmstadt November 2016 DENOG8 also known as Vesna Manojlovic DENOG8 November 2016 2 actually Help community to shape

More information

Using the RIPE Atlas API for measuring IPv6 Reachability

Using the RIPE Atlas API for measuring IPv6 Reachability Using the RIPE Atlas API for measuring IPv6 Reachability FOSDEM 2014 Vesna Manojlovic Community Builder for Measurements Tools BECHA@ripe.net / @Ms_Multicolor 1 Overview Short intro to RIPE, RIPE NCC Getting

More information

RIPE Atlas Intro & Use Cases

RIPE Atlas Intro & Use Cases RIPE Atlas Intro & Use Cases Philip Smith SANOG 29 23-30 January 2017 Ever Wonder How To Monitor the performance of your network in real time from thousands of vantage points Troubleshoot problems close

More information

RIPE NCC Measurements And Tools

RIPE NCC Measurements And Tools RIPE NCC Measurements And Tools SwiNOG23 Meeting, 10.11.2011 Vesna Manojlovic BECHA@ripe.net 1 Goal: engaging you in our measurements Interesting & useful tools for network operators: measurements and

More information

RIPE Database Training Course

RIPE Database Training Course RIPE Database Training Course Exercise Booklet January 2018 Version: 04-04-2018 Table of Contents Preparation for the training course...3 Your database objects...4 Email 1...5 Email 2...6 Email 3...7 Email

More information

RIPE NCC Routing Information Service (RIS)

RIPE NCC Routing Information Service (RIS) RIPE NCC Routing Information Service (RIS) Overview Colin Petrie 14/12/2016 RON++ What is RIS? What is RIS? Worldwide network of BGP collectors Deployed at Internet Exchange Points - Including at AMS-IX

More information

RIPE NCC IPv6 Update. 4th Belgian IPv6 Council Meeting 11 September Nathalie Trenaman

RIPE NCC IPv6 Update. 4th Belgian IPv6 Council Meeting 11 September Nathalie Trenaman RIPE NCC IPv6 Update 4th Belgian IPv6 Council Meeting 11 September 2013 Nathalie Trenaman Who are we? RIPE NCC Located in Amsterdam Not for profit membership organisation One of five Regional Internet

More information

News from RIPE and RIPE NCC

News from RIPE and RIPE NCC News from RIPE and RIPE NCC FRNOG, Paris 11 December 2009 Vesna Manojlovic RIPE / RIPE NCC RIPE Operators community Develops addressing policies Working group mailing lists 2010 meetings: Prague 3-7 May

More information

RIPE NCC Routing Information Service (RIS) 2017 Update

RIPE NCC Routing Information Service (RIS) 2017 Update RIPE NCC Routing Information Service (RIS) 2017 Update Oleg Muravskiy ENOG 17 October 2017 What is RIS? What is RIS? Routing Information Service Worldwide network of BGP collectors Deployed at Internet

More information

Detecting routing anomalies using RIPE Atlas

Detecting routing anomalies using RIPE Atlas Detecting routing anomalies using RIPE Atlas Todor Yakimov Graduate School of Informatics University of Amsterdam Wednesday, February 5, 2014 Todor Yakimov (UvA) Detecting routing anomalies using RIPE

More information

RIPE NCC Measurements Tools

RIPE NCC Measurements Tools RIPE NCC Measurements Tools Netnod meeting, 7.10.2011 Vesna Manojlovic BECHA@ripe.net Goal: engaging you in our measurements Interesting & useful tools for network operators: measurements and analysis

More information

RIPE Atlas Update. Robert Kisteleki RIPE NCC

RIPE Atlas Update. Robert Kisteleki RIPE NCC Update Robert Kisteleki RIPE NCC Introduction Coverage 3 Coverage 4 Measurement Devices 5 v1 & v2: Lantronix XPort Pro v3: TP-Link TL-MR3020 powered from USB port - Does not work as a wireless router -

More information

Introduction. The Internet and the RIPE NCC. Paul Rendek September 2018 RIPE NCC Regional Meeting Almaty

Introduction. The Internet and the RIPE NCC. Paul Rendek September 2018 RIPE NCC Regional Meeting Almaty Introduction The Internet and the RIPE NCC The Internet Here Is Booming Kazakhstan 157% growth in users Uzbekistan 220% growth in users Mobile-cellular telephone subscriptions per 100 inhabitants Percentage

More information

Database Update. Paul Palse Database Manager, RIPE NCC

Database Update. Paul Palse Database Manager, RIPE NCC Database Update Paul Palse Database Manager, RIPE NCC Outline Introduction to the Database Group Status of APs and outstanding deliverables Projects completed between RIPE 60 and 61 RIPE Labs publication

More information

Platforms for network experimentation

Platforms for network experimentation Platforms for network experimentation The value of platforms RIPE Atlas Options and open challenges Based on Emile s slides emile.aben@ripe.net The value of experimental platforms To measure and understand

More information

Custom Contact Forms Magento 2 Extension

Custom Contact Forms Magento 2 Extension Custom Contact Forms Magento 2 Extension User Manual This is the user manual of Magento 2 Custom Contact Forms v100.0.0 and was last updated on 29-06-2017. To see what this extension can do, go to the

More information

RIPE NCC Mission and Services. Paul Rendek Director of External Relations

RIPE NCC Mission and Services. Paul Rendek Director of External Relations Mission and Services Paul Rendek Director of External Relations ENOG 8 Baku, Azerbaijan June 2014 History of the 2 The was formed in 1992 by the RIPE community: - Network coordination centre for Internet

More information

RIPE Atlas. Measuring the Internet

RIPE Atlas. Measuring the Internet RIPE Atlas Measuring the Internet Why What is it useful for? Why RIPE Atlas? (1) Internet Growth Critical Multi- Stakeholder Monitor Troubleshoot Measurements Improve Security Lack of Internet wide measurements

More information

RIPE Database. Updates and Extras. Alvaro Vives Amsterdam RIPE 77

RIPE Database. Updates and Extras. Alvaro Vives Amsterdam RIPE 77 RIPE Database Updates and Extras Alvaro Vives Amsterdam RIPE 77 RIPE Database DB Clients Quality of Access Quality of Data Domain Objects Creation Wizard NWI-7: abuse-c implementation RESTful API NWI-5:

More information

Anti-spam WG. RIPE 49 Manchester, September Rodney Tillotson, JANET-CERT

Anti-spam WG. RIPE 49 Manchester, September Rodney Tillotson, JANET-CERT Anti-spam WG RIPE 49 Manchester, September 2004 Rodney Tillotson, JANET-CERT R.Tillotson@ukerna.ac.uk Agenda A Administrative matters B Update C Technical measures D Interactions E Advice X AOB Y Future

More information

Resource Certification. Alex Band, Product Manager DENIC Technical Meeting

Resource Certification. Alex Band, Product Manager DENIC Technical Meeting Resource Certification Alex Band, Product Manager DENIC Technical Meeting Internet Routing Routing is non-hierarchical, open and free Freedom comes at a price: - You can announce any address block on your

More information

Active BGP Probing. Lorenzo Colitti. Roma Tre University RIPE NCC

Active BGP Probing. Lorenzo Colitti. Roma Tre University RIPE NCC Active BGP Probing Lorenzo Colitti Roma Tre University RIPE NCC Lorenzo Colitti. RIPE 50, 5 May 2005. colitti@dia.uniroma3.it lorenzo@ripe.net 1 Agenda Our techniques Primitives Applications Results Operational

More information

Jquery Ajax Json Php Mysql Data Entry Example

Jquery Ajax Json Php Mysql Data Entry Example Jquery Ajax Json Php Mysql Data Entry Example Then add required assets in head which are jquery library, datatable js library and css By ajax api we can fetch json the data from employee-grid-data.php.

More information

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6

Dashboards. Overview. Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview, page 1 Dashboard Actions, page 2 Add Widgets to Dashboard, page 4 Run a Report from the Dashboard, page 6 Overview In Cisco Unified Intelligence Center, Dashboard is an interface that allows

More information

RIPE Atlas. Viktor Naumov R&D Software Engineer

RIPE Atlas. Viktor Naumov R&D Software Engineer RIPE Atlas Viktor Naumov R&D Software Engineer vnaumov@ripe.net Introduction RIPE Atlas: There are many Atlases, this is RIPE Atlas next generation Internet measurement network To scale to thousands of

More information

ENRICHING PRIMO RECORDS WITH INFORMATION FROM WORDPRESS. Karsten Kryger Hansen Aalborg University Library

ENRICHING PRIMO RECORDS WITH INFORMATION FROM WORDPRESS. Karsten Kryger Hansen Aalborg University Library ENRICHING PRIMO RECORDS WITH INFORMATION FROM WORDPRESS Karsten Kryger Hansen Aalborg University Library AGENDA Who am I History and use case Information distribution Detour: HTML, JavaScript etc. in Primo

More information

BIG-IP Analytics: Implementations. Version 13.1

BIG-IP Analytics: Implementations. Version 13.1 BIG-IP Analytics: Implementations Version 13.1 Table of Contents Table of Contents Setting Up Application Statistics Collection...5 What is Analytics?...5 About HTTP Analytics profiles... 5 Overview:

More information

RIPE NCC Status Update

RIPE NCC Status Update RIPE NCC Status Update IPv4 and more Marco Hogewoning, Trainer IPv4 Run Out IPv4 Distribution IANA 3 February 2011 15 April 2011 AfriNIC ARIN RIPE NCC APNIC LACNIC? 7,000 LIRs End Users 3 Business As Usual

More information

Employee self-service guide

Employee self-service guide Employee self-service guide August 2016 (V.2) Contents Important note... 4 Login... 5 How do I know I am on the correct site and my connection is secure?... 5 How do I login?... 6 Username and password...

More information

DailyCatch: A Provider-centric View of Anycast Behaviour

DailyCatch: A Provider-centric View of Anycast Behaviour DailyCatch: A Provider-centric View of Anycast Behaviour Stephen McQuistin University of Glasgow Sree Priyanka Uppu Marcel Flores Verizon Digital Media Services What is IP anycast? 2 What is IP anycast?

More information

APR Filling [Annual Property Returns]

APR Filling [Annual Property Returns] USER S MANUAL APR Filling [Annual Property Returns] CT Division, CMPDI(HQ) ICT Division, CMPDI(HQ) 1 TABLE OF CONTENTS GENERAL INFORMATION... 3 1.1 SYSTEM OVERVIEW... 3 1.2 ORGANIZATION OF THE MANUAL...

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

More information

AJAX. Lab. de Bases de Dados e Aplicações Web MIEIC, FEUP 2010/11. Sérgio Nunes

AJAX. Lab. de Bases de Dados e Aplicações Web MIEIC, FEUP 2010/11. Sérgio Nunes AJAX Lab. de Bases de Dados e Aplicações Web MIEIC, FEUP 2010/11 Sérgio Nunes Server calls from web pages using JavaScript call HTTP data Motivation The traditional request-response cycle in web applications

More information

RIPE Atlas. Christopher Amin 14 November 2017 WTIS-17

RIPE Atlas. Christopher Amin 14 November 2017 WTIS-17 RIPE Atlas Christopher Amin 14 November 2017 WTIS-17 Overview What is RIPE Atlas? Growing RIPE Atlas Challenges Example applications Christopher Amin 14 November 2017 WTIS-17 2 What is RIPE Atlas? RIPE

More information

PROCE55 Mobile: Web API App. Web API. https://www.rijksmuseum.nl/api/...

PROCE55 Mobile: Web API App. Web API. https://www.rijksmuseum.nl/api/... PROCE55 Mobile: Web API App PROCE55 Mobile with Test Web API App Web API App Example This example shows how to access a typical Web API using your mobile phone via Internet. The returned data is in JSON

More information

BeetleEye Application User Documentation

BeetleEye Application User Documentation BeetleEye Application User Documentation BeetleEye User Documentation 1 Table of Contents Welcome to the BeetleEye Application... 6 Overview... 6 Navigation... 6 Access BeetleEye... 6 Update account information...

More information

SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL - Data Sheet Version Made by AXIVIA Conseil

SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL - Data Sheet Version Made by AXIVIA Conseil SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL - Data Sheet Version 1.6.01 Made by http://www.axivia.com/ SUMMARY SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL integrates a

More information

RIPE Labs. Operators Tools, Ideas and Analysis. Mirjam Kühne, RIPE NCC. RIPE Network Coordination Centre. IETF 78 - Juy 2010.

RIPE Labs. Operators Tools, Ideas and Analysis. Mirjam Kühne, RIPE NCC. RIPE Network Coordination Centre. IETF 78 - Juy 2010. RIPE Labs Operators Tools, Ideas and Analysis, RIPE NCC 1 What is RIPE Labs? It is a web site, but more importantly: A platform and a tool for the community You can Test and evaluate new tools and prototypes

More information

MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING END-TO-END ENCRYPTION

MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING END-TO-END ENCRYPTION MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING END-TO-END ENCRYPTION MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING END-TO-END ENCRYPTION MATT JONES HOW WHATSAPP REDUCED SPAM WHILE LAUNCHING

More information

Power & Water Customer Collaboration Documentum: Navigation and Working With Files. Basics

Power & Water Customer Collaboration Documentum: Navigation and Working With Files. Basics Power & Water Customer Collaboration Documentum: Navigation and Working With Files Basics Module Objectives:. Basic Navigation. Use Import to Save Files in Project Folders 3. Use Export to Save Files to

More information

RIPE Atlas. Global Internet Measurement Network March 2016 MENOG 16, Istanbul

RIPE Atlas. Global Internet Measurement Network March 2016 MENOG 16, Istanbul RIPE Atlas Global Internet Measurement Network atlas@ripe.net 23-24 March 2016 MENOG 16, Istanbul RIPE Atlas RIPE Atlas MENOG 16 23-24 March 2016 2 RIPE Atlas Overview - March 2016 9,400+ probes connected

More information

Ambiguous Shoulds - Language Clarification Policy Proposals. Andrea Cima Registration Services Manager RIPE NCC

Ambiguous Shoulds - Language Clarification Policy Proposals. Andrea Cima Registration Services Manager RIPE NCC Ambiguous Shoulds - Language Clarification Policy Proposals Andrea Cima Registration Services Manager RIPE NCC RIPE 69 London - United Kingdom 5 November 2014 What Happened at RIPE 67 in Athens 2 Jan Žorž

More information

Lectures 6: Manage WebSite/ CATEGORIES and POSTS

Lectures 6: Manage WebSite/ CATEGORIES and POSTS Yarmouk University Transferring E-Business Fundamentals to Syrian Refugees (TEFSR) Lectures 6: Manage WebSite/ CATEGORIES and POSTS Dr. Anas AlSobeh anas.alsobeh@yu.edu.jo ADD CATEGORY Category is used

More information

RIPE Network Coordination Centre RIPE Labs Nathalie Trenaman UKNOF 17 - Sept

RIPE Network Coordination Centre RIPE Labs Nathalie Trenaman UKNOF 17 - Sept RIPE Labs Operators Tools, Ideas and Analysis, RIPE NCC 1 What is RIPE Labs? RIPE Network Coordination Centre It is a web site, but more importantly: A platform and a tool for the community You can Test

More information

APNIC s role in stability and security. Adam Gosling Senior Policy Specialist, APNIC 4th APT Cybersecurity Forum, 3-5 December 2013

APNIC s role in stability and security. Adam Gosling Senior Policy Specialist, APNIC 4th APT Cybersecurity Forum, 3-5 December 2013 APNIC s role in stability and security Adam Gosling Senior Policy Specialist, APNIC 4th APT Cybersecurity Forum, 3-5 December 2013 Overview Introducing APNIC Working with LEAs The APNIC Whois Database

More information

RIPE NCC Update. Nathalie Trenaman 19 April 2017 IPv6 Council - Belgium

RIPE NCC Update. Nathalie Trenaman 19 April 2017 IPv6 Council - Belgium RIPE NCC Update Nathalie Trenaman 19 April 2017 IPv6 Council - Belgium IPv6 Routing in BE -from an Atlas probe perspective Probes and Anchors 9,600+ probes connected (250 RIPE Atlas Anchors) 4,100+ results

More information

EPHP a tool for learning the basics of PHP development. Nick Whitelegg School of Media Arts and Technology Southampton Solent University

EPHP a tool for learning the basics of PHP development. Nick Whitelegg School of Media Arts and Technology Southampton Solent University EPHP a tool for learning the basics of PHP development Nick Whitelegg School of Media Arts and Technology Southampton Solent University My background Lecturer at Southampton Solent University since 2003

More information

Towards an Open Measurement Network for IPv6

Towards an Open Measurement Network for IPv6 Towards an Open Measurement Network for IPv6 CANS2015 22 Sept. 2015, ChengDu Outlines 1. Motivation 2. Architecture 3. GPERF Services 4. GPERF Hard Probes 5. GPERF v0.8 6. Call For Participation 7. Answer

More information

Internet Abuse Real-life tips & tricks for reporting an handeling

Internet Abuse Real-life tips & tricks for reporting an handeling Internet Abuse Real-life tips & tricks for reporting an handeling Jurrian van Iersel NLNOG-day, september 8th, 2017 @JurrianVI linkedin.com/in/jurrianvaniersel Who am I? IT Developer at Infopact Volunteer

More information

Facilitating IPv6 Deployment. Mirjam Kühne, RIPE NCC

Facilitating IPv6 Deployment. Mirjam Kühne, RIPE NCC Facilitating IPv6 Deployment Mirjam Kühne, RIPE NCC Agenda Introduction - RIPE, the RIPE NCC and the Policy Development Process RIPE Labs - IPv6 Statistics and Measurements Capacity Building

More information

Razvan C. Oprea Fahime Alizade Supervisors: Benno Overeinder Marco Davids

Razvan C. Oprea Fahime Alizade Supervisors: Benno Overeinder Marco Davids Mapping the Dutch Critical Infrastructure Razvan C. Oprea Fahime Alizade Supervisors: Benno Overeinder Marco Davids The Question Methodology We have no idea on organizations physical connections to the

More information

Mapping the Dutch Critical Infrastructure

Mapping the Dutch Critical Infrastructure Mapping the Dutch Critical Infrastructure Razvan C. Oprea Fahime Alizade Supervised by Benno Overeinder The initial question Critical infrastructure sectors What is the network level representation of

More information

Introduction to the New ScienceLogic User Interface. ScienceLogic Beta Version 8.5.0

Introduction to the New ScienceLogic User Interface. ScienceLogic Beta Version 8.5.0 Introduction to the New ScienceLogic User Interface ScienceLogic Beta Version 8.5.0 Table of Contents Introduction to the New ScienceLogic User Interface 4 Logging In and Logging Out of the New ScienceLogic

More information

Organizing Your Network with Netvibes 2009

Organizing Your Network with Netvibes 2009 Creating a Netvibes Account 1. If you closed your Internet browser from the last exercise, open it and navigate to: htt://www.netvibes.com. 2. Click Sign In in the upper right corner of the screen. 3.

More information

GIFT SHOP USER GUIDE. For gift, flower, toy and accessories stores. Version 1.0

GIFT SHOP USER GUIDE. For gift, flower, toy and accessories stores. Version 1.0 GIFT SHOP For gift, flower, toy and accessories stores USER GUIDE Version 1.0 Contents 1. WELCOME... 3 2. SERVER REQUIREMENTS... 3 3. INSTALLATION... 3 4. IMPORT SAMPLE DATA... 6 5. THEME OPTIONS... 7

More information

Orchestration. System that can be automated

Orchestration. System that can be automated Orchestration Orchestration automates simple or complex multi-system tasks on remote services, servers, applications, and hardware. An Orchestration process can cross all management disciplines and interact

More information

Measuring Global DNS Propagation Times Using RIPE Atlas. Bachelor Thesis by Tim Wattenberg RIPE Regional Meeting Almaty, Kazakhstan

Measuring Global DNS Propagation Times Using RIPE Atlas. Bachelor Thesis by Tim Wattenberg RIPE Regional Meeting Almaty, Kazakhstan Measuring Global DNS Propagation Times Using RIPE Atlas Bachelor Thesis by Tim Wattenberg RIPE Regional Meeting Almaty, Kazakhstan About me - 25 years old, from Cologne/Germany - graduated from Heinrich

More information

Exercises. Cacti Installation and Configuration

Exercises. Cacti Installation and Configuration Exercises Cacti Installation and Configuration Exercises Your Mission... Install Cacti Create device entry for your local router Create device entries for your local servers Create entries for class router

More information

Exercises. Cacti Installation and Configuration

Exercises. Cacti Installation and Configuration Exercises Cacti Installation and Configuration Exercises Your Mission... Install Cacti Create device entry for your local router Create device entries for your local servers Create entries for class router

More information

GETTING STARTED. A Step-by-Step Guide to Using MarketSight

GETTING STARTED. A Step-by-Step Guide to Using MarketSight GETTING STARTED A Step-by-Step Guide to Using MarketSight Analyze any dataset Run crosstabs Test statistical significance Create charts and dashboards Share results online Introduction MarketSight is a

More information

INGI1341: Project 2 Analysis of a website

INGI1341: Project 2 Analysis of a website INGI3141:PROJECT 2 1 INGI1341: Project 2 Analysis of a website Sergio Alejandro Chávez Cárdenas Abstract The details of a remote website sopitas.com are analysed and its responses over the Internet are

More information

Lab Exercise: Install & Configure OHDSI Tech Stack

Lab Exercise: Install & Configure OHDSI Tech Stack Lab Exercise: Install & Configure OHDSI Tech Stack Instructor: Time: Prerequisites: Student Knowledge: Lee Evans LTS Computing LLC 1.5 hours Laptop computer with 8GB of memory, VirtualBox installed and

More information

InvalidRoutesReporter Documentation

InvalidRoutesReporter Documentation InvalidRoutesReporter Documentation Release latest Pier Carlo Chiodi Jun 30, 2017 Contents 1 Installation 3 2 How it works 5 3 Usage 7 4 Configuration 9 4.1 Networks configuration file.......................................

More information

Advanced Search. Case Law This Quicklink, found on the left hand menu bar will take you to our complete listing of summaries of key cases.

Advanced Search. Case Law This Quicklink, found on the left hand menu bar will take you to our complete listing of summaries of key cases. Training Guide OHSIS provides an up-to-date reference source of key Occupational Health and Safety documentation relevant to the workplace. Retrieve information instantly on Health and Safety issues such

More information

IPT Quick Configuration Guide

IPT Quick Configuration Guide espace UC V00R00C00 IPT Quick Configuration Guide Issue: 07 Date: 0-- Product Overview espace UC solution is a leading unified communications solution developed by Huawei for enterprises. With the SIP-based

More information

The Courier Mail has prepared the information in this document to assist with implementation of our RSS news feeds.

The Courier Mail has prepared the information in this document to assist with implementation of our RSS news feeds. About This Document The Courier Mail has prepared the information in this document to assist with implementation of our RSS news feeds. The information is provided as a guide only and Courier Mail assumes

More information

INTRANET GUIDANCE. Acorn Care & Education is improving the way that everyone working in our schools can access and share information.

INTRANET GUIDANCE. Acorn Care & Education is improving the way that everyone working in our schools can access and share information. INTRANET GUIDANCE Acorn Care & Education is improving the way that everyone working in our schools can access and share information. There are now two websites: Public information can be found on our website;

More information

Weather Report in SAP ByDesign

Weather Report in SAP ByDesign Weather Report in SAP ByDesign USING REST WEB SERVICE Sankaran 18-10-2016 Table of Contents What is Rest Web service?... 1 Process Flow... 1 Step 1: Create an External Web Service Using REST... 2 Step

More information

The whois Database. Introduction and Usage. Anne Lord & Mirjam Kühne. AfNOG Workshop, 10 May

The whois Database. Introduction and Usage. Anne Lord & Mirjam Kühne. AfNOG Workshop, 10 May The whois Database Introduction and Usage Overview What is the whois database? Why use it? Who uses it? Database query process Database update process 2 What is the whois Database? Network Management Database

More information

Login and Password...3 AUT ...3

Login and Password...3 AUT  ...3 1 IT HANDBOOK CONTENT What s in this Student IT Handbook IT Handbook Content... 2 Welcome to AUT IT Service desk... 3 Getting started... 3 Login and Password...3 AUT Email...3 Access to systems... 4 Account

More information

Supporting Notes for the IPv6 End User Site Assignment Request Form

Supporting Notes for the IPv6 End User Site Assignment Request Form Supporting Notes for the IPv6 End User Site Assignment Request Form Filiz Yilmaz Bican, Emma Bretherick, Timothy McGinnis Document ID: RIPE-309 Date: 26 April 2004 Obsoletes: ripe-250, RIPE-281 See also:

More information

the real-time Internet routing observatory

the real-time Internet routing observatory the real-time Internet routing observatory Luca Sani TOP-IX MEETING, 26 September 2017 1/22 Our research interest: the Internet AS-level ecosystem Why is it important? To identify Internet topological

More information

IPT Quick Configuration Guide

IPT Quick Configuration Guide espace UC V00R00 IPT Quick Configuration Guide Issue: 0 Date: 05-09-5 Product Overview espace UC solution is a leading unified communications solution developed by Huawei for enterprises. With the SIP-based

More information

An Amsterdam Update. RIPE Network Coordination Centre. Nick Hyrka. APNIC 25, 29 April 2008, Taiwan 1. ArtistServer.

An Amsterdam Update. RIPE Network Coordination Centre. Nick Hyrka. APNIC 25, 29 April 2008, Taiwan  1. ArtistServer. An Amsterdam Update ArtistServer.com/Brillman ArtistServer.com/Brillman APNIC 25, 29 April 2008, Taiwan http://www.ripe.net 1 Personnel Changes New key staff Anand Buddhdev Database Manager Andrea Cima

More information

World IPv6 Day - What did we learn? RIPE 63

World IPv6 Day - What did we learn? RIPE 63 World IPv6 Day - What did we learn? emile.aben@ripe.net RIPE 63 RIPE NCC Measurements - World IPv6 Day IPv6 Eyechart and 6to4 (not in this talk) Active measurements Sources: 49 vantage points (RIPE TTM,

More information

Tracing the Path to YouTube -

Tracing the Path to YouTube - Tracing the Path to YouTube - A Quantification of Path Lengths and Latencies towards Accepted for publication in IEEE Communications Magazine (Pre-print: http://in.tum.de/~doan/2018-yt-traces.pdf) Trinh

More information

Active Orders. Supplier Administrator Training Trading Grid Company Registration

Active Orders. Supplier Administrator Training Trading Grid Company Registration Active Orders Supplier Administrator Training Trading Grid Company Registration Supplier Company Registration September 14, 2011 Slide 2 You will receive an email inviting you to register to use Active

More information

Please do not alter the value of the 'request-type' or 'form-version' fields.

Please do not alter the value of the 'request-type' or 'form-version' fields. Supporting Notes for the IPv4 Additional Allocation Request Form RIPE NCC Document ID: ripe-277 Date: 20 August 2003 Contents Introduction Supporting Notes for the Request Form Templates Example References

More information

Learning vrealize Orchestrator in action V M U G L A B

Learning vrealize Orchestrator in action V M U G L A B Learning vrealize Orchestrator in action V M U G L A B Lab Learning vrealize Orchestrator in action Code examples If you don t feel like typing the code you can download it from the webserver running on

More information

Google Classroom User Manual

Google Classroom User Manual Google Classroom User Manual Table of Contents Table of Contents 1 Google Classroom on a Computer 3 1: Making an Account 3 2: Change Your Profile Photo 5 3: Customize your Notifications 7 4: Join a Class

More information

Just give me a button!

Just give me a button! Just give me a button! The challenges of routing security RIPE NCC Members organisation founded in 1992 Manages IP and ASN allocations in Europe, Middle East and former Soviet Union - Ensure unique holdership

More information