What do we mean by WebData?

Slides:



Advertisements
Similar presentations
1 SANS Technology Institute - Candidate for Master of Science Degree 1 Assessing Privacy Risks of Flash Cookies Kevin Fuller and Stacy Jordan February.
Advertisements

09/04/2015Unit 2 (b) Back-Office processes Unit 2 Assessment Criteria (b) 10 marks.
Unit 11 Using the Internet & Browsing the Web.  Define the Internet and the Web  Set up & troubleshoot an Internet connection  Categorize webs sites.
Google Docs is a free, web-based office suite offered by Google within its Google Drive service. It was formerly a storage service as well, but has since.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 4: Web Browsing.
Internet Browser History Presented by K. SURESH sureshsrikalahasti.weebly.com
Internet Artifacts Dr. John Abraham Professor UTPA.
Unit 12 Using the Internet & Browsing the Web.  Understand the difference between the Internet and the World Wide Web  Identify items on a web page.
CC3.12 Lecture 12 Erdal KOSE Based of Prof. Ziegler Lectures.
6/10/2015Cookies1 What are Cookies? 6/10/2015Cookies2 How did they do that?
17 April Using Technology. Where Can You Use Technology? Product Sales Marketing Operations Finances Salaries Inventory Logistics Analysis Market Customer.
WEB ANALYTICS Prof Sunil Wattal. Business questions How are people finding your website? What pages are the customers most interested in? Is your website.
Presented by…. Group 2 1. Programming language 2Introduction.
Internet. 1.Someone creates a website 2.They load it to a web server computer 3.We must have an Internet connection 4.We can see the websites on a browser.
Fall, Privacy&Security - Virginia Tech – Computer Science Click to edit Master title style Design Extensions to Google+ CS6204 Privacy and Security.
Chapter 16 The World Wide Web Chapter Goals ( ) Compare and contrast the Internet and the World Wide Web Describe general Web processing.
Adapted from Computer Concepts, New Perspectives, Thompson Course Technology EDW 647: The Internet Dr. Roger Webster & Dr. Nazli Mollah 24 Cookies: What.
Browsing the Web Session 3. Objectives Student will knowhow to search on the internet, how to complete a form.
CSE 154 LECTURE 12: COOKIES. Including files: include include("filename"); PHP include("header.html"); include("shared-code.php"); PHP inserts the entire.
Chapter 13 Users, Groups Profiles and Policies. Learning Objectives Understand Windows XP Professional user accounts Understand the different types of.
The Internet TCIP/IP  TCP/IP stands for Transmission Control Protocol/Internet Protocol, which is a set of networking protocols that allows two or more.
Chapter 2 The Internet. Evolution of the Internet History of the internet.
Week seven CIT 354 Internet II. 2 Objectives Database_Driven User Authentication Using Cookies Session Basics Summary Homework and Project 2.
U.S. Department of Commerce Web Advisory Group Minding Your Own Business The Platform for Privacy Preferences Project.
Web Metrics Terminology & Measurement. Visit A visit is a Web user with a unique address entering a Web site at some page for the first time that day.
Web Database Programming Week 7 Session Management & Authentication.
© 2010 Computer Science Faculty, Kabul University HTTP CONTINUED… 4 TH LECTURE 2, May, 2010 Baseer Ahmad Baheer.
Presenter: Le Quoc Thanh SPYWARE ANALYSIS AND DETECTION.
Organisations and Data Management 1 Data Collection: Why organisations & individuals acquire data & supply data via websites 2Techniques used by organisations.
Web Browsing *TAKE NOTES*. Millions of people browse the Web every day for research, shopping, job duties and entertainment. Installing a web browser.
DATA ACCURACY- one of the issues of computer ethics. Providing inaccurate data input results in erroneous information & decision making. Information on.
Ecommerce Basics Standard 2 Objective 1. Ecommerce Business conducted on the internet.
ONLINE SAFETY AND SECURITY Computer Basics 1.5. INFAMOUS CYBER ATTACKS IN 2014 Sony Pictures: Attackers stole just about everything in the corporate network,
Computer-made Cookies Presented by Helal Lutfi. What is a Computer Cookie?  A small text file which contains a unique ID tag.  Placed on your computer.
Any criminal action perpetrated primarily through the use of a computer.
Internet Privacy Define PRIVACY? How important is internet privacy to you? What privacy settings do you utilize for your social media sites?
Internet Someone creates a website 2.They load it to a web server computer 3.We must have an Internet connection 4.We can see the websites.
Cloud Computing ENG. YOUSSEF ABDELHAKIM. Agenda :  The definitions of Cloud Computing.  Examples of Cloud Computing.  Which companies are using Cloud.
COOKIES Gloria Soria Network Security COSC 356. What is a Cookie? A cookie is a piece of text that a Web Server can store on a user's hard disk. Cookies.
Windows Vista Configuration MCTS : Internet Explorer 7.0.
Web Page Design The Basics. The Web Page A document (file) created using the HTML scripting language. A document (file) created using the HTML scripting.
Some from Chapter 11.9 – “Web” 4 th edition and SY306 Web and Databases for Cyber Operations Cookies and.
Introduction to Digital Analytics Keith MacDonald Guest Presentation.
Internet Basics 10/23/2012. What is the Internet? It’s a world-wide network of computer networks. It grows hourly and involves national governments, communities,
Call Us Mozilla Firefox Online Technical Support Phone Number For more details visit at:- -techsupportnumber.com/mozilla-
CSE 154 Lecture 20: Cookies.
Automated ad placement
Unit 11 Using the Internet & Browsing the Web
Unit 12 Using the Internet & Browsing the Web
Internet and security.
COOKIES.
Latest Updates on BlackHawk Mines Music : Privacy Policy
Guide: How to Set, Get, and Delete Cookies in WordPress? Guided By: wpglobalsupportwpglobalsupport.
Internet Basics.
Extract and Correlate Evidences in Computer Forensics
What is Cookie? Cookie is small information stored in text file on user’s hard drive by web server. This information is later used by web browser to retrieve.
Unit 27 Web Server Scripting Extended Diploma in ICT
Google Privacy Policy Karen Tao.
HTML5 and Local Storage.
Skills Development Program
The Challenge Collaboration Teachers PTO Students Anyone.
CSc 337 Lecture 27: Cookies.
Francesco Giarletta.
Client Side programming: Javascript, Cookies
WEB PAGES AND WEB SITES.
WJEC GCSE Computer Science
Personal Privacy and the Public Internet
Business Zone - Clearing your Cache
Let’s browse the web User browses to a website
CSc 337 Lecture 25: Cookies.
Presentation transcript:

