TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Seclook – Simple security lookups via CLI

3 pointsby ackatzover 1 year ago
As someone working in a Security Operations Center (SOC), I needed a quick way to look up IP addresses, emails, hashes, etc. using services like VirusTotal, Shodan, and Emailrep. So, I built a small CLI tool to do this called `seclook`.<p>You can quickly run commands like `seclook virustotal 1.1.1.1` and pipe it to a JSON processor for easy searching.<p>While some SOCs have security automation&#x2F;orchestration to look up these values automatically for the analysts, many SOCs don&#x27;t have the budget for hugely expensive API keys to perform these lookups on a massive scale. Many analysts&#x27; workflow involves context switching through many browser windows and using clunky web UIs to do lookups. This is why I made this project publicly available and submitted it to PyPI – hopefully someone out there will find it useful.<p>This is my first submission to PyPI, so I am excited about that and open to any feedback, criticism, or ideas.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ackatz&#x2F;seclook">https:&#x2F;&#x2F;github.com&#x2F;ackatz&#x2F;seclook</a> <a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;seclook&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;seclook&#x2F;</a>

no comments

no comments