Pretnje
25 direktnih pogodaka-
№ 017
Credential stuffing Credential stuffing does not go after unknown passwords; it tries known ones. With username and password pairs from databases leaked across the internet, the at …pretnja · identity
-
№ 021
Account Takeover … ly the destination of what came before: phishing, credential stuffing, token theft.pretnja · identity
-
№ 043
Authentication Bypass An authentication bypass means the attacker reaches a protected part of the system without logging in the ordinary way. They need not know a password. Sometimes a flaw in the logic is enough, or an unprotected endpoint, a predictable token, a misconfigured proxy, or a gap between two steps of the login.pretnja · applications
-
№ 015
Brute-force attack … P server exposed to the internet with admin/admin credentials and no limit on failed logins. This happens far more often than you would think.pretnja · identity
-
№ 012
Infostealer … n infostealer has one basic role: to collect your credentials. Saved browser passwords, cookies and session tokens, autofill data, crypto wallet keys — all of i …pretnja · malware
-
№ 067
IoT Device Compromise IoT device compromise hits cameras, routers, sensors, smart televisions, locks, controllers and all the equipment connected to a network that does not behave like a classic computer. The problem is that these devices are often forgotten the moment they are switched on.pretnja · physical / IoT
-
№ 022
Kerberoasting Kerberoasting is an attack specific to Windows domain networks and Active Directory (AD). User logins are handled by the Kerberos protocol, which issues tickets as proof of identity. In a domain environment there are non-user accounts — service accounts — under which most background tasks and services run, such as databases and business applications. Service accounts are set up so that any user can request a ticket for access to a given service. The catch is that the ticket is encrypted with the service account's password.pretnja · identity
-
№ 004
Keylogger Keylogger embedded in a trojan collecting banking credentialspretnja · malware
-
№ 023
Pass-the-Hash … here; protection of the memory the hash lives in (Credential Guard); network segmentation; a move from NTLM to Kerberos. The main recommendation is that privile …pretnja · identity
-
№ 016
Password spraying Password spraying is brute force turned around. Instead of trying many passwords on one account, the attacker tries common passwords across many accounts. That avoids lockout, because each individual account sees only an attempt or two.pretnja · identity
-
№ 019
Session Hijacking When you log in, the service opens a session — a state that remembers you are you, together with everything that goes with it, such as your preferences and settings. The main benefit is that you do not have to type a password every few minutes as you move through the features. That session is marked by an identifier, usually held in a browser cookie. Session hijacking is the taking over of a session that is already open. The attacker does not attack the login; they slip into a session that has already passed authentication and carry on operating the service in your name.pretnja · identity
-
№ 018
Token Theft A token is proof that you have already logged in. When you sign in and confirm your identity with a second factor, the service issues a token, stored in the browser, which vouches that you have already been checked the next time round. The token is sent automatically with every further request, so you do not have to type the password again. Token theft is the taking of that proof. With it in hand, the attacker presents themselves as you — without your password and without the second factor, because both have already been approved.pretnja · identity
-
№ 006
Backdoor … chine or network, regardless of patching, changed credentials or a reinstalled system.pretnja · malware
-
№ 057
DNS Poisoning … ut DNS poisoning takes them to a page that steals credentials.pretnja · availability
-
№ 068
Evil Twin … ects, the attacker can watch the traffic, attempt credential theft, present a fake captive portal, redirect the user, or run an attack as a man in the middle. I …pretnja · physical / IoT
-
№ 032
Malvertising … age for a browser update, a program download or a credential entry. In worse cases a vulnerable browser or extension can be exploited by the content simply load …pretnja · social eng.
-
№ 047
Path Traversal … . One configuration file read can reveal database credentials, API keys and internal paths, and from there the attack is no longer reading but a breach of the a …pretnja · applications
-
№ 026
Phishing … a link, opening an attachment, or entering their credentials somewhere.pretnja · social eng.
-
№ 020
Privilege Escalation … running with more rights than they need. Leftover credentials and forgotten administrator accounts are frequent prizes. Each of those mistakes is a shortcut fro …pretnja · identity
-
№ 034
QR phishing - Quishing … ed document check, but the page asks for business credentials.pretnja · social eng.
-
№ 030
SMS phishing - Smishing … rom outside the official store, the attacker gets credentials, payment details or access to the phone.pretnja · social eng.
-
№ 045
SSRF … dpoint, the attacker can try to extract temporary credentials and move from one hole in an application to a compromise of the cloud account.pretnja · applications
-
№ 062
Shared Account Abuse … access belongs behind PAM, session recording and credentials issued for a limited time.pretnja · trust
-
№ 066
Typosquatting … ng a familiar site but ends up on a fake page for credential theft, malware distribution or advertising. With software packages, a developer installs a package …pretnja · trust
-
№ 033
Whaling … uments, and the login leads to a page that steals credentials.pretnja · social eng.
Tehnike
12 direktnih pogodaka-
№ 003
Credential Abuse Credential abuse involves using stolen, leaked, or otherwise obtained login data to gain unauthorized access to systems and services. The attacker impersonates …tehnika · initial access
-
№ 020
Access Token Manipulation Token abuse involves stealing or manipulating authentication tokens, session cookies, or access keys to assume the identity of a legitimate user or service. The attacker can use a token without knowing the password.tehnika · privileges
-
№ 022
Forge Kerberos Tickets A set of techniques exploiting the Kerberos protocol in Active Directory.tehnika · privileges
-
№ 021
Pass-the-Hash Using NTLM hashes instead of plaintext passwords for authentication.tehnika · privileges
-
№ 009
AiTM … it forwards everything to the real site), enters credentials and even the MFA code — the proxy passes them through, the real service issues a session token, an …tehnika · initial access
-
№ 004
Brute Force … olves the systematic testing of a large number of credential combinations to gain unauthorized access. It includes classic exhaustive testing, dictionary attack …tehnika · initial access
-
№ 026
Configuration Abuse Using default admin credentials on a network devicetehnika · discovery
-
№ 019
Lateral Movement Attackers use stolen credentials, password hashes, authentication tokens, or exploit trust relationships between systems to move through the network.tehnika · privileges
-
№ 028
Network Sniffing Can capture credentials, session tokens, email content, and API keys.tehnika · discovery
-
№ 001
Phishing … link, opening an infected attachment, or entering credentials on a fake page.tehnika · initial access
-
№ 002
Social Engineering Call from fake tech support requesting login credentialstehnika · initial access
-
№ 035
Website Defacement … lnerabilities, web server flaws, or administrator credentials.tehnika · exfiltration / impact
Odbrane
8 direktnih pogodaka-
№ 012
Password Manager Eliminates password reuse that enables credential stuffing.odbrana · identity / access
-
№ 014
Secrets Management Applications, scripts, and services need secrets to do their work — passwords, API keys, certificates, database connection strings. The wrong place for them is code, a config file, a repository, or a chat message. Secrets management means a central, protected store (a vault) from which an application fetches a secret exactly when it needs it, instead of carrying it around in plaintext.odbrana · identity / access
-
№ 031
Deception Technology Honeytokens are fake credentials or files whose use triggers an alert.odbrana · resilience
-
№ 009
Identity & Access Management Identity and access management encompasses the policies, processes, and technologies for creating, managing, and revoking digital identities and their access rights. The goal is to ensure the right users have the right access to the right resources at the right time.odbrana · identity / access
-
№ 008
Multi-Factor Authentication Multi-factor authentication requires two or more independent proofs of identity at login. It typically combines something the user knows (password), something they possess (phone, hardware key), and something they are (biometrics).odbrana · identity / access
-
№ 038
Phishing Simulations Measures click rates, reporting rates, and credential submissions by department.odbrana · people
-
№ 010
Privileged Access Management … ons provide a secure vault for storing privileged credentials, automatic password rotation, real-time session monitoring, and just-in-time access approval inste …odbrana · identity / access
-
№ 036
Virtual Private Network A VPN (virtual private network) creates an encrypted tunnel between a device and the network it connects to. For an organization this primarily means controlled remote access to internal resources — from home, on the road, in the field. Traffic inside the tunnel cannot be read in transit, even on hotel Wi-Fi.odbrana · resilience