null
US
Entrar
Registre-se gratuitamente
Registre-se
Detectamos que o JavaScript não está habilitado no teu navegador. Habilite o Javascript para o funcionamento correto do nosso site. Por favor, leia os
Termos e Condições
para mais informações.
Próximo
Copiar e Editar
Você deve estar logado para concluir esta ação!
Inscreva-se gratuitamente
479317
SQL Security Policy
Descrição
Mapa Mental sobre SQL Security Policy, criado por seanie_32 em 13-01-2014.
Mapa Mental por
seanie_32
, atualizado more than 1 year ago
Mais
Menos
Criado por
seanie_32
quase 11 anos atrás
67
2
0
Resumo de Recurso
SQL Security Policy
Physical
Disaster Recovery
Ensure the disaster recovery plan is up to date
Off-site back-up + secure
Fireproof / Flood proof / Offline
Physical Access
Ensure physical access to server is restricted
Server can't be turned off / disconnected / plug in keyboard or USB stick
Software
Anti - Virus
Ensure that anti-virus is running
Has been tuned correctly
Unnecessary directories are excluded to improve performance
Exclusions and test loading have been completed
Configure Firewall
Open TCP 3306 for MySQL
Keep as many ports closed as possible
Use SSH tunnel for testing as this does not expose server across web
Vendor Updates
Ensue that server packs / hot fixes / patches are applied frequently
Both at server and MySQL level
This fixes security risks and loopholes Results in less risk of intrusion
Unwanted Services
These added services could give side-door access, introducing something unexpected
Linux – use “rcconf” removal tool to remove unwanted services
Access Restrictions on Server
Restrict remote access - SOCKET
Socket on network layer model
Connects two computers together
Linux – skip-networking
This stops it from opening socket connections
Ties connection down to local host
Needs to go into .ini file
Restrict remote access – LOCALHOST
Bind-address = 127.0.0.1
Forces SQL to listen only to localhost
Can’t accept connections from anywhere else
Preventing access from TCP3306 from outside source
Restrict remote access – GRANT
Defines who and where they will be hosted from
Ties down specific database and specific user
GRANT SELECT, INSERT ON mydb.* TO ‘someuser’@’somehost’;
Database Changes
Disable LOCAL INFILE
Prevents access to local files (eg. /etc/passwd) Stops some SQL injection attacks.
Change root directory
/chroot/mysql
socket = /chroot/mysql/tmp/mysql.sock
Remove test database
Can be test databases installed with MySQL
Allows anonymous access to database
DROP DATABASE test;
Drop the test and any other unwanted databases
Remove test accounts
SHOW GRANTS FOR ‘’@’localhost’;
DROP USER “”;
Delete account shipped with MySQL
Make sure created accounts are tied down to relevant tables
Change rootname and password
Should upgrade to version 5 as privileges stay on previous versions.
MySQL > RENAME USER root TO new_user;
Lower privileges
Version 5 and above has pre-set restrictions
Set ownership to MySQL user:
shell>ls -l /var/lib/mysql
Only allow MySQL and root access: shell>ls -l /usr/bin/my
Quer criar seus próprios
Mapas Mentais
gratuitos
com a GoConqr?
Saiba mais
.
Semelhante
English Basic Grammar
Alessandra S.
Classificação das Constituições
veleal
Flashcards- Europa: Países e Capitais
Felipe Perreira
Tectónicas de placas
amanda.cadete05
FONOLOGIA estudo dos sons
Viviana Veloso
Direito Adiministrativo
Katiusce Cunha
CPC-00 CAPÍTULO 4: ESTRUTURA CONCEITUAL PARA A ELABORAÇÃO E APRESENTAÇÃO DAS DEMONSTRAÇÕES CONTÁBEIS
Viviana Veloso
Introdução ao Microsoft Word
Roberto Becker
EA-HSG-2011 Questões achadas no app QUIZADA na playstore
carloshenriquetorrez .
Pronomes ( Revisão)
Rodrigo de Freit9506
Contextualização da disciplina - Desafios Contemporâneos - Hospitalidade
Sanielle Oliveira
Explore a Biblioteca