Top Banner
SECURING 7 THINGS TO CONSIDER WHEN YOUR REAL ESTATE DATA
24
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 7 things to consider when securing your Real Estate data

SECURING7 THINGS TO CONSIDER WHEN

YOUR REAL ESTATE DATA

Page 2: 7 things to consider when securing your Real Estate data

59%The percentage of employees

who steal proprietary corporatedata when they quit or are fired

Page 3: 7 things to consider when securing your Real Estate data

In today’s world, the risks associated with inadequate data securityis a business critical concern.

Page 4: 7 things to consider when securing your Real Estate data

Data leaks pose major security concerns and can have devastatingimplications.

Page 5: 7 things to consider when securing your Real Estate data

Based on our extensive experience in the Real Estate industry wehave compiled a list of 7 things you should be thinking of to ensureyour data security.

Page 6: 7 things to consider when securing your Real Estate data

#1PHYSICAL SECURITY

Page 7: 7 things to consider when securing your Real Estate data

Physical breaches can take on such asunauthorised individuals gaining access to the physical sever itself; into the office network;or individuals using an unattended employee workstation to accessthe

various forms

individuals connecting their own devices

company network.

Page 8: 7 things to consider when securing your Real Estate data

#2NETWORK SECURITY

Page 9: 7 things to consider when securing your Real Estate data

how your database server reside topology. Is it directly accessible publically; is it isolated fromexternal facing application servers; are communications to/fromitself and is a firewall being used torestrict communications.

within the network

using SSL for data exchange

Understand

Page 10: 7 things to consider when securing your Real Estate data

2014data breaches increased by

over 27.5% from 2013

In

Page 11: 7 things to consider when securing your Real Estate data

#3SERVER CONFIGURATION

Page 12: 7 things to consider when securing your Real Estate data

. Is the SQL instancediscoverable on the network; are the SQL services using a ; are unnecessary services disabled; is theSQL administrator account (sa) disabled and which authenticationmethods are used, Windows,

Know your server configuration

non-standard port

SQL or both.

Page 13: 7 things to consider when securing your Real Estate data

#4PASSWORDS

Page 14: 7 things to consider when securing your Real Estate data

can severely compromise your data. Ensurepassword complexity is configured; be sure to enforce the use of and within applications, passwords instead of storing them in plain text.

Weak passwords

password complexity encrypt

Page 15: 7 things to consider when securing your Real Estate data

75%of people use the samepassword for multiple

accounts

Page 16: 7 things to consider when securing your Real Estate data

#5SQL INJECTION

Page 17: 7 things to consider when securing your Real Estate data

can bring systems to their knees. Ensureabsolute minimum privileges are granted to application accounts;restrict inter-application access when sharing a database server; and where possible, parameterizeapplication input values.

SQL injection attacks

encrypt sensitive data

Page 18: 7 things to consider when securing your Real Estate data

#6DATABASE BACKUPS

Page 19: 7 things to consider when securing your Real Estate data

Database backup security is often overlooked, but vital. are adequately secured; useencryption when performing backups and be sure

to restrict accesslocal/remote backup locations

Ensure

to certificates/keys used by encryption processes.

Page 20: 7 things to consider when securing your Real Estate data

#7PATCHING

Page 21: 7 things to consider when securing your Real Estate data

, if left unresolved can be exploited. Staycurrent, ensuring critical operating system updates are applied regularly;ensure database server software is regularly updated independently andwhere feasible

Known vulnerabilities

enable automatic updates.

Page 22: 7 things to consider when securing your Real Estate data

Securing your data requires one to think beyond just the immediatescope of the database server in order to ensure data securitycontinuity.

Page 23: 7 things to consider when securing your Real Estate data

The management of data security is a process requiring continualreview. After all, can you afford not to ensure the safety of yourdata?