Skip to content

certbe-trey/misp-usergroups

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misp-usergroups

During the MISP Summit 0x05 a presentation from RichieB2B mentioned @nederMISP. This inspired me to start a similar group for Belgium @belgoMISP. And soemone started a group for the US @us4misp.

This repository was then build to list the MISP user groups worldwide. In the good old MISP tradition, all is stored in JSON.

Send a PR if you want your group added.

Name Description Country Twitter
belgoMISP Belgian MISP Users be @belgoMISP
nederMISP De Nederlandse MISP-gebruikersgroep nl @nederMISP
us4misp MISP USA Users and Friends us @us4misp
francomisp French speaking MISP instance dedicated to OSINT fr @francomisp
ItaliaMisp Italian speaking MISP instance dedicated to OSINT it @ItaliaMisp
SwedishMISP The Swedish MISP community se @SwedishMISP

Meetings

Some suggestions for user group meetings

  • Discuss usage of MISP outside of traditional threat intelligence cases
  • Custom taxonomies and tagging
  • Internal MISP modules
  • Air-gapped MISP systems
  • ...

Todo

  • Autogenerate a world map based on country code

Schema

Format of MISP user groups

JSON

{
        "name": "Shortname of user group (required)",
        "meta-category": "Type of the group, currently only public is used (required)",
        "description": "Description of the group (required)",
        "contact":
        {
                "twitter": "Twitter handle of the group (optional)",
                "website": "Website of the group (optional)",
                "chat": "Chat channel (optional)",
                "affiliation": "Organizational affiliation (optional)"
        },
        "geometry":
        {
                "country": "country code ISO 3166-1 alpha-2 code (required)"
        },
        "services":
        {
                "feed": "Public feed (optional)",
                "misp": "MISP instance  (optional)"
        },
        "community": "Link to https://www.misp-project.org/communities/#known-existing-and-public-misp-communities (optional)"
}

About

MISP User Groups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%