Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions packages/ti_abusech/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# newer versions go on top
- version: "3.4.0"
changes:
- description: |
Add support for the 'Domain and IP Addresses' and 'Software and x509 Certificates' dashboards.
Update deprecated visualization charts and implemented best practices in the existing Overview, Files, and URLs dashboards.
type: enhancement
link: https://github.com/elastic/integrations/pull/15344
- version: "3.3.0"
changes:
- description: Update documentation.
Expand Down
Binary file added packages/ti_abusech/img/abusech-domains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/ti_abusech/img/abusech-files.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/ti_abusech/img/abusech-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/ti_abusech/img/abusech-softwares.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/ti_abusech/img/abusech-urls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "abuse.ch"
},
"coreMigrationVersion": "8.8.0",
"created_at": "2025-08-07T08:51:41.875Z",
"created_at": "2025-09-19T10:51:07.301Z",
"id": "ti_abusech-73511520-3b32-11ec-ae50-2fdf1e96c6a6",
"references": [],
"type": "tag",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"attributes": {
"color": "#A0A0A0",
"color": "#F583B7",
"description": "Tag defined in package-spec",
"name": "Security Solution"
},
"coreMigrationVersion": "8.8.0",
"created_at": "2025-08-07T08:51:42.770Z",
"created_at": "2025-09-19T10:51:07.301Z",
"id": "ti_abusech-security-solution-default",
"references": [],
"type": "tag",
Expand Down
10 changes: 9 additions & 1 deletion packages/ti_abusech/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ti_abusech
title: abuse.ch
version: "3.3.0"
version: "3.4.0"
description: Ingest threat intelligence indicators from URL Haus, Malware Bazaar, and Threat Fox feeds with Elastic Agent.
type: integration
format_version: "3.3.2"
Expand All @@ -26,6 +26,14 @@ screenshots:
title: abuse.ch URLs Dashboard Screenshot
size: 600x600
type: image/png
- src: /img/abusech-softwares.png
title: abuse.ch Softwares and x509 Certificates Dashboard Screenshot
size: 600x600
type: image/png
- src: /img/abusech-domains.png
title: abuse.ch Domains and IP Addresses Dashboard Screenshot
size: 600x600
type: image/png
policy_templates:
- name: ti_abusech
title: abuse.ch API
Expand Down