Terrtia
|
966f61bb94
|
chg_ [AIL 2 AIL] add backend
|
2021-10-29 18:48:12 +02:00 |
|
Terrtia
|
4e481603b5
|
Merge branch 'master' of github.com:ail-project/ail-framework
|
2021-10-14 14:23:24 +02:00 |
|
Terrtia
|
57fbacc49c
|
chg: [crawler] add auto crawler functions
|
2021-10-14 14:23:11 +02:00 |
|
TonyJabbour
|
a0c978f2c7
|
Added get_tracker_metadata_api
Removed unnecessarily parentheses
|
2021-10-06 14:32:45 +02:00 |
|
TonyJabbour
|
fc817a5389
|
New API Endpoint:
Fixed get_item_content_encoded_text
Added get_item_sources
Added get_check_item_source
Added get_default_yara_rule_content
|
2021-10-06 11:14:11 +02:00 |
|
TonyJabbour
|
3c24c636f8
|
Removed unnecessarily parentheses
|
2021-10-06 11:11:10 +02:00 |
|
TonyJabbour
|
ddd2c81a97
|
New API Endpoint:
Return Item Content in base64 in non JSON format
|
2021-10-05 14:17:39 +02:00 |
|
TonyJabbour
|
86f8997473
|
Merge remote-tracking branch 'origin/master'
|
2021-10-04 16:20:40 +02:00 |
|
TonyJabbour
|
4af54b7ff2
|
unnecessarily parenthesis removed
|
2021-10-04 16:19:58 +02:00 |
|
Tony
|
bd098b1e55
|
Merge branch 'ail-project:master' into master
|
2021-10-04 16:17:46 +02:00 |
|
TonyJabbour
|
7fb796172c
|
Base64 Problem
|
2021-10-04 15:54:57 +02:00 |
|
TonyJabbour
|
bc8df8e671
|
Base64 Problem
|
2021-10-04 15:44:41 +02:00 |
|
TonyJabbour
|
dd9cee83db
|
Type fixed
|
2021-10-04 15:39:32 +02:00 |
|
TonyJabbour
|
e66b7aa19a
|
Type fixed
|
2021-10-04 15:31:18 +02:00 |
|
TonyJabbour
|
7669373002
|
Error Fixed
|
2021-10-04 15:25:14 +02:00 |
|
TonyJabbour
|
c2bf5aebdf
|
Add new API endpoint that return only content encoded in base64
|
2021-10-04 15:01:14 +02:00 |
|
Thirion Aurélien
|
350e06e98b
|
Merge pull request #129 from TonyJabbour/master
Webhook implementation
|
2021-10-04 14:01:19 +02:00 |
|
TonyJabbour
|
d7c1587263
|
Webhook unnecessarily line removed
Removed unnecessarily parentheses
|
2021-10-04 13:58:04 +02:00 |
|
TonyJabbour
|
768d371e5c
|
Type fixed
|
2021-10-04 13:53:28 +02:00 |
|
TonyJabbour
|
a2b28db32e
|
Added a try/catch to handle exceptions
Replaced the raise to send message to redis_logger
|
2021-10-04 12:55:40 +02:00 |
|
TonyJabbour
|
1c3ad52f5c
|
Fixed tracker_metadata
|
2021-10-01 10:16:08 +02:00 |
|
TonyJabbour
|
09f6d64e1b
|
Typo Fixed
|
2021-10-01 10:06:37 +02:00 |
|
TonyJabbour
|
e1d5e8f202
|
Fixed UI Datatable in showTracker Page
Removed "Advanced Search" text from menu misleading button
|
2021-10-01 10:02:29 +02:00 |
|
TonyJabbour
|
912956c73c
|
Fixed Webhook integration with Trackers
|
2021-09-30 14:20:08 +02:00 |
|
TonyJabbour
|
ac9df0b9fb
|
-Fixed "get_tracker_metedata" typo
-Typo Fixed
|
2021-09-30 13:41:10 +02:00 |
|
TonyJabbour
|
743dae54b6
|
-Fixed "description" arg
-Typo Fixed
|
2021-09-30 13:40:12 +02:00 |
|
TonyJabbour
|
4b2e9f5cfb
|
-Fixed the 500 error issue when installing new instance of ail when adding new trackers
-Fixed missing arguments
-Typo Fixed
|
2021-09-30 13:37:12 +02:00 |
|
TonyJabbour
|
52e422604a
|
Fix webhook
|
2021-09-29 16:17:08 +02:00 |
|
TonyJabbour
|
ecc16d1004
|
remove dict from Trackers
|
2021-09-28 22:56:28 +02:00 |
|
TonyJabbour
|
2e880c79ca
|
Add webhook post support in yara and regex trackers
|
2021-09-28 22:53:09 +02:00 |
|
TonyJabbour
|
2319b34dcc
|
Fix get_term_webhook
|
2021-09-28 22:22:59 +02:00 |
|
TonyJabbour
|
70ccb3cf25
|
Add some changes for webhook
|
2021-09-28 22:01:17 +02:00 |
|
TonyJabbour
|
30d66ef3a8
|
Add initial support for Webhook in Term Trackers
|
2021-09-28 21:11:20 +02:00 |
|
TonyJabbour
|
661bcf37f7
|
Fix spelling issue in Webhook
|
2021-09-28 20:55:41 +02:00 |
|
TonyJabbour
|
bc91c202a8
|
Add more support for Webhook URL
|
2021-09-28 20:48:47 +02:00 |
|
TonyJabbour
|
06a886732c
|
Add initial UI support for Webhook in tracker
|
2021-09-28 20:31:19 +02:00 |
|
Thirion Aurélien
|
b3b30616b2
|
Merge pull request #127 from osagit/patch-3
fix: inherit AbstractModule to prevent stuck queues
|
2021-09-08 11:04:29 +02:00 |
|
osagit
|
e063dc1ee3
|
fix: inherit AbstractModule to prevent stuck queues
regex compiled only at start, not in the loop
no duplicate warning string
comments
|
2021-09-08 10:32:47 +02:00 |
|
Thirion Aurélien
|
bad3380db0
|
Merge pull request #126 from osagit/patch-2
fix: error message contains http protocol twice
|
2021-09-07 12:01:55 +02:00 |
|
osagit
|
fc2c3ea08f
|
fix: error message contains http protocol twice
Error Can't connect to AIL Splash Manager, http://https://localhost:7001/
|
2021-09-07 11:57:17 +02:00 |
|
Terrtia
|
57a69fa1f4
|
fix: [tracker] global tracker list: fix first/last seen
|
2021-08-27 18:53:12 +02:00 |
|
Terrtia
|
fb73c25675
|
fix: [v3.7] add missing file
|
2021-08-27 18:18:44 +02:00 |
|
Terrtia
|
564280935b
|
chg: [tracker + update] add update v3.7 + add map item_id:tracker_uuid (data retention) + fix tracker first_seen/last_seen
|
2021-08-27 18:05:21 +02:00 |
|
Terrtia
|
92cfe300f8
|
Merge branch 'master' of github.com:ail-project/ail-framework
|
2021-08-23 15:25:05 +02:00 |
|
Terrtia
|
31619a1f45
|
fix: [trackers] items by daterange
|
2021-08-23 15:24:34 +02:00 |
|
|
8c812fd1a8
|
chg: [tracker] typo fixed
|
2021-08-23 11:50:49 +02:00 |
|
Terrtia
|
d64633cb2d
|
fix: [correlation graph] fix legend, remove icon text
|
2021-08-20 10:43:08 +02:00 |
|
Terrtia
|
d785b3b71d
|
Merge branch 'master' of github.com:ail-project/ail-framework
|
2021-08-18 15:36:23 +02:00 |
|
Terrtia
|
ab20752d0a
|
fix: [Credential] fix moduleStats
|
2021-08-18 15:36:05 +02:00 |
|
|
829a37ff95
|
Merge pull request #123 from TonyJabbour/master
CentOS 8 installation script Fixed a problem
|
2021-08-18 11:47:49 +02:00 |
|