External DocumentationTo learn more, visit the MISP documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Date | The date of the event. |
| Distribution | - |
| Event Creator Email | The email of the creator of the event. |
| Info | Information about the event. Max length is 65535. |
| Organization ID | The organisation identifier. |
| Published | Represents whether the event was published. |
| Sighting Timestamp | The sighting timestamp. |
| Threat Level ID | - |
| UUID | UUID of the event. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Analysis | The analysis maturity level. |
| Attribute Count | The attribute count. |
| Disable Correlation | Prevents correlation with other events. |
| Extended UUID | The extended UUID. |
| Locked | Represents whether the event is locked. |
| Orgc ID | The orgc id. |
| Proposal Email Lock | Represents whether there will be an ability to send proposal emails for the event. |
| Publish Timestamp | The publish timestamp. |
| Sharing Group ID | The ID of the sharing group. |
| Timestamp | Timestamp of the event. |
Example Output
{
"Event": {
"id": "<string>",
"orgc_id": "<string>",
"org_id": "<string>",
"date": "2010-07-15",
"threat_level_id": "<string>",
"info": "<string>",
"published": false,
"uuid": "<string>",
"attribute_count": "<string>",
"analysis": "<string>",
"timestamp": "<string>",
"distribution": "<string>",
"proposal_email_lock": false,
"locked": false,
"publish_timestamp": "<string>",
"sharing_group_id": "<string>",
"disable_correlation": false,
"extends_uuid": "<string>",
"protected": null,
"event_creator_email": "<string>",
"Org": {
"id": "<string>",
"name": "<string>",
"uuid": "<string>",
"local": true
},
"Orgc": {
"id": "<string>",
"name": "<string>",
"uuid": "<string>",
"local": true
},
"Attribute": [],
"ShadowAttribute": [],
"RelatedEvent": [],
"Galaxy": [],
"Object": [],
"EventReport": [],
"CryptographicKey": []
}
}