Veysel
@veysel981611·18d ago
finally a detection tool that feels like it was built by people who've actually triaged alerts. the mitre mapping alone saves me hours every week.
“the mitre mapping alone saves me hours every week”
Threat intel → tested Sigma → deployed rule in under a minute. Try the translator below — no sign-up.
Built on MITRE ATT&CK v14. Ships to Splunk, Elastic, and Microsoft Sentinel with signed health checks and full audit trail. Free tier — 50 rules and 30 AI generations per month, no credit card required.
title: Suspicious PowerShell downloading remote payload
id: 00000000-0000-0000-0000-aegisyst-demo
status: production
description: Detects powershell.exe downloading remote content — a common initial-access technique.
author: Aegisyst
tags:
- attack.execution
- attack.t1059.001
- attack.t1105
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\powershell.exe'
CommandLine|contains:
- 'Invoke-WebRequest'
- 'DownloadString'
- 'Net.WebClient'
condition: selection
level: high| Step | Input | Output | Time |
|---|---|---|---|
| 1. Threat intel arrives | CISA KEV · abuse.ch MalwareBazaar · your CTI feed | MITRE-tagged item queued for detection | ~5s |
| 2. Aegisyst generates | MITRE technique + short description | Sigma rule + SPL/KQL/EQL/XML translations · regression pass | ~20s |
| 3. Deployed | Rule + configured SIEM connector | Live in Splunk / Elastic / Microsoft Sentinel | ~5s |
| Median end-to-end | ≈ 30s | ||
Every tuned rule carries a hidden risk: the fix might silently stop catching what it used to. Aegisyst's Regression Suite re-runs your logic against a curated corpus of historical true-positives on every save — so a small edit never costs you a real detection.
The security decisions we've made so a SOC team can put Aegisyst on their production stack without a months-long procurement review.