Skip to content

Commit

Permalink
version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Aug 20, 2022
1 parent 395ccba commit 2dc5b5d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TITB is a fork from [Threat Intelligence Discord Bot from vx-underground](https:

> The vx-underground Threat Intelligence Discord Bot gets updates from various clearnet domains, ransomware threat actor domains This bot will check for updates in intervals of 1800 seconds.
[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) ![Version](https://img.shields.io/badge/version-1.6-blue.svg) [![Twitter: JMousqueton](https://img.shields.io/twitter/follow/JMousqueton.svg?style=social)](https://twitter.com/JMousqueton) [![Last Run](https://github.com/JMousqueton/CTI-MSTeams-Bot/actions/workflows/fetchCTI.yml/badge.svg)](.github/workflows/fetchCTI.yml) [![CodeQL](https://github.com/JMousqueton/CTI-MSTeams-Bot/actions/workflows/codeql-analysis.yml/badge.svg)](.github/workflows/codeql-analysis.yml)
[![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) ![Version](https://img.shields.io/badge/version-1.6.1-blue.svg) [![Twitter: JMousqueton](https://img.shields.io/twitter/follow/JMousqueton.svg?style=social)](https://twitter.com/JMousqueton) [![Last Run](https://github.com/JMousqueton/CTI-MSTeams-Bot/actions/workflows/fetchCTI.yml/badge.svg)](.github/workflows/fetchCTI.yml) [![CodeQL](https://github.com/JMousqueton/CTI-MSTeams-Bot/actions/workflows/codeql-analysis.yml/badge.svg)](.github/workflows/codeql-analysis.yml)

## Description

Expand Down Expand Up @@ -53,6 +53,30 @@ python3 TeamIntelBot.py

![](Screenshot.png)

I've also add a script called ```checkFeed.py``` to check if feeds are valids and what is the last published date. This script read the ```Feed.csv```file.

```
python3 checkFeed.py
βœ… Modexp (Sun, 31 Jul 2022 00:01:53 +0000)
βœ… James Forshaw (2022-07-16T21:49:00.000-07:00)
βœ… Adam Chester (Sat, 09 Jul 2022 23:00:00 GMT)
βœ… Microsoft Security (Thu, 11 Aug 2022 16:00:00 +0000)
βœ… Recorded Future (Thu, 18 Aug 2022 00:00:00 GMT)
βœ… SentinelOne (Wed, 11 May 2022 14:56:53 +0000)
βœ… RedCanary (Thu, 18 Aug 2022 21:53:55 +0000)
βœ… Cyber-News (Fri, 19 Aug 2022 15:14:56 +0000)
βœ… Leak-Lookup (Fri, 19 Aug 2022 04:00:02 +0200)
βœ… ATT (2022-08-17T10:00:00+00:00)
βœ… US-CERT CISA (Tue, 16 Aug 2022 15:38:42 +0000)
βœ… NCSC (Thu, 18 Aug 2022 23:00:00 GMT)
βœ… Center of Internet Security (Thu, 18 Aug 2022 01:43:07 -0400)
βœ… FR-CERT Alertes (Tue, 31 May 2022 11:12:01 +0000)
βœ… FR-CERT Avis (Fri, 19 Aug 2022 11:22:29 +0000)
βœ… EU-ENISA Publications (2022-07-27T10:00:00Z)
βœ… Microsoft Sentinel (Thu, 18 Aug 2022 08:31:51 PDT)
```

## Adding or removing RSS Feeds to monitor
All monitored RSS feeds are in [Feed.csv](Feed.csv) file. To add a new RSS feed simply append a new entry and assign it a [Config.txt](Config.txt) file entry name. e.g.

Expand Down
2 changes: 1 addition & 1 deletion TeamsIntelBot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Created By : Julien Mousqueton @JMousqueton
# Original By : VX-Underground
# Created Date: 18/08/2022
# version : 1.6
# version : 1.6.1
# ---------------------------------------------------------------------------


Expand Down

0 comments on commit 2dc5b5d

Please sign in to comment.