T Techclick ← All lessons
Check Point · Quantum R81.20 / R82 · Lesson 7 of 17

Identity Awareness: when the Access Role is empty

Rule 40 source is Access Role HR_Users. Traffic log shows IP 10.20.30.80 and an empty user. The role is not broken — the gateway never mapped that IP to TECHCLICK\priya.hr. This lesson is Identity Awareness: how mapping is learned, and how to prove it.

Updated 2026-08-18·20 min read·L2 primary·Quiz at end

After this page you can

The ticket

Access Role HR_Users includes AD group TECHCLICK\HR. Priya is in that group. Log Source User is blank. Rule 40 never matches. Cleanup drop. Helpdesk “recreates the role.” The PDP table never had her IP.

Quick interview answer

Identity Awareness maps an IP to a username (and groups). Access Roles match those associations. If the log has no user, the role cannot hit. Fix the identity source (AD Query, collector, agent), then pdp d ip 10.20.30.80 — do not first rebuild the role.

Hero · IP becomes a name
IP cube becoming a named user token at the policy gate
Policy reads the mapping table, not Active Directory live on every SYN.
Lab data · dummy only

SMS sms-lab 10.10.10.5 · cluster VIP 10.10.10.1 (cp-gw-01 10.10.10.2 / cp-gw-02 10.10.10.3) · external 203.0.113.25 · internal LAN 10.20.30.0/24 · HR PC 10.20.30.80 TECHCLICK\priya.hr · HR app 10.20.30.41 hr.techclick-lab.in. Not a live customer.

What IA actually is

The gateway (PDP/PEP) holds IP → user → groups. Access Role objects say “users in group HR, machines in group Laptops.” The Rule Base matches the role only when that IP is associated.

No mapping = the packet is an IP-only packet. A user-based rule is skipped. First-match continues to the next IP rule or cleanup.

How identity is learned

SourceHowUse whenClassic miss
AD QueryGateway reads Windows security eventsOn-prem AD, simpleWMI rights / DC firewall
Identity CollectorWindows service ships eventsMany DCs, cleanerCollector down
Identity AgentEndpoint reports userShared PCs / accuracyAgent not installed
Captive portalUser types credentialsGuests / last resortPortal not in exemption / HTTPS
smartconsole://sms-lab/gateways/cp-cluster/identity
Training mock · not live
Gateways & ServersSecurity PoliciesLogs & MonitorManage & Settings
Gateways & Servers → cluster → Identity Awareness

Identity Awareness

Enabled
dc01.techclick-lab.in
Off in this lab
Optional
Identity Awareness Administration Guide — enable the blade on the gateway, then Access Role objects. Training mock.

How you configure it

  1. Side A — AD

    Account that can read security logs / the rights the current IA guide lists for AD Query or Collector.

  2. Side B — gateway + role

    Enable Identity Awareness on the cluster. Objects → New Access Role → Users from AD group HR. Rule source = that role.

  3. Side C — prove mapping

    Priya logs on to Windows. Then query PDP. Then browse. Log must show TECHCLICK\priya.hr.

Gateway expert · dummy
# Association for this IP (command names: Identity Awareness CLI; confirm on your train)
pdp d ip 10.20.30.80
# IP: 10.20.30.80
# User: TECHCLICK\priya.hr
# Groups: HR

adlog a query ip 10.20.30.80
# Same story from AD Query cache

# Empty output = role will never match. Fix identity source first.

Four IA failures

1 · Empty Source User

No event from DC, or Query cannot read it. PDP empty. Role skipped.

2 · Stale mapping

Another user sat at Priya’s DHCP IP. Role is the previous person. Force expire / wait TTL; prefer agent on shared PCs.

3 · Role groups wrong

Mapping exists. Group in the role is HR-India not HR. User is mapped and still misses.

4 · IA blade off on the member

Policy has roles. Gateway object never got the blade. Install looks fine. Associations never start.

How to prove it

Close the ticket only when

1) pdp d ip shows Priya. 2) Log Source User is her UPN/SAM. 3) Rule 40 hits. 4) A second IP without login still does not match the role.

Traps

SymptomIA storyFirst proofWrong fix
Empty user in logNo mappingpdp / adlogRecreate Access Role
Wrong user on IPDHCP reusepdp timestampAny-Any allow
Mapped, still dropWrong group / layerRole vs AD groupsDisable IA

Knowledge check

Judgment items. One best answer. Reasons send you back to the matching section.

Q1

Access Role did not hit. Log Source User is empty. First move?

Correct: b. Empty user means no association.
Q2

What does Identity Awareness store?

Correct: b. Concept.
Q3

Best identity source for many domain controllers?

Correct: a. Choose table.
Q4

Priya’s IP now shows yesterday’s contractor. Likely?

Correct: a. Failure 2.
Q5

pdp shows the user, rule still misses. Next?

Correct: a. Failure 3.
Q6

Where do you enable the IA blade?

Correct: a. Runbook Side B.

Check Point class series: Architecture · Gaia first day · SIC reset · Objects + first match · Policy layers · Hide vs Static NAT · Identity Awareness · HTTPS Inspection · Threat Prevention · Find the drop · fw monitor · SecureXL · ClusterXL · VPN Community · Policy install lock · vs PA vs Forti · CCSA / CCSE interview

Sources

Related: Check Point evidence desk · session factory · next lesson in the series above.