cisagov / cyhy-system

Cyber Hygiene system and overall documentation/issue tracking
Creative Commons Zero v1.0 Universal
6 stars 0 forks source link

Update Restricted IP Checks #106

Open KeithBonesJr opened 1 year ago

KeithBonesJr commented 1 year ago

💡 Summary

Add a whois check to the cyhy-import and cyhy-add docker images.

Motivation and context

IPs for the vulnerability scanning service should be checked against the restricted countries using both geolocation data (utilizing maxmind) and whois. This is due to the increase in onboarding of international stakeholders.

cyhy-import and cyhy-add currently only check using geolocation (utilizing the maxmind tool).

Implementation notes

Please update the following

Acceptance criteria

How do we know when this work is done?

The current manual check (script that the VS team runs that utilizes the check against WhoIs information) will be provided to the VM Dev team via GWE email. It is NOT an expectation that the VM Dev team utilizes the script provided by the VS team, however, wanted to provide what we are already using in case it can be used as a building block for the script that is written as an addition to the current international asset check. If any additional information is needed, please let us know!