General Python Utilities¶
4 Python projects for general network operations, certificate handling, web frameworks, and threat intelligence.
Projects¶
| Project | Description |
|---|---|
| certificate-chain | CLI tool and library that connects to a host over TLS, recursively walks the certificate chain via AIA extensions, and saves all intermediate and root CA certificates as numbered PEM files. |
| threatvault-lookup | Computes SHA-256 hashes of local files and queries the Palo Alto Networks ThreatVault API to retrieve threat intelligence data, printing results as formatted JSON. |
| django-base | Docker-based Django REST Framework starter with PostgreSQL, Celery, custom user auth, auto-generated OpenAPI/Swagger docs, and WhiteNoise static file serving. |
| fastapi-example | Placeholder -- no source code implemented yet. |