System security plan & Status report

Slides:



Advertisements
Similar presentations
System Administrator Roles in Supporting Site Customizations Lynn Ritger Software Integrations Coordinator, FASTER Asset Solutions.
Advertisements

Publication Module using back end interface. Institution Data Entry Add Documents. Edit/Delete Documents that are added but not yet sent to Institution.
Research and Innovation Participant Portal How to register for an ECAS account NEXT.
WEB CONNECT FOR EASYNVR : WEB CONNECT INCREASES YOUR PROFITABILITY BY REDUCING INSTALLATION LABOR COSTS WHILE SIMULTANEOUSLY CREATING NEW REVENUE.
HELP GUIDE NEW USER REGISTRATION (SLIDE 2) TAKING A QUIZ (SLIDE 8) REVIEWING A QUIZ (SLIDE 17) GROUP MEMBERSHIP (SLIDE 26) CREATING QUIZZES (SLIDE 31)
Interactive Simulation-Based Virtual Classroom By: Katrina Connors, Tavon Pourboghrat, Steven Aldridge.
Multiple Tiers in Action
Report Distribution Report Distribution in PeopleTools 8.4 Doug Ostler & Eric Knapp 7264.
Securing Enterprise Applications Rich Cole. Agenda Sample Enterprise Architecture Sample Enterprise Architecture Example of how University Apps uses Defense.
Your online classroom. Powerhouse Campus o Custom Class dashboards o Links with Moodle, Studywiz, Bb, ClickView & all web apps o Links your school library.
FrontAccounting.
Virtual Tutor Application Madhuri Somarapu Dr. Jie Yan Bowie State University Computer Science Department.
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
X2O Server Installation
PHP-Fusion. Introduction PHP-Fusion is a lightweight open source content management system (CMS) written in PHP. PHP-Fusion utilizes a MySQL database.
BY ALEXANDER STEPHENS RYAN PIERCY EmCare Mobile Scheduling Application.
Securing LAMP: Linux, Apache, MySQL and PHP Track 2 Workshop PacNOG 7 July 1, 2010 Pago Pago, American Samoa.
Sql Server Advanced Features MIS 424 Professor Sandvig.
Search Search Drupal with Apache Solr with CERN Web Communications Group – Copyright 2013.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
Extranet Enhancements JTC Spring 2015 May 13, 2015.
AYAN MITRA CHRIS HOFFMAN JANA HUTCHINS Arizona Geospatial Data Sharing Web Application Development April 10th, 2013.
Home Media Network Hard Drive Training for Update to 2.0 By Erik Collett Revised for Firmware Update.
BZUPAGES.COM Presentation on Content Management System (CMS) Presented to. Sir Ahmad Kareem.
© 2003 By Default! A Free sample background from Slide 1 Week 2  Free PHP Hosting Setup  PHP Backend  Backend Security 
CSE Waitlist Made By: Peng Hu, Zhicheng Lin, Mark Mosby, Robert Pittman, and Derek Robati.
Integrating Your Administrative Database and Mailing List AIKCU 2015 David Abney – Web Developer/Programmer Shane Wilson – Senior Systems and Network Coordinator.
We Know IT … IT’s What We Do! ® 2 Cyprien Mvuanda & Jonathan Davis Empire 2.0 Services October 1, 2010 Albany, NY Design, Development,Workflow and Implementation.
Information Management System “ Expert Profile Module" Information Management System “ Expert Profile Module" The Expert Profile module is an integrated.
Copyright © 2013 Curt Hill Database Security An Overview with some SQL.
CSE Waitlist Made By: Peng Hu, Zhicheng Lin, Mark Mosby, Robert Pittman, and Derek Robati.
Present :Arezoo Mollahasani. Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.
Imports. Odyssey Teacher and Student Import With the Odyssey Import tool, you can create or update teacher and student records directly from a comma‐separated.
Ashley Montebello – CprE Katie Githens – SE Wayne Rowcliffe – SE Advisor/Client: Akhilesh Tyagi.
Information Management System “Good Practice Module" Information Management System “Good Practice Module" The Good Practice / Success Stories module is.
Bloomer User Notes Installing and Running a Bloomer Installation Jack Park Latest: Project Home:
Experiment Management System CSE 423 Aaron Kloc Jordan Harstad Robert Sorensen Robert Trevino Nicolas Tjioe Status Report Presentation Industry Mentor:
Module 8 : Configuration II Jong S. Bok
ADO.NET FUNDAMENTALS BEGINNING ASP.NET 3.5 IN C#.
8 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. BI Publisher Server: Administration and Security.
Information Management System “Project Module" Information Management System “Project Module" The Project module is an integrated part of System. The back.
1 Connecting to a Database Server. 2 We all have accounts, with a single database each, on a Microsoft SQL Server on the USF network: allman.forest.usf.edu.
Configuring Drupal Information Systems 337 Prof. Harry Plantinga.
Scheduler CSE 403 Project SDS Presentation. What is our project? We are building a web application to manage user’s time online User comes to our webpage.
Instructions for Quia An online FREE program for SS students. It will have quizzes and activities.
INFM 700 Project 3 (Aqua) - Akashdeep Ray - Arnaud Lawson - Neha AR - Vidisha Vedvyas.
CMS Showdown What Is A Content Management System (CMS)? CMS Website Content Outside Content Social Media Connections with CRM Programs Statistics and.
Creating Facebook App environment 1. Go to Facebook Developers To access the Moonlight Facebook apps account login as Chloe.
TREVOR BOARDMAN, TRISTAN HUMMEL, JOSEPH KADRICH, ERIC ROBY.
Administrative System for a Speech Pathology Office By Devin Peterman.
SPS Spotlight Series October 2014
Intro to WordPress (Using XAMPP)
Introduction to Operating Systems
Configuring ALSMS Remote Navigation
SCEC Drupal Website Development Overview and Status
EECS Laboratory Data Driven Evaluation System
SECURE SAFE AND EASY WEBSITE GUIDE
Step by step instructions to Add an Admin User in WordPress utilizing FTP Guided By: - WPGLOBALSUPPORTWPGLOBALSUPPORT.
Ways to Secure CMS Websites. The most widely used Content Management Systems are Wordpress, Joomla and Drupal as per statistics. The highest CMS platforms.
What Is Sharepoint? Mohsen Ashkboos
CSE 403 Project SDS Presentation
Login & administration page
Chapter 27: System Security
Project Team Information
Web File Sharing.
Logging In SIGN IN Select Sign In/Up on the home page
Chapter 10: Advanced Cisco Adaptive Security Appliance
FitnessGram® 2015 Student Information System (SIS) Extract Import Training for Georgia School Year.
Establish, configure and maintain a website/system
Presentation transcript:

