andrew-kline
andrew-kline
Thanks @cmd-ctrl-freq for the really quick response and for looking into it!
I was able to bypass this issue by editing the `echo "version=0.7.4" >> pulledpork.tmp` line (line 468 autosnort-ubuntu-AVATAR.sh) to `echo "version=0.8.0" >> pulledpork.tmp`. pulled pork is now on version 8....
If you change the Talos rule on line 452 in autosnort-ubuntu-AVATAR.shto `echo "rule_url=https://snort.org/downloads/ip-block-list|IPBLOCKLIST|open"`, and change the version (comment above) to 0.8.0, it should work successfully.
I've been troubleshooting this a bit and was successful after editing the partition names (manually) in the glue console to awslogs, account, cloudtrail, region, year, month, day. Haven't been successful...
Line 15 of glue_etl.py, you have to change the field mappings map "partition_0" to "awslogs," etc. Once I changed the below, the entire workflow completed successfully. `applymapping1 = ApplyMapping.apply(frame =...
Just submitted a pull request that should solve this issue.
@dxa4481 hi - discovered this as well. The regex for slack tokens here https://github.com/l4yton/RegHex seems to be more inclusive.
For anyone who comes along down the line, your interfaces may now be in /etc/netplan/*-installer-config.yaml. Fix here is still the same - delete the 2nd and 3rd interface and reboot....
> Any update on this? What's the preferred way to, for example, get the list of all service accounts? AFAIK the only way is to use the API wrapper client...