|
331 | 331 | </ul>
|
332 | 332 | <div class="tab-content" id="query-tabs-content">
|
333 | 333 | <div class="tab-pane active" id="startquery-pane">
|
334 |
| - <textarea id="querytext" class="form-control mb-1" name="query" rows=4 data-bs-toggle='tooltip' data-bs-title='Node selector query for the first nodes (targets)'></textarea> |
| 334 | + <textarea id="querytext" class="form-control mb-1" name="query" rows=4 spellcheck="false" data-bs-toggle='tooltip' data-bs-title='Node selector query for the first nodes (targets)'></textarea> |
335 | 335 | </div>
|
336 | 336 | <div class="tab-pane" id="middlequery-pane">
|
337 |
| - <textarea id="queryexclude" class="form-control mb-1" name="middlequery" rows=4 data-bs-toggle='tooltip' data-bs-title='Node selector query for following nodes in the graph, including the last ones'></textarea> |
| 337 | + <textarea id="queryexclude" class="form-control mb-1" name="middlequery" rows=4 spellcheck="false" data-bs-toggle='tooltip' data-bs-title='Node selector query for following nodes in the graph, including the last ones'></textarea> |
338 | 338 | </div>
|
339 | 339 | <div class="tab-pane" id="endquery-pane">
|
340 |
| - <textarea id="queryexcludelast" class="form-control mb-1" name="endquery" rows=4 data-bs-toggle='tooltip' data-bs-title='Node selector query for last nodes'></textarea> |
| 340 | + <textarea id="queryexcludelast" class="form-control mb-1" name="endquery" rows=4 spellcheck="false" data-bs-toggle='tooltip' data-bs-title='Node selector query for last nodes'></textarea> |
341 | 341 | </div>
|
342 | 342 | </div>
|
343 | 343 | <div id="queryerror"></div>
|
|
390 | 390 | depth=99 methods="default">Users where password never expire</li>
|
391 | 391 | <li class="dropdown-item"
|
392 | 392 | query="(&(objectClass=Person)(!(pwdLastSet=0))(pwdLastSet:since:<-5Y)(!(userAccountControl:and:=2)))"
|
393 |
| - mode="Reverse" depth=99 methods="default">Accounts that has a password older than 5 years</li> |
| 393 | + mode="Reverse" depth=99 methods="default">Accounts that have a password older than 5 years</li> |
394 | 394 | <li class="dropdown-item"
|
395 | 395 | query="(&(dataLoader=Active Directory)(objectClass=Person)(pwdLastSet=0)(|(logonCount=0)(!(logonCount=*)))(!(userAccountControl:and:=2)))"
|
396 | 396 | mode="Reverse" depth=99 methods="default">New accounts with initial password</li>
|
|
401 | 401 | <li class="dropdown-item" query="(&(type=Group)(member:count:>100))" mode="Normal"
|
402 | 402 | depth=99 methods="default">Groups that have more than 100 direct members</li>
|
403 | 403 | <li class="dropdown-item"
|
404 |
| - query="(&(type=Computer)(userAccountControl:1.2.840.113556.1.4.803:=8192))" mode="Normal" |
405 |
| - depth=99>Domain Controllers</li> |
| 404 | + query="(&(type=Machine)(out=MachineAccount,(&(type=Computer)(userAccountControl:1.2.840.113556.1.4.803:=8192))))" mode="Normal" |
| 405 | + depth=99>Domain Controller machines</li> |
406 | 406 | <li class="dropdown-item" query="(&(type=Computer)(userAccountControl:1.2.840.113556.1.4.803:=524288)(!userAccountControl:1.2.840.113556.1.4.803:=8192))" mode="Normal"
|
407 | 407 | depth=99>Computers with Unconstrained Delegation (non DCs)</li>
|
408 | 408 | <li class="dropdown-item" query="(&(objectCategory=computer)(msds-allowedtodelegateto=*))" mode="Normal" depth=99>
|
409 |
| - Computers with Constrained Delegation</li> |
| 409 | + Computers accounts with Constrained Delegation</li> |
410 | 410 | <li class="dropdown-item" query="(&(type=Person)(memberOf:count:>10))" mode="Normal" depth=1 methods="default">Users
|
411 | 411 | that are direct members of more than 10 groups</li>
|
412 | 412 | <li class="dropdown-item"
|
|
0 commit comments