added screenshot

This commit is contained in:
Joost Agterhoek 2024-09-06 15:56:51 +02:00
parent 8a2a14259d
commit 079da00a53
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
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. 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.
![](./screenshots/screenshot-flask-soc-site-2024-09-06.jpg)
## Todos ## Todos
- :email: reorganize the SPF, DMARC and DKIM results (organize the SPF to match ['record'] with ['parsed']) - 📧 reorganize the SPF, DMARC and DKIM results (organize the SPF to match ['record'] with ['parsed'])
- :alien: try to incorporate OTX Alienvault results - 👽 try to incorporate OTX Alienvault results
- :paperclip: start working again on the upload feature to analyze hosts in a text or csv file - :paperclip: start working again on the upload feature to analyze hosts in a text or csv file
- :100: parse and display lookup results for multiple, differently typed and separated hosts (look at parsing in [gui-host-lookup](https://code.joostagterhoek.nl/joost/gui-host-lookup/)) - :100: parse and display lookup results for multiple, differently typed and separated hosts (look at parsing in [gui-host-lookup](https://code.joostagterhoek.nl/joost/gui-host-lookup/))

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB