This is a Python project to learn working with Flask. To make it useful for my day job as a security analyst, I turned it into a one-page website that can look up security-relevant data about hosts (IP addresses, fully qualified domain names, URLs and domains). Current features include: VirusTotal and AbuseIPDB-results, DMARC, DKIM and SPF information and registrar information.
Go to file
2024-08-29 21:03:36 +02:00
host_lookup first commit from a working website 2024-08-29 21:03:36 +02:00
static/styles first commit from a working website 2024-08-29 21:03:36 +02:00
templates first commit from a working website 2024-08-29 21:03:36 +02:00
upload first commit from a working website 2024-08-29 21:03:36 +02:00
.gitignore Initial commit 2024-08-29 20:12:02 +02:00
app.py first commit from a working website 2024-08-29 21:03:36 +02:00
constants.py first commit from a working website 2024-08-29 21:03:36 +02:00
README.md Initial commit 2024-08-29 20:12:02 +02:00
requirements.txt first commit from a working website 2024-08-29 21:03:36 +02:00
style.css first commit from a working website 2024-08-29 21:03:36 +02:00

flask-soc-site

This is a Python project to learn working with Flask. To make it useful for my day job as a security analyst, I turned it into a one-page website that can look up security-relevant data about hosts (IP addresses, fully qualified domain names, URLs and domains). Current features include: VirusTotal and AbuseIPDB-results, DMARC, DKIM and SPF information and registrar information.