Using Feeds with Google Sheets
Integrate Halo Security data directly into Google Sheets for custom analysis and reporting of your attack surface data.
Last updated
Was this helpful?
Integrate Halo Security data directly into Google Sheets for custom analysis and reporting of your attack surface data.
Last updated
Was this helpful?
Navigate to Events → Feeds
Click the + icon to create a new Feed
Configure the Feed settings:
Name: "Google Sheets Data" (or your preferred name)
Type: Choose based on your needs:
Assets: For attack surface inventory
Targets: For monitored assets
Events: For security events and changes
Format: CSV
Output: Basic
Create a new Google Sheet
In cell A1, enter the IMPORTDATA formula:
=IMPORTDATA("https://api.halosecurity.com/feeds/[your-feed-id]?format=csv")
The sheet will automatically populate with your Feed data
Create a dedicated sheet tab for the raw Feed data
Use separate tabs for analysis and visualizations
Remember that IMPORTDATA refreshes periodically (typically every hour)
Consider using cell references instead of direct calculations on the IMPORTDATA range
Asset Inventory Dashboard
Create pivot tables to analyze assets by domain
Track asset counts over time
Identify patterns in your attack surface
Security Metrics
Calculate risk statistics
Track discovered assets by type
Monitor changes in your attack surface
Custom Reports
Generate executive summaries
Create department-specific views
Build custom risk calculations
If your data isn't loading:
Verify the Feed URL is accessible
Ensure the CSV format is selected
Check that the data size isn't exceeding Google Sheets limits
Confirm your Feed URL includes the format parameter: ?format=csv
For more information about Feed configuration options, see: