Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(crowdsec): Add attributes to crowdsec-ip-context object #439

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions objects/crowdsec-ip-context/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"ui-priority": 1
},
"background-noise": {
"description": "Background noise",
"description": "High background noise scores highlight untargeted, mild threat mass-attacks",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
Expand Down Expand Up @@ -66,6 +66,13 @@
"misp-attribute": "text",
"ui-priority": 0
},
"cves": {
"description": "CVEs exploited by the observed IP",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"dst-port": {
"categories": [
"Network activity",
Expand Down Expand Up @@ -124,6 +131,19 @@
"misp-attribute": "float",
"ui-priority": 1
},
"mitre-techniques": {
"description": "MITRE ATT&CK techniques used by the observed IP",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"reputation": {
"description": "Real-time, actionable IP reputation score derived from trusted reports and consensus-validated data in CrowdSec CTI",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"reverse-dns": {
"categories": [
"Network activity",
Expand Down Expand Up @@ -159,5 +179,5 @@
"ip"
],
"uuid": "0f0a6def-a351-4d3b-9868-d732f6f4666f",
"version": 3
"version": 4
}
Loading