security
Security cedric 2 weeks ago 100%
Vulnerability Lookup 1.5.0

We released version 1.5.0 of the Vulnerability Lookup project! 🎉 (https://github.com/cve-search/vulnerability-lookup/) ![edit-comments-with-tags](https://github.com/user-attachments/assets/c6fc6f33-5708-4a1a-baf0-55de93a5107a) ![meta-field](https://github.com/user-attachments/assets/588100c7-61ae-4dc2-b363-3bf6ced27de0) ![Japanese source](https://github.com/user-attachments/assets/e0ddd657-59d6-47c8-bef3-67c66859dd4c) This update brings significant new features, improvements, and fixes. 🆕 Notable Changes We've integrated the Japan Database of Vulnerability Countermeasure Information (JVN DB), correlating security advisories from multiple sources (including NVD, GitHub, and CSAF, etc.) already available in Vulnerability Lookup. You can now assign tags to comments directly on the website. These tags are stored in the comment's meta field and utilize the MISP Project taxonomy for vulnerabilities. Explore the taxonomy [here](https://www.misp-project.org/taxonomies.html#_vulnerability_3). We've enhanced the API to allow users to filter comments and bundles based on data available in the meta JSON field of the objects. This paves the way for leveraging more taxonomies in the future. More details in the [release notes](https://github.com/cve-search/vulnerability-lookup/releases/tag/v1.5.0). Thank you very much to all the contributors and testers! 🙏 As always, feel free to create an account on the [main instance operated by CIRCL.](https://vulnerability.circl.lu) We eagerly await your contributions! 😊

21
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCY
Release 1.3.0 of Vulnerability Lookup with many improvements

## Release 1.3.0 (26-07-2024) ### Improvements - **Vulnerability Details Page Enhancements**: We've significantly enhanced the vulnerabilities details page. It now presents more relevant information and the layout has been substantially improved for a better user experience. - **API Enhancements**: Various improvements have been made to the API for better performance and functionality. - **UI Enhancements**: Edition/action buttons are now hidden when not logged in ([#57](https://github.com/cve-search/vulnerability-lookup/issues/57)). - **Importer Improvements**: Enhancements have been made to various importers ([37d3a6d](https://github.com/cve-search/vulnerability-lookup/commit/37d3a6d)). ### Fixes - **Custom Vulnerability Display Bug**: Fixed an issue where custom vulnerabilities were not displayed correctly ([#58](https://github.com/cve-search/vulnerability-lookup/issues/58)). - **New Vulnerability Creation Issue**: Resolved the problem where new vulnerabilities couldn't be created without a CVE number ([#56](https://github.com/cve-search/vulnerability-lookup/issues/56)). - **Webservice Sorting Fix**: Fixed the sorting issue of contributors versus users ([46195d1](https://github.com/cve-search/vulnerability-lookup/commit/46195d1)). - **Minor Fixes**: Various minor fixes have been implemented to improve overall stability and performance. ![Screenshot_20240726_141051](https://github.com/user-attachments/assets/3c9c74e6-0f14-4680-8688-e08df53d5a38) ![Screenshot_20240726_141112](https://github.com/user-attachments/assets/82fb031e-2b0b-4aaf-b0d8-7de04a927d5d) And do not hesitate to create an account to contribute and share your thoughts on the security advisories: https://vulnerability.circl.lu ## Funding ![ngsoti-small](https://github.com/user-attachments/assets/232a76cb-9f70-4cc7-887a-3720f6b098b3) ![eu_funded_en](https://github.com/user-attachments/assets/46d9bc7d-9b97-43d4-8533-7d07274eb04c) The NGSOTI project is dedicated to training the next generation of Security Operation Center (SOC) operators, focusing on the human aspect of cybersecurity. It underscores the significance of providing SOC operators with the necessary skills and open-source tools to address challenges such as detection engineering, incident response, and threat intelligence analysis. Involving key partners such as CIRCL, Restena, Tenzir, and the University of Luxembourg, the project aims to establish a real operational infrastructure for practical training. This initiative integrates academic curricula with industry insights, offering hands-on experience in cyber ranges. vulnerability-lookup is co-funded by CIRCL and by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or ECCC. Neither the European Union nor the granting authority can be held responsible for them.

6
0
security
Security cedric 2 months ago 100%
Vulnerability Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure. github.com

cross-posted from: https://lemmy.ml/post/18049618 > [Vulnerability Lookup](https://github.com/cve-search/vulnerability-lookup/) facilitates quick correlation of vulnerabilities from various sources (NIST, GitHub, CSAF-Siemens, CSAF-CISCO, CSAF-CERT-Bund, PySec, VARIoT, etc.), > independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD). > Vulnerability Lookup is also a collaborative platform where users can comment on security advisories and create bundles. > > A Vulnerability Lookup instance operated by [CIRCL](https://www.circl.lu/) > is available at [https://vulnerability.circl.lu](https://vulnerability.circl.lu/).

11
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCY
Vulnerability Lookup facilitates quick correlation of vulnerabilities from various sources, independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure. github.com

[Vulnerability Lookup](https://github.com/cve-search/vulnerability-lookup/) facilitates quick correlation of vulnerabilities from various sources (NIST, GitHub, CSAF-Siemens, CSAF-CISCO, CSAF-CERT-Bund, PySec, VARIoT, etc.), independent of vulnerability IDs, and streamlines the management of Coordinated Vulnerability Disclosure (CVD). Vulnerability Lookup is also a collaborative platform where users can comment on security advisories and create bundles. A Vulnerability Lookup instance operated by [CIRCL](https://www.circl.lu/) is available at [https://vulnerability.circl.lu](https://vulnerability.circl.lu/).

14
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSI
Show off your side projects cedric 11 months ago 100%
A HIDS written in Python github.com

cross-posted from: https://lemmy.ml/post/7283249 > A HIDS (host-based intrusion detection system) for verifying the integrity of a system. > > ## Features > > * checks the integrity of system's files with a list of rules; > * checks the output of commands (*iptables*, ...); > * possibity to use RSA to sign to check the integrity of its database; > * alerts are written in the logs of the system; > * alerts can be sent via email to a list of users; > * alerts can be sent on IRC channels through the > [irker](https://gitlab.com/esr/irker) IRC client (which should be running as > a daemon); > * verify files with [Hashlookup](https://github.com/hashlookup), > [Pandora](https://github.com/pandora-analysis), > [MISP](https://github.com/MISP) and > [YARA](https://github.com/virustotal/yara); > * possibility to export the database in a Bloom or a Cuckoo filter. > > pyHIDS is under GPLv3 license. > > Homepage: https://github.com/cedricbonhomme/pyHIDS >

1
0
security
Security cedric 11 months ago 100%
A HIDS written in Python https://github.com/cedricbonhomme/pyHIDS

A HIDS (host-based intrusion detection system) for verifying the integrity of a system. ## Features * checks the integrity of system's files with a list of rules; * checks the output of commands (*iptables*, ...); * possibity to use RSA to sign to check the integrity of its database; * alerts are written in the logs of the system; * alerts can be sent via email to a list of users; * alerts can be sent on IRC channels through the [irker](https://gitlab.com/esr/irker) IRC client (which should be running as a daemon); * verify files with [Hashlookup](https://github.com/hashlookup), [Pandora](https://github.com/pandora-analysis), [MISP](https://github.com/MISP) and [YARA](https://github.com/virustotal/yara); * possibility to export the database in a Bloom or a Cuckoo filter. pyHIDS is under GPLv3 license. Homepage: https://github.com/cedricbonhomme/pyHIDS

9
0
"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
poetry cedric 11 months ago 100%
Night troubles https://www.cedricbonhomme.org/2023/10/30/night-troubles/

Photons are dying. Eyelids are still blinking. Clock is ticking. Heart is slowly beating. Parasites are rising. Cerebral cells are colliding. Troubles are spreading. Ions are crackling. Soul is screaming. Brain is throttling. SEGMENTATION FAULT - Rebooting in fail-safe mode… Dreams are finally coming. Eyes are twitching. Memory is restructuring. Pulse is accelerating. Demons are fading. Body is healing. Day dawn is breaking. Reality is emerging. Energy is flowing. – Night troubles - Cédric Bonhomme - October 2023

1
0
  • cedric cedric 11 months ago 100%

    of course, you can clone/fork the repository as you want.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCY
    A Cybersecurity Weather Map https://dashboard.monarc.lu/map/

    The source code of this software is here: https://github.com/monarc-project/stats-service Licensed under Affero GPL v3. It is a decentralized service which can aggregate different kind stats about threats and vulnerabilities. Here is more information: https://www.monarc.lu/documentation/stats-service/master/architecture.html if you want to understand the details.

    4
    2
    gemini gemini *Permanently Deleted*
    Jump
  • cedric cedric 3 years ago 100%

    thank you for the information. I will fix this.

    2
  • technology Technology Clean up the web!
    Jump
  • cedric cedric 3 years ago 100%

    There is also a JavaScript trick if you do not have full access to the configuration of the Web server:

    https://git.sr.ht/~cedric/website/commit/7abaa80689c02ece8a477f9f18802dea8de590bc

    3
  • gemini gemini *Permanently Deleted*
    Jump
  • cedric cedric 3 years ago 100%

    Nice! I also recently created a small site in the Gemini space: gemini://gemspace.cedricbonhomme.org

    If you are interested I found a nice way to publish/update the site:

    https://git.sr.ht/~cedric/gemspace.cedricbonhomme.org/tree/master/item/.build.yml

    it uses gssg as static stire generator.

    4
  • security
    Security cedric 3 years ago 100%
    Cybersecurity Weather Forecast https://dashboard.monarc.lu/

    A Cybersecurity Weather Forecast generated with the software [Stats Service](https://github.com/monarc-project/stats-service) which is part of the MONARC project. Charts are based on data gathered from several MONARC instances. Stats Service is totally distributed and can share stats wit several other instances. ![](https://lemmy.ml/pictrs/image/jNWIXUdjsL.png) Stats Service is licensed under AGPLv3.

    3
    0
    linuxphones Linux Phones *Permanently Deleted*
    Jump
  • cedric cedric 4 years ago 100%

    He is a quite important contributor to the open-source and p-boot. In a following post he provided some (two) solutions for this problem. But it must be fixed properly and in upstream.

    2
  • linuxphones Linux Phones *Permanently Deleted*
    Jump
  • cedric cedric 4 years ago 100%

    The battery itself is not protected again heat issues.

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPI
    Pine64's PinePhone cedric 4 years ago 100%
    Is there a good case for the PinePhone ?
    2
    2
    security Security MOSP, A platform for creating, editing and sharing, always valid, JSON objects
    Jump
  • cedric cedric 4 years ago 100%

    Recommendations and some security standards are available on the official MOSP instance.

    1
  • security
    Security cedric 4 years ago 100%
    MOSP, A platform for creating, editing and sharing, always valid, JSON objects github.com

    MOSP is a platform for creating, editing and sharing validated JSON objects of any type. The goal is to gather security related JSON objects, in the first place aimed to be used with MONARC. You can use any available JSON schemas in order to create new JSON objects via a web form dynamically generated and based on the selected schema. It is possible to interact with MOSP programmatically thanks to its [API](https://objects.monarc.lu/api/v2/) (OpenAPI specification). You can export MOSP objects for MISP ([MISP galaxy](https://github.com/MISP/misp-galaxy/blob/main/schema_galaxies.json)). See the [this video](https://peertube.social/videos/watch/95c5e4f2-ac49-4c87-8c8e-49ac0e106192) as example.

    2
    1
    cybersecurity /c/cybersecurity - Cybersecurity News & Discussion MOSP, A platform for creating, editing and sharing, always valid, JSON objects
    Jump
  • cedric cedric 4 years ago 100%

    Recommendations and some security standards are available on the official MOSP instance.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearCY
    MOSP, A platform for creating, editing and sharing, always valid, JSON objects github.com

    MOSP is a platform for creating, editing and sharing validated JSON objects of any type. The goal is to gather security related JSON objects, in the first place aimed to be used with MONARC. You can use any available JSON schemas in order to create new JSON objects via a web form dynamically generated and based on the selected schema. It is possible to interact with MOSP programmatically thanks to its [API](https://objects.monarc.lu/api/v2/) (OpenAPI specification). You can export MOSP objects for MISP ([MISP galaxy](https://github.com/MISP/misp-galaxy/blob/main/schema_galaxies.json)). See the [this video](https://peertube.social/videos/watch/95c5e4f2-ac49-4c87-8c8e-49ac0e106192) as example.

    1
    1
    selfhosted Run It Yourself A self-hosted web news aggregator.
    Jump
  • cedric cedric 4 years ago 100%

    Oops, I made a mistake. You found the good URL. Thank you for your comment. I just edited the original post to fix the link.

    I tested the service with up to 400 users. On my own account I am following 122 feeds (with 285622 articles). But the goal is not necessary to have thousands of users on one instance. (it cost me a bit f money and registration are still free).

    2
  • books Books LibraryThing a nice alternative to Goodreads.
    Jump
  • cedric cedric 4 years ago 100%

    I uses it since like 12 years and still happy with it. One year ago I enrolled for the "Early Reviewers" in order to read more books from authors I do not know.

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSE
    Run It Yourself cedric 4 years ago 100%
    A self-hosted web news aggregator. github.com

    It is written in Python (Flask) with a simple interface. Licensed under GNU Affero General Public License version 3. Easy to deploy but you can also use the [official instance](https://www.newspipe.org).

    9
    3