Add all four Lookout API toolkit projects with docs and security hardening#1
Open
fgravato wants to merge 1 commit intolookout:mainfrom
Open
Add all four Lookout API toolkit projects with docs and security hardening#1fgravato wants to merge 1 commit intolookout:mainfrom
fgravato wants to merge 1 commit intolookout:mainfrom
Conversation
…ening - Lookout_Device_dashboard-release-v1.0: Flask device fleet dashboard with multi-tenant support, CVE scanning, Excel export, and intelligent caching - Lookout-Application-Tool: Flask web UI for submitting mobile apps to Lookout for security analysis (IPA/APK/AAB + store URL support) - lookout-mrav2-syslog-connector-V2: High-performance SSE connector that streams Lookout events to QRadar/Splunk syslog in real time - Lookout-ThreatFeed-V4: Python CLI for managing Lookout threat feeds via REST API with interactive and non-interactive modes Security hardening: - Rebuilt syslog connector .gitignore to exclude config.ini, config.state, .env, logs, and OS artifacts (config.ini holds the API key) - Updated App Tool README to use config.example.py -> config.py workflow with explicit note that config.py is git-ignored Documentation: - New root README.md: master overview with quick-start for all four tools, feature summaries, security notes, and contributing guide - Fixed Device Dashboard README: removed stale internal folder name references and updated license section for public release - Fixed App Tool README: updated install path, setup instructions - Fixed Syslog Connector README: updated install path references - Fixed ThreatFeed README: removed internal author attribution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Lookout_Device_dashboard-release-v1.0/) — Flask web app for real-time device fleet management with multi-tenant support, CVE scanning, Excel export, and two-layer cachingLookout-Application-Tool/) — Flask web UI for submitting mobile apps (IPA/APK/AAB + store URLs) to Lookout for security analysislookout-mrav2-syslog-connector-V2/) — High-performance SSE connector that streams Lookout events to QRadar/Splunk syslog in real time; scales to 50k+ devices across 10 tenantsLookout-ThreatFeed-V4/) — Python CLI for managing Lookout threat feeds via REST API with interactive and non-interactive/scriptable modesSecurity hardening
.gitignoreto excludeconfig.ini,config.state,.env, logs, and OS artifactsconfig.example.py→config.pywithconfig.pyexplicitly git-ignoredDocumentation
README.md: master overview with quick-starts for all four tools, feature summaries, security notes, and contributing guideTest plan
requirements.txtin a fresh virtual environment.gitignoreUSE_SAMPLE_DATA=true python app.py)http://localhost:5000install.shcompletes without errors--list-feedsCLI flag exits with code 0 when a valid API key is provided