updated flask-soc-site project page to match the repo

This commit is contained in:
Joost Agterhoek 2025-01-30 16:30:51 +01:00
parent 593f7816c1
commit 441e457d94

View File

@ -2,22 +2,25 @@
title = "Flask SOC site"
description = "A Python-powered Flask website to look up security information about domains, URLs and IP addresses. Built also as a CLI tool and a GUI application."
weight = 1
updated = 2024-09-12
updated = 2025-01-30
[extra]
remote_image = "https://code.joostagterhoek.nl/joost/flask-soc-site/media/branch/main/screenshots/screenshot-flask-soc-site-2024-09-06.jpg"
# link_to = "https://code.joostagterhoek.nl/joost/flask-soc-site"
+++
![Screenshot of 2024-09-06](https://code.joostagterhoek.nl/joost/flask-soc-site/media/branch/main/screenshots/screenshot-flask-soc-site-2024-09-06.jpg)
*Screenshot of a lookup result page from 2024-09-06*
![Screenshot of 2025-01-30](https://code.joostagterhoek.nl/joost/flask-soc-site/media/branch/main/screenshots/30-01-2025.png)
*Screenshot of a lookup result page from 2025-01-30*
# Description
This is a 🐍 Python project to build a one-page website that aims to help a security operations center (SOC) analyst. You will be able to enter a host (URL, IP address, email address) and look up security-relevant information. This includes:
This is a 🐍 Python project to build a one-page website that aims to help a security operations center (SOC) analyst. You will be able to enter hosts (URL, IP address, email address) and look up security-relevant information. This includes:
- 🪳 [VirusTotal](https://virustotal.com) and [AbuseIPDB](https://abuseipdb.com) results on a URL, domain name or IP (v4 and v6) address (🔴 color-coded undetected, harmless and malicious results)
- 📧 DMARC and SPF information on domain names (also from URLs and email addresses).
- ✍️ Generic domain registration information.
# Technologies used
This is done with (among others) the following Python-modules:
| module | purpose | usage |