From 8a2a14259d0abcfa0163d65df510725743d573ab Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Thu, 29 Aug 2024 21:37:30 +0200 Subject: [PATCH] updated readme with current todos (and emojis hopefully maybe) --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96b97ca..c23e7ef 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # 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. \ No newline at end of file +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. + +## Todos + - :email: reorganize the SPF, DMARC and DKIM results (organize the SPF to match ['record'] with ['parsed']) + - :alien: try to incorporate OTX Alienvault results + - :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/))