melicertes / csp

The Cyber Security Platform MeliCERTes is part of the European Strategy for Cyber Security. MeliCERTes is a network for establishing confidence and trust among the national Computer Security Incident Response Teams (CSIRTs) of the Member States and for promoting swift and effective operational cooperation.
Other
30 stars 7 forks source link

MISP - default organisation has to be renamed manually by an admin #55

Open iglocska opened 5 years ago

iglocska commented 5 years ago

Why?

thanosa75 commented 5 years ago

@iglocska is there a programmatic way (e.g. via cmdline) to do so?

iglocska commented 5 years ago

API + curl, yes.

POST to /organisations/edit/[org_id] body:

{
   "name": "foo"
}