Skip to content

[Query Issue]: Users which do not require password to authenticate #63

@johnmccash

Description

@johnmccash

Query GUID

23bdc2ad-6739-4b2b-85d3-258e3f424eb2

Query content

MATCH (u:User)
WHERE u.passwordnotreqd = true
RETURN u
LIMIT 100

Issue description

2 suggestions...

1 - This should exclude disabled accounts, particularly guest accounts
2 - it should also exclude domain Trusts accounts. That's a little more difficult to do, though. You could probably Enumerate all Trusts, and then figure out the associated trust account names to exclude from that.

BloodHound version

BHE

BloodHound DB

Postgres

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions