Skip to content

Latest commit

 

History

History
251 lines (185 loc) · 9.35 KB

README.md

File metadata and controls

251 lines (185 loc) · 9.35 KB

Contributors Forks Stargazers Issues GPL-3.0


Logo

MISP Research Helper

Modification and improvement of the Person object of MISP.
Improving research capacities of physical and body description, as well as adding cloth description.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Roadmap
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Product Name Screen Shot

MISP is an open source software solution for collecting, storing, distributing and sharing cyber security indicators and threats about cyber security incidents analysis and malware analysis. MISP is designed by and for incident analysts, security and ICT professionals or malware reversers to support their day-to-day operations to share structured information efficiently.

The objective of MISP is to foster the sharing of structured information within the security community and abroad. MISP provides functionalities to support the exchange of information but also the consumption of said information by Network Intrusion Detection Systems (NIDS), LIDS but also log analysis tools, SIEMs ...

For more information checkout official [MISP Github Repository](https://www.misp-project.org)

(back to top)

Built With

(back to top)

MISP Objects extended

The goal of this project is to extend research capabilities and information about natural person and their appearence. For this we decided to create three new object dedicated to better describe what their looks like.

(back to top)

MISP Object name : personification - Describes a person or an identity.

Attributes :

  • portrait : portrait of the person
  • age-range : Age range that the person appears to be
  • weight : Weight of a person in Kg
  • height : Height of a person in cm
  • body-type : Body type of a person
  • shoe-size : Shoe size of a person
  • color-of-eyes : Description of a person’s colour of eyes
  • shape-of-eyes : Description of a person’s eye shape
  • skin-complexion : Skin tone and complexion of a person
  • skin-characteristics : Traits or features of a person's skin
  • other-facial-features : Description of other facial features such as nose, cheeks, lips etc...
  • hair-color : Description of a person’s colour of hair
  • hair-characteristics : Description of the characteristics of someones hairs
  • haircut : Description of the characteristics of someones hairs
  • birthmark : An object which describes a person or an identity

MISP Object name : tattoo - Describes tattoos on a natural person's body.

Attributes :

  • tattoo-body-part : Describe the body part where the tattoo is located
  • tattoo-description : Description of the tattoo,its composition
  • tattoo-style : Style of the tattoo
  • tattoo-color : Colors of the tattoo
  • tattoo-picture : Picture of the tattoo
  • tattoo-size : Size of the tattoo

MISP Object name : cloth - Describes clothes a natural person wears.

Attributes :

  • description : Cloth's Description of a natural person
  • head-accessories : Cloth and accessories on the head
  • top-accessories : Cloth and accessories on the top part of the body
  • bottom-accessories : Cloth and accessories on the bottom part of the body
  • cloth-color : Cloth's colors
  • cloth-picture : Cloth's pictures

(back to top)

Roadmap

  • Research in the different MISP objects
  • Object "person" already exists (But missing fields)
  • Merge of similar object
  • "interpol-notice" and "person" objects have similarities
  • Add tattoo object
  • Add cloth object
  • Add personification object
  • [] Pull Request to the MISP Project
  • [] Validation of the MISP objects
  • [] End of Project

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GPL-3.0. See LICENSE.txt for more information.

(back to top)

Contact

Project Link: https://github.com/0wlyW00d/MISP-Research-helper

(back to top)

Acknowledgments

Great teachers, director of our project:


without forgetting :

Are you lost ? Find out

(back to top)