What do we mean by WebData? All browsers write data to the file system, registry and proprietory databases to store data. This data is fairly standard across all browsers and relates to, but is not limited to: Cookies Browsing History Temporary Internet Files Cache data Document Object Model data Certificate information Do Not Track details Flip Ahead data

What is a cookie? (for Alex) Cookies are used to store small bits of data sent from a web server to store stateful information about the interactions of the user with a web site/page. Cookies are needed for things such as online shopping carts, authentication and for storing information entered such as credit card details, address information or other form data. There are different kinds of cookies – First Party and Third Party being the most notable.

Types of Cookies First party cookies First party cookies are stored using the domain name matching that of the one the user is currently visiting. First-party cookies are used for shopping baskets, storing user’s website preferences and tracking user behaviour. Third party cookies Third party cookies are stored using a domain name other than the one the user is currently visiting. Third-party cookies are often used for tracking and advertising purposes to build up a picture of a user’s habits and activities on a particular device. Cookie Types Cookie types can be used to identify a cookie regardless of whether it is a first-party or third-party cookie. An example of a cookie type is _ga which is a cookie from Google Analytics.

And a cookie file is?

Why do we care? We drive advertising revenue for google everyday We give away personal information from our employees/users We store other companies data on our storage We introduce potential data leakage issues We can provision a VM in minutes, if not seconds using Fast Provisioning techniques but Logons take minutes!! And why? 000’s of cookie files All small files and my SAN hates small files Large database files (IE, Chrome and Firefox) Hundreds of MBs if not GBs of web data

We changed our Product Name WebCache Manager Why? WebData Control

More WebData than ever!

Whats new in WebData Control?

All via GPO

Why do we believe we are different? No longer black or white We are the grey The question was to roam or not to roam? Use powershell scripts with no real intelligence? Intelligent analysis of data inside databases and other file structures Granular Management of Web Data We reduce IT support calls around browsers and profile issues We believe we allow true management of cookies and web data on your systems

Q&A – Can I ask you guys some QQ’s? What else causes slow logons? Do we care about Profile Management? Windows 10, ESR etc. Is this as big an issue as ever? What do you think about the state of EUC web data issues? What would you like to see Avanite do next?

Thanks! Analysis Tool Peter.Jones@Avanite.com Liza.Nolan@Avanite.com https://www.Avanite.com Or speak with our partner in Benelux -