Asset Management
The Assets section is where you define what BleedWatch monitors. Assets represent the domains, organizations, repositories, and packages that make up your organization's public attack surface.
Asset Types
BleedWatch supports the following asset types:
| Asset Type | Example Value | What It Monitors |
|---|---|---|
| Domain | yourcompany.com | Subdomain enumeration, host discovery, TLS monitoring |
| GitHub Organization | your-github-org | Public repositories for exposed secrets |
| GitHub Username | your-username | Personal public repositories |
| GitHub Repository | org/repo-name | A specific repository |
| NPM Organization | @yourscope | All packages under the NPM scope |
| NPM Username | your-npm-user | Packages published by this user |
| NPM Package | your-package | A specific NPM package |
| Docker Organization | your-docker-org | All images in the Docker Hub organization |
| Docker Username | your-docker-user | Images published by this user |
| Docker Image | your-image | A specific Docker Hub image |
| GitLab Group | your-group | All projects in the GitLab group |
| GitLab Project | group/project | A specific GitLab project |
| IP Range | 203.0.113.0/24 | Infrastructure in the specified IP range |
Adding an Asset
- Click Add Asset in the top right
- Select the Asset Type from the dropdown
- Enter the Value (the identifier to monitor)
- Optionally set a Display Name for easier identification
- Choose a Scan Frequency:
- Hourly — For critical assets requiring near-real-time monitoring
- Daily — Recommended for most assets
- Weekly — For lower-priority or stable assets
- Click Add Asset
If you are setting up BleedWatch for the first time, start by adding your primary domain. This triggers subdomain discovery and gives you immediate visibility into your public infrastructure.
Monitoring Toggle
Each asset has an active/inactive toggle. When monitoring is disabled:
- No new scans will be scheduled for this asset
- Existing findings remain visible
- The asset is excluded from risk score calculations
Use the toggle to temporarily pause monitoring without deleting the asset and its history.
Scan Frequency
The scan frequency determines how often BleedWatch checks the asset for changes:
| Frequency | Best For |
|---|---|
| Hourly | Production domains, critical GitHub organizations |
| Daily | Standard monitoring for most assets |
| Weekly | Stable, low-risk assets or large package registries |
Higher scan frequencies consume more of your plan's scan quota. Adjust frequencies based on how often the asset changes and its criticality.
Filtering Assets
Use the type filter dropdown to view assets of a specific type. This helps when you manage many assets across different platforms.
Asset Metrics
The metrics bar at the top shows:
- Total Assets — Number of configured assets
- Active — Assets with monitoring enabled
- Inactive — Assets with monitoring paused
- Types — Number of distinct asset types in use
Best Practices
- Cover all surfaces — Add assets for every platform where your organization publishes code or hosts services
- Use organization-level assets — Adding a GitHub Organization or NPM Organization automatically covers all current and future repositories/packages
- Set appropriate frequencies — Critical production assets should be scanned hourly; internal tools can use daily or weekly
- Review inactive assets — Periodically check if paused assets should be reactivated or removed
- Name your assets — Use display names to make large asset lists easier to navigate
Troubleshooting
Asset Not Scanning
If an asset shows "Never" under Last Scanned:
- Check that the monitoring toggle is Active (enabled)
- Verify the asset value is correct (e.g., exact organization name, valid domain)
- Allow time for the scan scheduler to pick up newly added assets
Duplicate Asset Warning
BleedWatch prevents adding duplicate assets of the same type and value. If you need to monitor the same entity with different settings, consider using a more specific asset type (e.g., a specific repository instead of an entire organization).
Related
- Hosts — Subdomains discovered from Domain assets
- Findings & Alerts — Secrets found in your monitored assets
- Settings & Integrations — Additional configuration options