ECIH - web?

 0    23 tarjetas    dawidwilk3
descargar mp3 imprimir jugar test de práctica
 
término definición
Shell Injection uses
empezar lección
system(); StartProcess(); java. lang. Runtime exec()
File Injection uses
empezar lección
via URL hhtps://... COLOR=http://evil...
SQL uses
empezar lección
' or 1=1 --; xp_cmdshell; exec master
SQL detect regex
empezar lección
%27 '; %3D =; union keyword
XSS uses
empezar lección
html tags, <script><IMG><INPUT>
XSS regex
empezar lección
%3C <
Path traversal regex
empezar lección
%2E . ; %2F /
XSS ways to attack/manipulate/bypass
empezar lección
hex encoding, toggle case <SCRIPT>, double encoding, replaced keywords, whitespace manipulation
DDos detection
empezar lección
netstat -ab; many TIME_WAIT sent by single IP
Eradicating SQL
empezar lección
limit length of input, hex encoding, custom error messages, disable XP_CMDSHELL, monitor traffic
Eradicating File Injection
empezar lección
chroot jail, disable allow_url_open/include
Eradicating Command Injection
empezar lección
input validation, safe API, input/output encoding
Eradaicating LDAP Injection
empezar lección
LDAP filters, domain value validation, access control tight, dynamic testing and source code analysis
Eradicating: Broken authentication (1)
empezar lección
use SSL, use MFA, no IDs in URL, password policy
Eradicating: Sensitive data exposure (2)
empezar lección
data is encrypted, dont create or use weak algorithms, no caching for data that is sensitive, secure protocols
Eradicating: XML external entity attacks (3)
empezar lección
no weakly configure XML parsers, XML unmarshaller, no DOC TYPE tag, input validation, avoid simple forms like JSON
Eradicating: Broken Access Control (4)
empezar lección
check before redirect, limit file permissions, avoid client-side caching mechanisms, remove login tokens when logout
Eradicating: Security missconfigurations attacks (5)
empezar lección
disable unused services, default accounts change/disable, use SSL, secure flag on sensitive cookiies, valid certificates
Eradicating: Insecure deserialization (7)
empezar lección
validate input, avoid serialization, filter usntrased data
Eradicating: XSS attacks (6)
empezar lección
rigorus validation of input, use testing tool during design, WAF to block malicious scripts, use HTML encoding, filter Meta characters, deplot PKI (PUBLIC)
Eradicating: due to Known Vulnerabilities (8)
empezar lección
updates, monitor vulnerabilities, patch regulary, scan with security scanners, enforce best prtactices
Eradaicating: Insufficient logging and monitoring
empezar lección
define scope of assets, minimum baseline for logging, proactive approach, prevent log injection attacks by sanitization, logs with user context
Eradicating: DoS attacks (10)
empezar lección
deny external ICMP, limit length of input, block inbound traffic transmitted through service ports

Debes iniciar sesión para poder comentar.