Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: conix-security/BTG
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Maxou56800/BTG
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 66 files changed
  • 2 contributors

Commits on Dec 11, 2022

  1. Many changes

    - Update README
    - Remove dead modules
    - Update existing modules
    - Fix some bugs
    - Add new modules
    - Add poetry env
    Maxou56800 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    3ee520e View commit details
    Browse the repository at this point in the history
  2. Update README

    Maxou56800 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    c40fe4a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Add event title for MISP module

    Update config file (btg.cfg)
    Remove useless Python dependencies from BTG
    Maxou56800 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    a813e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76f7edd View commit details
    Browse the repository at this point in the history
  3. Update poetry.lock

    Maxou56800 committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    2b84b22 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Add beta config option for display IOC by group

    Add date in log output
    Protect user from IOC display (hxxp/[.]) for URL and domains
    Add IOC in display of "Searching" text in modules
    Fix vtsysinternals not found display
    Maxou56800 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    5fec931 View commit details
    Browse the repository at this point in the history
  2. Fix offline mode for allowedToSearch

    Fix typo in utils.cluster for MWDB module
    Fix error in MetaDefender: if 'no threat detected' result return NOT_FOUND instead of an ERROR
    Fix 404 for MalShare using status_code
    Fix ThreatFox module definition type Online->Cache
    Maxou56800 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    39eee60 View commit details
    Browse the repository at this point in the history
  3. Bump version to v2.4

    Previous update for the previous commit:
    - Update group by IOC feature
    - Formatting the configuration file
    - Add status_code in cache class
    - Add FINISHED type for group by IOC feature
    Maxou56800 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    7d9a9b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c656c9a View commit details
    Browse the repository at this point in the history
  5. Add OpenCTI module

    Add space in a MISP log
    Update poetry.lock
    Maxou56800 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    8f69168 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Update README

    Maxou56800 committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    80e513b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Add TweetFeed module

    - Update Python dependencies
    - Temporary fix race condition in cache module (zip archive)
    - Fix error display in worker_tasks.py
    - Fix None element in MalwareBazaar response
    - Add timeout exception in MalwareConfig module
    - Fix name in vxvault module's print
    Maxou56800 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7583eee View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. - Add whitelist in AbuseIPDB module

    	+ Change AbuseIPDB output format (add domain and country code)
    - Fix IOC cleaner in IO lib (escape '.' in fqdn)
    Maxou56800 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1038a91 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Bump version to 2.5

      - Add docker environment
      - Fix redis connections for non-localhost host
      - Update python packages
    Maxou56800 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    07ce5c9 View commit details
    Browse the repository at this point in the history
  2. Fix poetry dependencies

    Maxou56800 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    1d55fda View commit details
    Browse the repository at this point in the history
Loading