Happy #BloodHoundBasics day to all who celebrate!
Easily RETURN computers, users, and certificate templates created in the last X days where X can match anything you want. In this case we are looking for objects created in the last 365 days.
🧵: 1/3
07.03.2025 19:26
👍 6
🔁 3
💬 1
📌 0
WITH 365 AS DAYS_AFTER
MATCH p=(n:Base)
WHERE (n:User OR n:Computer or n:CertTemplate)
AND n.whencreated > (datetime().epochseconds - (DAYS_AFTER * 86400))
RETURN p
LIMIT 100
s/o @kaydaskalakis.bsky.social
🧵: 3/3
07.03.2025 19:26
👍 1
🔁 1
💬 0
📌 0
Adobe Premiere Pro is just fine assuming a Windows environment. I like both of them. My go to for editing as a hobbyist though would always be Final Cut on a Mac simply due to ease of use.
04.01.2025 22:30
👍 0
🔁 0
💬 0
📌 0
MATCH (c:Computer)
WHERE NOT c.haslaps AND coalesce(c.system_tags, "")
CONTAINS "admin_tier_0" AND NOT c.distinguishedname
CONTAINS "DOMAIN CONTROLLERS"
RETURN c
s/o @kaydaskalakis.bsky.social
🧵: 2/2
03.01.2025 20:41
👍 4
🔁 1
💬 0
📌 0
If you are visiting @blackhatevents.bsky.social #BHEU you will find me at the @specterops.bsky.social booth!
Let's meet!
28.11.2024 17:04
👍 2
🔁 0
💬 0
📌 0