Reference

Tech Glossary โ€” Page 7

Showing 40 of 285 terms.

S

Steganography

๐Ÿ›ก๏ธ Security

The practice of hiding data inside another file, such as embedding an executable payload within the pixel data of an image, so the malicious content moves as an ordinary file and evades inspection that looks for executable downloads.

Subresource Integrity (SRI)

๐Ÿ›ก๏ธ Security

A browser feature in which a script or stylesheet tag carries an integrity attribute holding a cryptographic hash of the expected file; the browser refuses to execute the resource if its hash does not match. It pins one exact version, so it breaks when the vendor updates the file.

Supply Chain Attack

๐Ÿ“– Security

A cyberattack that targets an organization by compromising a third-party vendor, supplier, or partner that has access to the target's systems or data.

T

TACACS+

๐ŸŒ Networking

A Cisco-originated protocol for device administration that authenticates engineers logging into network equipment and authorizes each command they run, with per-session accounting. It is typically served by the same policy server as RADIUS, making that server the authority over who can configure the network.

Tailgating

๐Ÿ›ก๏ธ Security

A physical social engineering technique where an unauthorized person follows an authorized individual into a restricted area, exploiting social courtesy.

Tech Support Scam

๐Ÿ›ก๏ธ Security

A social-engineering attack in which a fake support interaction, such as a phony help-desk call, refund form, or Quick Assist request, tricks a victim into granting remote access or running attacker-supplied software. It is a common initial-access vector for remote-access tool abuse.

Tenant Isolation

๐Ÿ›ก๏ธ Security

The property of a multi-tenant SaaS platform that keeps each customer organization's data and sessions confined to that organization. An isolation failure, such as an SSO login being granted access to every organization a user belongs to, lets one tenant reach into another.

Third-Party Risk

๐Ÿ“– Security

The potential security threats that arise from an organization's relationships with external vendors, suppliers, and partners who have access to systems or data.

Thread

๐Ÿ  Smart Home

A low-power mesh networking protocol designed for IoT devices, used alongside Matter.

Throughput

๐Ÿ“– General

Actual amount of data successfully transferred over a connection, often lower than bandwidth.

Token Protection

๐Ÿ›ก๏ธ Security

Security measures that bind OAuth tokens to specific devices or sessions, preventing stolen tokens from being replayed on attacker-controlled systems.

Type Confusion

๐Ÿ›ก๏ธ Security

A memory-safety bug (CWE-843) in which code accesses a resource using an incompatible type, such as reading a pointer as an integer. In JavaScript engines it typically arises when optimized code trusts an assumption about an object's shape that a callback has since invalidated, as in CVE-2026-85046.

Typosquatting

๐Ÿ›ก๏ธ Security

Registering domain names that closely resemble legitimate ones, relying on misspellings or visual similarity to deceive victims or evade scrutiny. Beyond phishing, attackers use typosquatted infrastructure for command-and-control, as StyleSmuggler did with fake time-service domains like time.microsft.run.

U

UAC Bypass

๐Ÿ›ก๏ธ Security

A technique that circumvents Windows User Account Control, the prompt that asks a user to approve elevated actions, so that code can gain administrative privileges without the expected consent dialog. Malware loaders often attempt a UAC bypass to escalate from a user-level foothold.

UPnP

๐ŸŒ Networking

Allows devices to automatically configure port forwardingโ€”convenient but a security risk.

Unified Audit Log

๐Ÿ›ก๏ธ Security

A centralized logging system in Microsoft 365 that records user and admin activities across Exchange, SharePoint, Teams, and other services for security monitoring and compliance.

Use-After-Free (UAF)

๐Ÿ›ก๏ธ Security

A memory-safety bug in which a program keeps using a pointer to memory that has already been released. In the kernel, a use-after-free is a common starting point for privilege-escalation exploits because the freed memory can be reclaimed with attacker-controlled data.

V

VLAN (Virtual LAN)

๐ŸŒ Networking

A logical network segment that separates devices even when physically connected to the same network.

Vishing

๐Ÿ›ก๏ธ Security

Voice phishingโ€”a social engineering attack conducted via phone calls where attackers impersonate trusted entities to extract sensitive information or payments.

Visibility Level

๐Ÿ›ก๏ธ Security

A per-project or per-group setting on platforms like GitLab that controls who can see it: public (anyone, including anonymous users), internal (any signed-in user), or private (explicit members only). Public projects expose API endpoints to unauthenticated callers.

Vulnerability

๐Ÿ›ก๏ธ Security

A weakness in software, hardware, or processes that can be exploited by attackers to gain unauthorized access or cause harm.

W

Web Shell

๐Ÿ›ก๏ธ Security

A malicious script placed in a web server's content directory that lets an attacker execute commands through HTTP requests. Web shells are a common persistence mechanism after remote code execution and are detected by looking for unexpected files in webapp directories.

WebView2

๐Ÿ›ก๏ธ Security

Microsoft's control for embedding Chromium-based web content inside Windows applications. The Evergreen runtime updates alongside Microsoft Edge, while a Fixed Version runtime is bundled by the application vendor and receives Chromium security fixes only when the vendor ships a new package.

Whaling

๐Ÿ›ก๏ธ Security

A highly targeted phishing attack aimed at senior executives or high-value targets, often involving significant research and sophisticated impersonation.

Workflow Orchestration

๐Ÿ›ก๏ธ Security

The coordination of multi-step processes across services, where an engine schedules tasks, handles retries and passes data between steps. Orchestration engines often sit at the center of an environment with broad reach, which makes a compromised one especially damaging.

World-Writable File

๐Ÿ›ก๏ธ Security

A file or directory whose permission bits allow any user on the system to modify it. When a privileged process reads, executes, or trusts content at such a location, an unprivileged user can replace that content and run code with the process's privileges.

Worm

๐Ÿ›ก๏ธ Security

Malware that spreads on its own from one system to the next without a user launching it each time, typically by abusing a network service, shared credential, or trusted management channel. A worm's self-propagation is what makes containment, not cleanup, the first response priority.

Wormable

๐Ÿ›ก๏ธ Security

A vulnerability that can be exploited to spread automatically from system to system without user interaction, similar to how biological worms spread.

Wrapped Tokens

๐Ÿ›ก๏ธ Security

Cryptocurrency tokens pegged 1:1 to another asset (like WETH for Ethereum) that enable the underlying asset to be used on different blockchains or in DeFi protocols.

X

X.509 Certificate

๐Ÿ›ก๏ธ Security

The standard format for public-key certificates used by TLS, IPsec, and code signing. It binds a public key to an identity, is signed by a certificate authority, and is encoded in ASN.1, which is why parsing it safely is a recurring security problem.

XML Signature Wrapping (XSW)

๐Ÿ“– Security

An attack technique against XML-based protocols like SAML where attackers move a signed portion of a document while inserting malicious unsigned content, exploiting differences between signature verification and document processing.