Midterm
Challenge 1: Write a PowerShell function that obtains IOC from the given web page.


Challenge 2: Write a PowerShell function that obtains Apache access logs.


Challenge 3: Write a PowerShell function that takes the logs and indicators as input and returns only the logs that contain any of the indicators in the Page property.


Last updated