Configurable predicates over the honeypot event stream. The evaluator runs every 10 minutes; matching rules POST their payload to each configured destination (generic webhook, Slack, or Discord).
created 18h ago · last fired never
{
"predicate": {
"kind": "count_gte",
"uaClass": "KNOWN_LLM_AGENT",
"threshold": 1,
"windowMin": 1440
},
"destinations": [
{
"url": "https://webhook.site/echoatlas-smoke",
"type": "webhook",
"label": "smoke-bin"
}
]
}