[Rule Tuning] Add MITRE Details to exisisting hpining activity rule. (#2012)

* Add MITRE Details to existing hping activity rule.
This commit is contained in:
shashank-elastic
2022-06-02 10:36:23 +05:30
committed by GitHub
parent 98a85ddcee
commit f02325fe2f
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2020/02/18"
maturity = "production"
updated_date = "2021/03/03"
updated_date = "2022/06/02"
[rule]
author = ["Elastic"]
@@ -24,7 +24,7 @@ references = ["https://en.wikipedia.org/wiki/Hping"]
risk_score = 73
rule_id = "90169566-2260-4824-b8e4-8615c3b4ed52"
severity = "high"
tags = ["Elastic", "Host", "Linux", "Threat Detection"]
tags = ["Elastic", "Host", "Linux", "Threat Detection", "Discovery"]
timestamp_override = "event.ingested"
type = "query"
@@ -32,3 +32,17 @@ query = '''
event.category:process and event.type:(start or process_started) and process.name:(hping or hping2 or hping3)
'''
[[rule.threat]]
framework = "MITRE ATT&CK"
[[rule.threat.technique]]
id = "T1082"
name = "System Information Discovery"
reference = "https://attack.mitre.org/techniques/T1082/"
[rule.threat.tactic]
id = "TA0007"
name = "Discovery"
reference = "https://attack.mitre.org/tactics/TA0007/"