90 Security terms

Showing 61–90, alphabetical

  1. Jump Infrastructure Trust

    Jump Infrastructure Trust refers to a security model that uses highly controlled, temporary access points, often called jump servers or…

  2. Jump Server

    A jump server, also known as a jump host or bastion host, is a hardened intermediary server. It provides a…

  3. Jump Server Hardening

    Jump server hardening is the process of securing a jump server, which is an intermediary host used to access more…

  4. Jump Server Monitoring

    Jump server monitoring involves observing and logging all user activity on a jump server. A jump server acts as an…

  5. Jurisdiction-Based Access Control

    Jurisdiction-Based Access Control is a security mechanism that restricts user access to data and systems based on the geographic or…

  6. Jurisdictional Data Access

    Jurisdictional data access refers to the legal authority and processes by which governments and law enforcement agencies can request or…

  7. Just In Time Privilege Elevation

    Just In Time Privilege Elevation is a security practice that grants users elevated access rights only when needed and for…

  8. Just In Time Session Access

    Just In Time Session Access is a security practice that provides users with elevated permissions for a limited duration, only…

  9. Just-Enough Access

    Just-Enough Access is a cybersecurity principle that grants users, applications, or systems only the specific permissions required to perform their…

  10. Just-In-Time Access

    Just-In-Time Access JIT is a security principle that provides users with elevated privileges only for a limited duration and specific…

  11. Just-In-Time Provisioning

    Just-In-Time Provisioning is a security practice that grants users access to applications or resources only at the moment they need…

  12. Just-In-Time Session Governance

    Just-In-Time Session Governance is a security practice that grants users elevated privileges only for a specific, limited duration and purpose.…

  13. Jvm Hardening

    JVM hardening refers to the process of securing Java Virtual Machines against potential threats and vulnerabilities. It involves configuring the…

  14. Jvm Security

    JVM Security refers to the measures and mechanisms implemented to protect applications running on the Java Virtual Machine. It ensures…

  15. Jwt Audience Validation

    JWT Audience Validation is a security check that verifies if a JSON Web Token JWT is intended for the service…

  16. Jwt Authentication

    JWT Authentication is a method for securely transmitting information between parties as a JSON object. It uses JSON Web Tokens,…

  17. Jwt Claim Validation

    JWT claim validation is the process of checking the data contained within a JSON Web Token to ensure it meets…

  18. Jwt Key Compromise

    A JWT key compromise happens when the secret cryptographic key used to sign JSON Web Tokens is stolen or exposed…

  19. Jwt Key Rotation

    Jwt Key Rotation is the process of regularly changing the cryptographic keys used to sign and verify JSON Web Tokens.…

  20. Jwt Security

    Jwt Security refers to the practices and measures taken to protect JSON Web Tokens JWTs from unauthorized access, tampering, or…

  21. Jwt Signing Algorithm

    A JWT signing algorithm is a cryptographic method used to create a digital signature for a JSON Web Token. This…

  22. Jwt Token Abuse

    JWT Token Abuse refers to malicious activities where attackers exploit weaknesses in JSON Web Tokens. This can involve tampering with…

  23. Jwt Token Expiration

    Jwt Token Expiration refers to the predetermined time limit after which a JSON Web Token JWT becomes invalid and can…

  24. Jwt Token Integrity

    JWT Token Integrity refers to the assurance that a JSON Web Token has not been tampered with or altered since…

  25. Jwt Token Leakage

    Jwt Token Leakage refers to the unauthorized exposure of JSON Web Tokens. These tokens are used for securely transmitting information…

  26. Jwt Token Misuse

    Jwt Token Misuse refers to the unauthorized or malicious exploitation of JSON Web Tokens. Attackers can manipulate or steal these…

  27. Jwt Token Revocation

    JWT Token Revocation is the process of invalidating a JSON Web Token before its scheduled expiration time. This action is…

  28. Jwt Token Scope Validation

    JWT Token Scope Validation is the process of verifying that the permissions or 'scopes' listed within a JSON Web Token…

  29. Jwt Token Trust Boundary

    A JWT Token Trust Boundary defines the security perimeter where a JSON Web Token is considered valid and trustworthy. It…

  30. Jwt Token Validation

    JWT Token Validation is the process of verifying that a JSON Web Token is legitimate and has not been tampered…