System security plan & Status report Trevor Boardman, Joe Kadrich, Tristan Hummel & Eric Roby

Security Plan Web Portal Limit account creating abilities Limit professors access to their own classes Make adding students and professors an administrator role Limit the scope of each type of account Make sure students are unable to access web portal

security plan Server Ensure only necessary ports are open to help prevent unwanted access Ensure only necessary features are installed Ensure only admins are able to access the server directly

security plan Database Ensure only admins are able to access and change the database directly Ensure the database can’t be accessed by students Ensure that no new tables are able to be created Make sure relationships are created with security in mind

security plan App Ensure students are only able to access their own quizzes/ information Make sure grades are kept confidential Make sure the app requires all students to change their password on the initial login

Progress Report Server up and running LAMP installed Phpmyadmin installed Drupal installed and functional Server is now on public IP Admin accounts added and permissions set Quiz database created

Php files added to server to submit form data to database Tables Added and Populated with Data: ClassInfo, ProfessorInfo, Quiz, StudentGrades and StudentInfo Drupal Pages Added: Home, Create Quiz, Classes, Students, Add Student form, Profile Php files added to server to submit form data to database Quiz structure for app updated Working on: Connecting app to database Adding permissions for professors and admins on drupal Integrating quiz structure into existing app shell Improving and revising Drupal pages Adding additional Drupal functionality such as adding students to a class, updating student grades, etc.. Improving theme within drupal