theflakes

Results 29 issues of theflakes

Right now we'll search a given sub key and all keys underneath it will be recursed by default. Add a command line option to only search to a depth of...

enhancement
help wanted
good first issue

Update hunts' regex error output to specify which regex failed to compile.

enhancement
good first issue

This would be especially useful for registry keys whose ACLs have been maliciously modified to prevent access. See: https://github.com/trailofbits/windows-acl Code example: https://github.com/trailofbits/windows-acl/blob/master/example/query_acl.rs

enhancement
help wanted

Though the winreg crate supports the REG_LINK type, I cannot find a way to actually identify this type.

enhancement
help wanted

This may require using COM, at least it did with PowerShell. Field names: timestamp device_domain device_name default_hash task_path name status enabled account_domain account_name next_run last_run last_result description run_as_domain run_as_account logon_mode...

enhancement
help wanted

Find and add the device's primary IP to every json log generated. Primary IP is the IP of the adapter used as the default gateway. field name to use: src_ip

enhancement
help wanted

Run hunts against file content of files that are appropriate for that file type.

enhancement
help wanted

Collect infö on default Windows group memberships. Fields: timestamp device_domain device_name default_hash group_name group_type description members sid Collect local user info: timestamp device_domain device_name default_hash account_name event_id full_name sid description...

enhancement
help wanted

Add following fields to file json logs to hold file ownership information. account_domain account_name

enhancement
help wanted

Not sure how to do this in a performant manner. But, would be nice to have the FN timestamps along with the SI timestamps. Then a simple hunt could be...

enhancement
help wanted