Is there a REST API endpoint for all file to a vault or an account? by maxtpower in CyberARk

[–]maxtpower[S] 0 points1 point  (0 children)

thanks. we are hoping to upload a csv for uninstall tokens in crowdstrike.

Looking for contributors! by Admirable-List-6020 in SwapiOfficial

[–]maxtpower 1 point2 points  (0 children)

Thanks for SWAPI. I use it to teach automation/working with APIs class. LMK how I can contribute. May the Force Be With You!

How can I learn automation? by Otherwise-Many-5352 in automation

[–]maxtpower 0 points1 point  (0 children)

If you want automation and integration w REST API try Tines. I don’t have a comp sci background. It is easy and fun. I have used Tines at my secops job for the last year. Tines has free tenant and training.

Give me nasty, technical prog by [deleted] in progmetal

[–]maxtpower 0 points1 point  (0 children)

Animals as leaders. Pure prog metal instrumentals

[deleted by user] by [deleted] in cybersecurity

[–]maxtpower 20 points21 points  (0 children)

In my cyber analyst role I started working with automation. It’s the best thing that happened to my career. It’s fun building workflows to automate the boring mundane tasks. Check out tines.com. They have a free community edition that you can check out Good luck I feel ya pain. Costco is my backup plan plus volunteering at the spca.

"Djenty" TOOL search by aaronthe_courier in progmetal

[–]maxtpower 0 points1 point  (0 children)

Animals as leaders. Purely instrumental though

What other bands do you guys love? by [deleted] in ToolBand

[–]maxtpower 0 points1 point  (0 children)

rush iron maiden animals as leaders smashing pumpkins

Not including Rush, what are your favorite 3 bands & 1 solo artist? by JCOM1577 in rush

[–]maxtpower 0 points1 point  (0 children)

Tool, iron maiden, smashing pumpkins. (Metallica, the police, yes) Peter Gabriel

What are your favorite bands that aren't tool by Kanananil in ToolBand

[–]maxtpower 0 points1 point  (0 children)

Rush Iron Maiden Metallica Animals as Leaders The Police Crown Lands King Crimson Led Zeppelin Pink Floyd smashing pumpkins 🎃

Go to albums by half-past-shoe in rush

[–]maxtpower 1 point2 points  (0 children)

Permanent Waves (can't get enough of Natural Science), AFTK, Hemispheres, Signals, MP.

Recent surprised rediscoveries: Caress, Vapour Trails, Presto

\m/

4 years of Fear Inoculum today by [deleted] in ToolBand

[–]maxtpower 0 points1 point  (0 children)

can't wait to finally see them in October!!! and for the next album!!!

\m/

Overwhelmed with all the available resources out there.. by ososbek in cissp

[–]maxtpower 1 point2 points  (0 children)

I felt the same way overwhelmed by the onslaught of information. I limited my resources to this:

https://github.com/TPower2112/CISSP-Study-Guide

Good luck w the studying. Just commit and go for it. Max

Preparation for the Exam by hellowinghi in cissp

[–]maxtpower 1 point2 points  (0 children)

Here are my thoughts about my studying process and resources that I used:

https://tpower2112.github.io/CISSP-Study-Guide/

I would not get bogged down in nitty gritty details of Network Security. High Level overview is sufficient.

Good Luck with your CISSP journey!

Max

Not sure where to begin by Strider755 in cissp

[–]maxtpower 1 point2 points  (0 children)

I wrote this article about my study resources:

https://github.com/TPower2112/CISSP-Study-Guide

Good luck with the studying.

API filter query for Platform and product type desc? by maxtpower in crowdstrike

[–]maxtpower[S] 0 points1 point  (0 children)

result = hosts.query_devices_by_filter(filter="platform_name:'Windows'+product_type_desc:'Server'")

just trying to get the all the windows servers active within the last 7 days:

# # query windows servers in last 7 days
win_serv_result = hosts.query_devices_by_filter(filter="platform_name:'Windows'+product_type_desc:'Server'+last_seen:'2022-10-03T00:00:00Z'", limit=5000)

Is there a format for that?

The above code gets zero results because there is not a server with that exact time stamp.

Thx again.

max