Kay Daskalakis
banner
kaydaskalakis.bsky.social
Kay Daskalakis
@kaydaskalakis.bsky.social
First, there was Defence in Depth. Then came Defence in Breadth. Naturally, Defence in Height will be next, followed by Defence in Time, Spirit, Absurdity. Someone will ‘invent’ it. We will passionately follow, in a relentless pursuit of security.
Reposted by Kay Daskalakis
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
March 7, 2025 at 7:26 PM
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.
January 4, 2025 at 10:30 PM
Reposted by Kay Daskalakis
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
January 3, 2025 at 8:41 PM