A Chrome extension that allows security operations teams to quickly look up device and user information from Sevco Security directly from any webpage.
If you are a security analyst, you've inevitably wasted hours and hours starting with just an IP address or hostname and trying to get more device details. Or you see unusual activity and want to confirm if your EDR platform is active.
Don't waste time any more time! If your company has Sevco, install this Chrome extension and you can right-click any hostname or IP address to get a quick summary from Sevco right in your SIEM console. If you want to dig deeper, it's one click to go right to more details than you've ever had before.
- Right-click search: Select any hostname or IP address on a webpage, right-click, and select "Look up [text] in Sevco"
- Intelligent detection: Automatically detects whether the selected text is a hostname or IPv4 address
- Comprehensive results: View detailed device information including:
- Operating system and version
- IP addresses (internal and external)
- Geographic location
- Last observed and activity timestamps
When multiple devices match your search, you'll see a summary list:
- Observed sources: See which configured sources have observed this device, with last activity timestamps. Immediately confirm if your EDR is running or the machine has been scanned by VA.
- Unobserved sources: Identify configured sources where the device has NOT been observed
- Exposure vulnerabilities: View the "exposure vulnerabilities" as configured in the Sevco console
- CVEs: View count of CVEs reported on the system by all VA tools that cover the machine, as well as detail for the top ten sorted by CVSS score.
- Associated users: See details of users observed on the device
- Quick link: One-click access to view the full device details in the Sevco console
- Clone or download this repository
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in top-right corner)
- Click "Load unpacked"
- Select the extension directory
- After installing, right-click the extension icon in your toolbar
- Select "Options"
- Enter your Sevco API Key
- Click "Fetch Organizations"
- Select your organization from the dropdown
- Click "Save Settings"
- Log in to the Sevco Console
- Navigate to the API Keys section
- Generate a new API key
- Copy the key (it's only shown once!)
- Highlight any hostname or IP address on a webpage
- Right-click and select "Look up [text] in Sevco"
- View the results in the popup
- When multiple devices match your search, you'll see a list view
- Click on any device to see detailed information
- Use the "Back to Results" button to return to the list
- Uses "contains" matching for flexible searches
- Example: Searching "currant" will find "currant-mire", "blackcurrant-sassy", etc.
- Exact match search
- Format:
xxx.xxx.xxx.xxx - Example:
152.105.12.254
This extension integrates with the following Sevco API endpoints:
POST /v3/asset/device- Device searchPOST /v3/asset/device/_facet- Source enumerationPOST /v3/asset/user- User detail lookupGET /v1/admin/org- Organization information
manifest.json- Extension configurationbackground.js- Service worker for API calls and context menupopup.html/popup.js- Main popup interfaceoptions.html/options.js- Settings/configuration page
- Verify your API key is correct in the extension settings
- Ensure your organization ID is properly configured
- Check that your API key hasn't expired
- Verify the hostname/IP exists in your Sevco instance
- Try a partial hostname search for broader results
- Check your organization has access to the device
- Ensure developer mode is enabled in
chrome://extensions/ - Check for any errors in the extension's console
- Try reloading the extension
- API keys are stored securely using Chrome's sync storage
- All API calls are made directly to Sevco's servers
- No data is sent to third parties
For issues, questions, or feature requests:
- Check the Sevco documentation at docs.sev.co
- Open an issue in this repo or just submit a pull request!
- Contact Sevco support
MIT License
Built with the Sevco Security API. For more information about Sevco Security, visit www.sevcosecurity.com.





