4.5f endpoint security edr xdr

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:19 PM on 8/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Endpoint

The device the user actually operates: desktop, laptop, or mobile device.

2
New cards

Defense in depth (endpoint context)

Layered security across all platforms rather than relying on one single protection type.

3
New cards

Network edge

The boundary where the internal network meets the internet, typically protected by a firewall with largely static rules.

4
New cards

Access control (general)

Limiting a device or user's access to data based on parameters like username, group, location, or application used.

5
New cards

Posture assessment

Checking a device against current security standards, trusted certificate, antivirus status, app versions, disk encryption, before or during network access.

6
New cards

Trusted device certificate

A company-issued certificate identifying a device as organizationally trusted, checked during posture assessment.

7
New cards

Persistent agent

Permanently installed software that continuously monitors a device, not just during login; requires ongoing updates.

8
New cards

Dissolvable agent

Runs temporarily during login/connection, performs its check, then removes itself completely; no permanent footprint, but still executes code briefly.

9
New cards

Agentless NAC (Network Access Control)

Integrated directly with Active Directory; only runs during login/logout since there's no local software installed at all, and nothing can be scheduled.

10
New cards

Posture assessment failure response

Non-compliant devices can be quarantined onto their own VLAN with remediation instructions, then reassessed before being allowed full access.

11
New cards

EDR (Endpoint Detection and Response)

Extends beyond signature-based antivirus using behavioral analysis and machine learning; correlates process activity to detect threats and performs root-cause analysis.

12
New cards

EDR automated response

Can automatically isolate, quarantine, and roll back a compromised system to a known-good state without human intervention.

13
New cards

XDR (Extended Detection and Response)

Expands EDR's scope beyond a single endpoint, correlating data across multiple systems and diverse data types (network traffic, multiple devices) simultaneously.

14
New cards

XDR advantages over EDR

Catches detections a single-system view would miss, reduces false positives through broader correlation, and speeds up investigation via automation.

15
New cards

EDR vs XDR

EDR gives deep visibility into one endpoint. XDR is EDR's intelligence extended across multiple endpoints and data sources at once.

16
New cards

User behavior analytics (UBA)

Builds a baseline of normal user activity (devices, traffic patterns, data accessed) to detect abnormal deviations; a key XDR data source.