Skip to content

Huntress Low Code Plugin#56

Open
Deenk wants to merge 15 commits into
mainfrom
huntresslcp
Open

Huntress Low Code Plugin#56
Deenk wants to merge 15 commits into
mainfrom
huntresslcp

Conversation

@Deenk
Copy link
Copy Markdown
Contributor

@Deenk Deenk commented Jun 1, 2026

🔌 Plugin overview

  • Plugin name: Huntress
  • Purpose / problem solved: Monitor agents, incident reports, escalations, platform actions, signals, and externally exposed ports across your Huntress Managed Security Platform from SquaredUp.
  • Primary audience: Security teams, MSPs, and IT administrators using Huntress for endpoint detection and response.
  • Authentication method(s): HTTP Basic Auth (Huntress public key + private key, Base64-encoded per the Huntress API spec).

🖼️ Plugin screenshots

Plugin configuration

image

🧪 Testing

Tested against a live Huntress account:

  • Config validation connects successfully via the organizations data stream
  • All data streams (agents, agentsByOrganization, organizations, incident_reports, escalations, signals, external_ports, platform_actions) return data correctly
  • Paging works as expected at 500 items per page
  • State maps for severity and status render correctly on incident reports, escalations, and platform actions
  • Default dashboards for Agents, Incident Reports, and Platform Actions load without errors
  • Object indexing correctly surfaces Huntress Agent and Huntress Organization typed objects

⚠️ Known limitations

  • The Huntress API is rate-limited to 60 requests per minute. Initial syncs of large environments may take longer as the plugin paginates within this limit.
  • The default account-level API credential is read-only, which covers all data streams in this plugin.

📚 Checklist

  • Plugin, datastream and UI naming follow SquaredUp guidelines
  • Logo added
  • One or more dashboards added
  • README added including configuration guidance
  • No secrets or credentials included
  • I agree to the Code of Conduct

@Deenk Deenk self-assigned this Jun 1, 2026
@Deenk Deenk added the new-plugin Used to PR newly added plugins label Jun 1, 2026
@Deenk Deenk marked this pull request as ready for review June 1, 2026 14:31
@Deenk Deenk requested a review from a team June 1, 2026 14:31
Comment thread plugins/Huntress/v1/docs/README.md Outdated
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

🧩 Plugin PR Summary

📦 Modified Plugins

  • plugins/Huntress/v1

📋 Results

Step Status
Validation ✅ Passed
Deployment 🚀 Deployed

🔍 Validation Details

huntress
{
  "valid": true,
  "pluginName": "huntress",
  "pluginType": "cloud",
  "summary": {
    "Data Streams": 8,
    "Import Definitions": 1,
    "UI Configuration": true,
    "Has Icon": true,
    "Has Default Content": true,
    "Config Validation": true,
    "Custom Types": true
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-plugin Used to PR newly added plugins

Development

Successfully merging this pull request may close these issues.

1 participant