From 441e457d94df16feba72fd0098194de758abe514 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Thu, 30 Jan 2025 16:30:51 +0100 Subject: [PATCH] updated flask-soc-site project page to match the repo --- content/projects/flask-soc-site.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/projects/flask-soc-site.md b/content/projects/flask-soc-site.md index d628be9..d0940d0 100644 --- a/content/projects/flask-soc-site.md +++ b/content/projects/flask-soc-site.md @@ -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 |