Here are the Workshop notes: <https://docs.google...
# fleet
k
g
git clone -b defcon <https://github.com/ksatter/fleet-docker.git>
k
g
The password for the Workshop instance is :
DEFCON2022workshop!
- your usernames are on the card I gave you - if you don’t have one yet pick it up by the projector!
k
g
YARA example query:
Copy code
sql
SELECT * FROM yara WHERE path like ‘/root/%%’ AND sigrule IN (
    ‘rule eicar {
    strings:
    $s1 = “X5O!P%@AP[4\\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*” fullword ascii
    condition:
    all of them
}’
) AND matches=‘eicar’;