In our deployment of PRTG (13.3.5.2871 x64 on Windows Server 2012 R2), we use an AD-authenticated user to query WMI sensors. This causes pretty high lsass.exe CPU usage on the probe machines, but more concerning is that it generates several thousand requests/sec to our domain controller. Watching a netmon/message analyzer trace, there is a pattern that happens on every sensor query:
KRB_AS_REQ [with PA-PAC-REQUEST] KRB_ERROR, KDC_ERR_PREAUTH_REQUIRED: Additional pre-authentication required KRB_AS_REQ [with PA-ENC-TIMESTAMP, PA-PAC-REQUEST] KRB_AS_REP, Ticket {Realm: <domain>, Sname: krbtgt/<domain>} KRB_TGS_REQ KRB_TGS_REP
Is there a reason why a ticket request is made every time? Can the kerb ticket be cached and reused?
Add comment