Ashley TSE Training:
S-Platform:
Lab 1:
Take this file run it through investigate API - any domain that returns a 0 for the domains score, throw it into s-platform.
a) Do it one entry at a time (make sure you put a sleep in there somewhere - or get rate limited)
b) Do it in bulk

Parameters:
1. Don't do it in bash/curl
2. Program the hell out of it
3. Make sure you get this done, as well use some of these entries for tracking

Lab 2:
Program the absolute reverse of one.
1. Download get a list of domains from the S-Platform API
2. Run them through investigate domain score
3. Anything with a score of 0, remove from S-platform custom list

Lab 3:
1. Create a script that will just post a domain to S-Platform
script.py apikey domain
We can use this if we run out of time