hmft | 8 years ago | on: Enhance Email and Web Security – Binding Operational Directive 18-01
hmft's comments
hmft | 9 years ago | on: Open source collaboration across agencies to improve HTTPS deployment
hmft | 9 years ago | on: Open source collaboration across agencies to improve HTTPS deployment
hmft | 9 years ago | on: Open source collaboration across agencies to improve HTTPS deployment
For both hostname gathering and HTTPS scanning, we use 18F's domain-scan [https://github.com/18F/domain-scan], which orchestrates the scan and provides parallelization. We use the pshtt scanner to ping each hostname at the root and www for both http and https-- this typically takes 36-48 hours to burn through. Once the scanning is finished, we throw the data from the CSV into mongodb, then generate the report via LaTeX. The trickiest part is probably report delivery, which is a mostly manual process for Very Government reasons.
Most of the bureaucratic challenge is overcome because we've already been doing scans against these executive branch agencies for the past several years, so we're a known quantity, though we do modify our user-agent to clearly point back to us. On the whole, agencies have been very supportive-- the data on Pulse bears that out. Agencies really do want to do the right thing for citizens.
hmft | 9 years ago | on: Open source collaboration across agencies to improve HTTPS deployment