ciekawe

 0    111 fiche    patrykdastych
Imprimer jouer consultez
 
question - réponse -
NIST
commencer à apprendre
NIST ?
National Institute of Standards and Technology
RAID
commencer à apprendre
Redundant Array of Independent Disks
zwiekszenie niezawodnosci, redundancy, zwiekszenie wydajnosci
jest to sposób na polaczenie kilka dyskow fizycznych ktore sa widziane przez system jako jeden dysk logiczny
SSO
commencer à apprendre
Single Sing-On
np oauth, logujesz sie raz i masz dostep do wielu usług
ITIL
commencer à apprendre
Information Technology Infrastructure Library
zbiór najlepszych praktyk zarządzania usługami informatycznymi
SOC
commencer à apprendre
Security Operations Center
AAA
commencer à apprendre
Authentication Authorization Accounting
to identify, to give permission, to log an audit trail
NTFS
commencer à apprendre
New Technology File System
System plików czyli metoda przechowywania plików, zarządzania plikami
FAT
commencer à apprendre
File Allocation Table
System plików
show desktop shortcut
commencer à apprendre
Win+D
rename shortcut
commencer à apprendre
F2
hidden menu
commencer à apprendre
Win+X
DR/BC
commencer à apprendre
Disaster Recovery/Business Continuity
DAM
commencer à apprendre
Database Activity Monitoring
EDR
commencer à apprendre
Endpoint Detection and Response
pozwala usunac proces, usunac plik
EDR monitoruje: tworzenie procesów, modyfikacje rejestrów
LDAP
commencer à apprendre
Lightweight Directory Access Protocol
squid
commencer à apprendre
proxy software
tcp hit to jest cache tcp miss nie ma cache
np przechowuje cache, odciaza serwery http, usprawnia dzialanie
AD
commencer à apprendre
Active Directory
Usługa katalogowa czyli hierarchiczna baza danych zawierająca użytkownikow, aplikacje, urzadzenia sieciowe
PUP
commencer à apprendre
Potentially Unwanted Programs
RAT
commencer à apprendre
Remote Access Trojan
frame
commencer à apprendre
layer 2
packet
commencer à apprendre
layer 3
segment
commencer à apprendre
layer 4
hierarchia w systemie
commencer à apprendre
hardware->kernel->Shell/GNOME/KDE->User
SOAR
commencer à apprendre
Security Orchestration, Automation and Response
PTES
commencer à apprendre
Penetration Testing Execution Standard
DLP
commencer à apprendre
Data Loss Prevention
set of tools and processes to ensure that no sensitive dara is lost
IR process
commencer à apprendre
preparation, detection&analysis, containment eradication & recovery, post-incident activity
ATP
commencer à apprendre
Advance Threat Protection
IOC
commencer à apprendre
Indicators Of Compromise
IOA
commencer à apprendre
Indicators Of Attack
EFS
commencer à apprendre
Encrypting File System
WFH
commencer à apprendre
Work From Home
TTP
commencer à apprendre
Technics Tactics and Procedures
CVSS
commencer à apprendre
Common Vulnerability Scoring System
SAST DAST IAST
commencer à apprendre
(Static, Dynamic, Interactive) Application Security Testing
CI/CD
commencer à apprendre
Continuous Integration/Continuous Deployment
WAF
commencer à apprendre
Web Application Firewall
XML
commencer à apprendre
Extensible Markup Language
<quiz>xd</quiz>
csv, xls
commencer à apprendre
csv - comma-separated values, plain text separated by commas, xls - microsoft excel, holds info about worksheets, xlsx > 2007
DevSecOps
commencer à apprendre
DevOps Dev-ma byc szybko Ops-ensures quality, sec-integrated, automated, continuous security
OSS
commencer à apprendre
Open Source Software
MDM
commencer à apprendre
Mobile Device Managment
Allows to control the content allowed, redtrict access to smth, lock device if stolen
NAC
commencer à apprendre
Network Access Control
Restriciting unauthorized users
SIEM
commencer à apprendre
Securitt Information and Event Managment
makes data "human accessible"
Data aggregator, search and reporting system, rules, makes alerts
normalization
commencer à apprendre
turning raw data into strict format
UBA(UEBA)
commencer à apprendre
User(and Entity) Behavior Analytics
comparing historical user behavior to identify a compromise
PoS
commencer à apprendre
Point of Sale
birthday attack
commencer à apprendre
polega na znalezieniu kolizji funkcji hashujacej(md5 np mialo z tym problem)
skimming attack
commencer à apprendre
skimmer to to gowno w bankomacie co kradnie dane, skimming attack polega na kradziezy danych z karty
buffer overflow
commencer à apprendre
put more data in variable than variable can hold
memory leak
commencer à apprendre
memory that is no longer needed is not deleted,(free up memory) nie zwalniamy zarezerwowanej pamieci, moze prowadzi do ataku DoS
IT/OT
commencer à apprendre
Information Technology/Operational Technology
OT to np SCADA, PLC, ICS(Industrial Control Systems)
logic bomb
commencer à apprendre
trigger malicious code while specific conditons met np time bomb sie wlacza w piatek 13
NFC
commencer à apprendre
Near Field Communication
wardriving, warflying, warwalking
commencer à apprendre
idziesz, jedzeisz przez miasto i szukasz wifi
pivot/pivoting
commencer à apprendre
utilizing compromised network/system to perform attacks on other systems in the same network
DAD triad
commencer à apprendre
Disclosure, Alternation, Denial
HSTS
commencer à apprendre
Http Strict Transport Security
its just a header strict-transport-security: preload is a list of safe websites
informs browsers that the site should only be acceses using HTTPS
IEEE 802.1X
commencer à apprendre
standard kontroli dostepu w sieciach przewodowych i bezprzewodowych
IAAS, PAAS, SAAS
commencer à apprendre
(Infrastructure, Platform, Software) as a service
I - virtualization and you got whole machine to manage(os included) P - you onlyanage application and datagt
typosquatting/cybersquatting
commencer à apprendre
okupowanie domain name jakiejs firmy, okupowanie domain name podobnego do nazwy glownej domeny firmy
apt update vs upgrade
commencer à apprendre
update gets information about latest version of packages, upgrade installs them
. so file in unix
commencer à apprendre
so -share object, dynamic libraries
x86
commencer à apprendre
32bit
dll vs static
commencer à apprendre
dll to te pliki dll, a biblioteka statyczna jest embed into exe file
vishing
commencer à apprendre
voice phishing
http status codes
commencer à apprendre
1xx info 2xx success 3xx redirect 4xx client error 5xx server error
dwa najpopularniejsze silniki przegladarki internetowej
commencer à apprendre
gecko - mozilla, blink - google/czesc projektu chromium
multiplexing
commencer à apprendre
multiple signals combined into one signal over shared medium
hol blocking
commencer à apprendre
head of line blocking
happens when a line of packets is held in queue by a first packet(to maintain order)
quic
commencer à apprendre
quick udp internet connections
quic ensures reliability
it remoces tcp-based head of line blocking, it makes tls handshake faster
race conditions
commencer à apprendre
when two processes/threads attempts to access same resource at thr same time
common issue for multithreaded applications
path do logow linuxowych/windowsowych web servers
commencer à apprendre
np /var/log/apache2 /var/log/nginx/access. log
np error. log/access. log
np Program Files/Apache/logs/access. log
sysmon
commencer à apprendre
system monitor - usługa systemowa rejestrujaca eventy
tcp/udp nazwa ramed layer 4
commencer à apprendre
tcp - segment udp - datagram
tcp/ip layers
commencer à apprendre
app/transport/internet/network interface
rainbow table
commencer à apprendre
precomputed table of hashes
netbios, porty windows file share
commencer à apprendre
windows file share 135-139,445
netbios to protokol umozliwiajacy laczenie sie aplikacji w sieci
kerberos/ldap in ad
commencer à apprendre
kerberos os default authentication and authorization protocol, ldap also is auth protocol
if you want to havre linux/mac in ad you use ldap or samba
web server/application server
commencer à apprendre
web server handles httl requests, app server holds business logic
apache - web server, apache tomcat - app server
post/put/patch
commencer à apprendre
post tworzy nowy obiekt, put aktualizuje lub tworzy nowy obiekt(wymaga kompletu danych, podobnie jak post) patch akutalizuje obiekt, obiekt musi istniec, przesyla tylko dane ktore maja byc zaktualizowane
post - gdy chcemy stworzyc, put gdy chcemy zaktualizowac(czesto blokuje sie tworzenie nowych obiektow), patch gdy obiekt ma ogromne ilosci danych, wtedy chcemy tylko przesylac te dane ktore chcemy zaktualizowac a nie komplet danych jak w przypadku PUT
noc vs soc
commencer à apprendre
noc analysis performance, wants system to respond
network(security) operation center
soc investigates
reverse proxy vs load balancer
commencer à apprendre
load balancer is spreading the load among servers
load balancer is specific thing
reverse proxy can be a load balancer but also is caching, can provide security, ssl acceleration(removing ssl)
linux remove file/directory
commencer à apprendre
rm file. txt / rm -r dir
-r usuwa caly directory z innymi rzeczami w srodku razem z subdirectory
/etc/passwd vs /usr/bin/passwd
commencer à apprendre
kontener na hasla vs komenda
rwx vs rws
commencer à apprendre
rws wtedy s to suid(set user id) czyli uruchamiajac ten plik uruchamiamy go z uprawnieniami tego kto stworzyl plik a nie ze swoimi uprawnieniami
exploit/payload/vulnerability
commencer à apprendre
exploit takes advantage of vulnerability, vulnerability is a flaw in a design, coding, logic, that can be exploited
payload is a code that will run on the target system
vpr
commencer à apprendre
vulnerability priority ranking
made by tanable it is a vulnerability scoring system
firmware
commencer à apprendre
oprogramowanie wbudowane, zainstalowane na stale w urzadzenii zapewniajace podstawowe procedury jego obslugi np firmware w oscyloskopie, no raczej go nie zmieniasz masz wbudowane oprogramowanie na stale i jest git
pgp
commencer à apprendre
pretty good privacy, software that implementa ecnryption
cyber kill chain
commencer à apprendre
recon, weaponization, delivery, exploitation, installation, c2, accomplishing goals
threat intelligence
commencer à apprendre
data collected and analyzed
is used to provide information about current and potenital attacks against organization
firmware/driver/os
commencer à apprendre
firmware is built in into ROM, it is fixed code e. x BIOS or firmware for gpu, driver tells OS how to communicate with the device os can be updated obviously
firmware low level tasks, os high level tasks
serial vs pararell transmission
commencer à apprendre
serial oznacza ze bity sa przesylane w ustalonej kolejnosci a pararell ze kilka bitow jest przesylanych rownolegle za pomoca kilku roznych kanalow
pararell jest szybsze ale mniej reliable
watering hole attack
commencer à apprendre
zwierzeta na sawannie podchodza do wody zeby sie napic i krokodyl atakuje
czyli stawiasz stronke i czekasz az ktos na nia wejdzie, wtedy jakis drive by download czy cos
ISO/OSI
commencer à apprendre
Internation Standards Organization
Open Systems Interconnection
RTO, RPO
commencer à apprendre
Recovery Time Objective - how quickly after disaster you must be back i production
RPO - Recovery Point Objective - how much you can afford to lose
. run files in linux
commencer à apprendre
its like exe, executable file in linux
horizontal/verical/box scan
commencer à apprendre
horizontal - one port many ip, vertical - many ports one ip
box is combination of both
RPC
commencer à apprendre
Remote Procedure Call, client server protocol, klient wysyla dane w ustalonym formacie a serwer realizuje usluge
adapter vs interface
commencer à apprendre
adapter - piece of hardware(works on datalink level), network interface is software construct(works on ip level)
promisc vs monitor mode
commencer à apprendre
promisc is getting all the traffic(without promisc you would analyze only packets sources or destined to you, so you can still sniff but you won't get packets that are not destined to you)
monitor mode it is on wlan and it allows to sniff all traffic on channel(even encrypted ones with WPA)
dpkg -l
commencer à apprendre
lists all of installed packages on system
find command
commencer à apprendre
syntax: find where what; if not specified where, it will look recursively(current driectory and subdirectories)
inne przydatne: -type (f lub d) -perm,
find -name "text. txt"; find -name "*. py"; find /home/kali/Desktop -name "*xdd*"
ws-discovery
commencer à apprendre
web services discovery, multicast discovery protocol that locates services on local network
rx tx
commencer à apprendre
rx - received bytes, tx - transmited bytes
FIPS
commencer à apprendre
Federal Information Processing Standard
ENS
commencer à apprendre
Endpoint Security
symlink
commencer à apprendre
dowiazanie symboliczne, mozemy sprawic ze plik znajdzie sie w danym miejscu, mimo ze bedzie w innym
NEWS
commencer à apprendre
Notable Event Weather Sport
. tar. gz
commencer à apprendre
tar is archive stored many files in single file,. tar is not compressing
. gz is compressing

Vous devez vous connecter pour poster un commentaire.