Slide 96
Slide 96 text
Lab #4 - Writing custom python extensions
What? In this lab, you are an analyst. You want to write a script to collect forensic
artifacts from an infected host. You want to collect all the things since you don’t
know what is wrong with the host.
How? Using osquery… We have provided you a template called
lab4_collect_artifacts.py. You should use this collect the following
information:
timestamp, users, groups, system_info, crontab, arp_cache,
etc_hosts, etc_services, dns_resolvers, listening_ports,
kernel_modules, processes
TL;DR - Your job is to complete all the TODOs in lab #4.