### Query GUID 79f8d8f9-8291-4bf7-a13a-15989018075f ### Query content MATCH (n:Domain) WHERE n.dsheuristics =~ ".{15}[^0].*" RETURN n ### Issue description Missing ^ at beginning of regex. ### BloodHound version BHE ### BloodHound DB Postgres
Query GUID
79f8d8f9-8291-4bf7-a13a-15989018075f
Query content
MATCH (n:Domain)
WHERE n.dsheuristics =~ ".{15}[^0].*"
RETURN n
Issue description
Missing ^ at beginning of regex.
BloodHound version
BHE
BloodHound DB
Postgres