mirror of https://github.com/MISP/misp-website
fix: data models updated with all new attributes types
parent
5a7998446b
commit
f9b08db4e5
|
@ -15,7 +15,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|
|
||||||
### MISP default attributes and categories
|
### MISP default attributes and categories
|
||||||
|
|
||||||
### Attribute Categories vs Types
|
### Attribute Categories vs. Types
|
||||||
|
|
||||||
|Category| Internal reference | Targeting data | Antivirus detection | Payload delivery | Artifacts dropped | Payload installation |
|
|Category| Internal reference | Targeting data | Antivirus detection | Payload delivery | Artifacts dropped | Payload installation |
|
||||||
| --- |:---:|:---:|:---:|:---:|:---:|:---:|
|
| --- |:---:|:---:|:---:|:---:|:---:|:---:|
|
||||||
|
@ -36,6 +36,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|email-dst| | | | X | | |
|
|email-dst| | | | X | | |
|
||||||
|email-subject| | | | X | | |
|
|email-subject| | | | X | | |
|
||||||
|email-attachment| | | | X | | |
|
|email-attachment| | | | X | | |
|
||||||
|
|email-body| | | | X | | |
|
||||||
|float| | | | | | |
|
|float| | | | | | |
|
||||||
|url| | | | X | | |
|
|url| | | | X | | |
|
||||||
|http-method| | | | | | |
|
|http-method| | | | | | |
|
||||||
|
@ -48,7 +49,9 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|pattern-in-traffic| | | | X | | X |
|
|pattern-in-traffic| | | | X | | X |
|
||||||
|pattern-in-memory| | | | | X | X |
|
|pattern-in-memory| | | | | X | X |
|
||||||
|yara| | | | X | X | X |
|
|yara| | | | X | X | X |
|
||||||
|
|stix2-pattern| | | | X | X | X |
|
||||||
|sigma| | | | X | X | X |
|
|sigma| | | | X | X | X |
|
||||||
|
|cookie| | | | | X | |
|
||||||
|vulnerability| | | | X | | X |
|
|vulnerability| | | | X | | X |
|
||||||
|attachment| | | X | X | X | X |
|
|attachment| | | X | X | X | X |
|
||||||
|malware-sample| | | | X | X | X |
|
|malware-sample| | | | X | X | X |
|
||||||
|
@ -73,6 +76,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|bin| | | | | | |
|
|bin| | | | | | |
|
||||||
|cc-number| | | | | | |
|
|cc-number| | | | | | |
|
||||||
|prtn| | | | | | |
|
|prtn| | | | | | |
|
||||||
|
|phone-number| | | | | | |
|
||||||
|threat-actor| | | | | | |
|
|threat-actor| | | | | | |
|
||||||
|campaign-name| | | | | | |
|
|campaign-name| | | | | | |
|
||||||
|campaign-id| | | | | | |
|
|campaign-id| | | | | | |
|
||||||
|
@ -103,12 +107,15 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|windows-scheduled-task| | | | | X | |
|
|windows-scheduled-task| | | | | X | |
|
||||||
|windows-service-name| | | | | X | |
|
|windows-service-name| | | | | X | |
|
||||||
|windows-service-displayname| | | | | X | |
|
|windows-service-displayname| | | | | X | |
|
||||||
|whois-registrant-email| | | | | | |
|
|whois-registrant-email| | | | X | | |
|
||||||
|whois-registrant-phone| | | | | | |
|
|whois-registrant-phone| | | | | | |
|
||||||
|whois-registrant-name| | | | | | |
|
|whois-registrant-name| | | | | | |
|
||||||
|
|whois-registrant-org| | | | | | |
|
||||||
|whois-registrar| | | | | | |
|
|whois-registrar| | | | | | |
|
||||||
|whois-creation-date| | | | | | |
|
|whois-creation-date| | | | | | |
|
||||||
|x509-fingerprint-sha1| | | | X | X | X |
|
|x509-fingerprint-sha1| | | | X | X | X |
|
||||||
|
|x509-fingerprint-md5| | | | X | X | X |
|
||||||
|
|x509-fingerprint-sha256| | | | X | X | X |
|
||||||
|dns-soa-email| | | | | | |
|
|dns-soa-email| | | | | | |
|
||||||
|size-in-bytes| | | | | | |
|
|size-in-bytes| | | | | | |
|
||||||
|counter| | | | | | |
|
|counter| | | | | | |
|
||||||
|
@ -118,6 +125,8 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|ip-dst|port| | | | X | | |
|
|ip-dst|port| | | | X | | |
|
||||||
|ip-src|port| | | | X | | |
|
|ip-src|port| | | | X | | |
|
||||||
|hostname|port| | | | X | | |
|
|hostname|port| | | | X | | |
|
||||||
|
|mac-address| | | | X | | |
|
||||||
|
|mac-eui-64| | | | X | | |
|
||||||
|email-dst-display-name| | | | X | | |
|
|email-dst-display-name| | | | X | | |
|
||||||
|email-src-display-name| | | | X | | |
|
|email-src-display-name| | | | X | | |
|
||||||
|email-header| | | | X | | |
|
|email-header| | | | X | | |
|
||||||
|
@ -155,6 +164,8 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|place-port-of-onward-foreign-destination| | | | | | |
|
|place-port-of-onward-foreign-destination| | | | | | |
|
||||||
|passenger-name-record-locator-number| | | | | | |
|
|passenger-name-record-locator-number| | | | | | |
|
||||||
|mobile-application-id| | | | X | | X |
|
|mobile-application-id| | | | X | | X |
|
||||||
|
|cortex| | | | | | |
|
||||||
|
|boolean| | | | | | |
|
||||||
|
|
||||||
|Category| Persistence mechanism | Network activity | Payload type | Attribution | External analysis | Financial fraud |
|
|Category| Persistence mechanism | Network activity | Payload type | Attribution | External analysis | Financial fraud |
|
||||||
| --- |:---:|:---:|:---:|:---:|:---:|:---:|
|
| --- |:---:|:---:|:---:|:---:|:---:|:---:|
|
||||||
|
@ -175,6 +186,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|email-dst| | X | | | | |
|
|email-dst| | X | | | | |
|
||||||
|email-subject| | | | | | |
|
|email-subject| | | | | | |
|
||||||
|email-attachment| | | | | | |
|
|email-attachment| | | | | | |
|
||||||
|
|email-body| | | | | | |
|
||||||
|float| | | | | | |
|
|float| | | | | | |
|
||||||
|url| | X | | | X | |
|
|url| | X | | | X | |
|
||||||
|http-method| | X | | | | |
|
|http-method| | X | | | | |
|
||||||
|
@ -187,7 +199,9 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|pattern-in-traffic| | X | | | X | |
|
|pattern-in-traffic| | X | | | X | |
|
||||||
|pattern-in-memory| | | | | X | |
|
|pattern-in-memory| | | | | X | |
|
||||||
|yara| | | | | | |
|
|yara| | | | | | |
|
||||||
|
|stix2-pattern| | X | | | | |
|
||||||
|sigma| | | | | | |
|
|sigma| | | | | | |
|
||||||
|
|cookie| | X | | | | |
|
||||||
|vulnerability| | | | | X | |
|
|vulnerability| | | | | X | |
|
||||||
|attachment| | X | | | X | |
|
|attachment| | X | | | X | |
|
||||||
|malware-sample| | | | | X | |
|
|malware-sample| | | | | X | |
|
||||||
|
@ -212,6 +226,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|bin| | | | | | X |
|
|bin| | | | | | X |
|
||||||
|cc-number| | | | | | X |
|
|cc-number| | | | | | X |
|
||||||
|prtn| | | | | | X |
|
|prtn| | | | | | X |
|
||||||
|
|phone-number| | | | | | X |
|
||||||
|threat-actor| | | | X | | |
|
|threat-actor| | | | X | | |
|
||||||
|campaign-name| | | | X | | |
|
|campaign-name| | | | X | | |
|
||||||
|campaign-id| | | | X | | |
|
|campaign-id| | | | X | | |
|
||||||
|
@ -245,18 +260,23 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|whois-registrant-email| | | | X | | |
|
|whois-registrant-email| | | | X | | |
|
||||||
|whois-registrant-phone| | | | X | | |
|
|whois-registrant-phone| | | | X | | |
|
||||||
|whois-registrant-name| | | | X | | |
|
|whois-registrant-name| | | | X | | |
|
||||||
|
|whois-registrant-org| | | | X | | |
|
||||||
|whois-registrar| | | | X | | |
|
|whois-registrar| | | | X | | |
|
||||||
|whois-creation-date| | | | X | | |
|
|whois-creation-date| | | | X | | |
|
||||||
|x509-fingerprint-sha1| | X | | X | X | |
|
|x509-fingerprint-sha1| | X | | X | X | |
|
||||||
|dns-soa-email| | | | | | |
|
|x509-fingerprint-md5| | | | X | X | |
|
||||||
|
|x509-fingerprint-sha256| | | | X | X | |
|
||||||
|
|dns-soa-email| | | | X | | |
|
||||||
|size-in-bytes| | | | | | |
|
|size-in-bytes| | | | | | |
|
||||||
|counter| | | | | | |
|
|counter| | | | | | |
|
||||||
|datetime| | | | | | |
|
|datetime| | | | | | |
|
||||||
|cpe| | | | | | |
|
|cpe| | | | | | |
|
||||||
|port| | | | | | |
|
|port| | X | | | | |
|
||||||
|ip-dst|port| | X | | | X | |
|
|ip-dst|port| | X | | | X | |
|
||||||
|ip-src|port| | X | | | X | |
|
|ip-src|port| | X | | | X | |
|
||||||
|hostname|port| | | | | | |
|
|hostname|port| | | | | | |
|
||||||
|
|mac-address| | X | | | X | |
|
||||||
|
|mac-eui-64| | X | | | X | |
|
||||||
|email-dst-display-name| | | | | | |
|
|email-dst-display-name| | | | | | |
|
||||||
|email-src-display-name| | | | | | |
|
|email-src-display-name| | | | | | |
|
||||||
|email-header| | | | | | |
|
|email-header| | | | | | |
|
||||||
|
@ -294,6 +314,8 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|place-port-of-onward-foreign-destination| | | | | | |
|
|place-port-of-onward-foreign-destination| | | | | | |
|
||||||
|passenger-name-record-locator-number| | | | | | |
|
|passenger-name-record-locator-number| | | | | | |
|
||||||
|mobile-application-id| | | | | | |
|
|mobile-application-id| | | | | | |
|
||||||
|
|cortex| | | | | X | |
|
||||||
|
|boolean| | | | | | |
|
||||||
|
|
||||||
|Category| Support Tool | Social network | Person | Other |
|
|Category| Support Tool | Social network | Person | Other |
|
||||||
| --- |:---:|:---:|:---:|:---:|
|
| --- |:---:|:---:|:---:|:---:|
|
||||||
|
@ -314,6 +336,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|email-dst| | X | | |
|
|email-dst| | X | | |
|
||||||
|email-subject| | | | |
|
|email-subject| | | | |
|
||||||
|email-attachment| | | | |
|
|email-attachment| | | | |
|
||||||
|
|email-body| | | | |
|
||||||
|float| | | | X |
|
|float| | | | X |
|
||||||
|url| | | | |
|
|url| | | | |
|
||||||
|http-method| | | | |
|
|http-method| | | | |
|
||||||
|
@ -326,7 +349,9 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|pattern-in-traffic| | | | |
|
|pattern-in-traffic| | | | |
|
||||||
|pattern-in-memory| | | | |
|
|pattern-in-memory| | | | |
|
||||||
|yara| | | | |
|
|yara| | | | |
|
||||||
|
|stix2-pattern| | | | |
|
||||||
|sigma| | | | |
|
|sigma| | | | |
|
||||||
|
|cookie| | | | |
|
||||||
|vulnerability| | | | |
|
|vulnerability| | | | |
|
||||||
|attachment| X | | | |
|
|attachment| X | | | |
|
||||||
|malware-sample| | | | |
|
|malware-sample| | | | |
|
||||||
|
@ -351,6 +376,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|bin| | | | |
|
|bin| | | | |
|
||||||
|cc-number| | | | |
|
|cc-number| | | | |
|
||||||
|prtn| | | | |
|
|prtn| | | | |
|
||||||
|
|phone-number| | | X | X |
|
||||||
|threat-actor| | | | |
|
|threat-actor| | | | |
|
||||||
|campaign-name| | | | |
|
|campaign-name| | | | |
|
||||||
|campaign-id| | | | |
|
|campaign-id| | | | |
|
||||||
|
@ -381,12 +407,15 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|windows-scheduled-task| | | | |
|
|windows-scheduled-task| | | | |
|
||||||
|windows-service-name| | | | |
|
|windows-service-name| | | | |
|
||||||
|windows-service-displayname| | | | |
|
|windows-service-displayname| | | | |
|
||||||
|whois-registrant-email| | | | |
|
|whois-registrant-email| | X | | |
|
||||||
|whois-registrant-phone| | | | |
|
|whois-registrant-phone| | | | |
|
||||||
|whois-registrant-name| | | | |
|
|whois-registrant-name| | | | |
|
||||||
|
|whois-registrant-org| | | | |
|
||||||
|whois-registrar| | | | |
|
|whois-registrar| | | | |
|
||||||
|whois-creation-date| | | | |
|
|whois-creation-date| | | | |
|
||||||
|x509-fingerprint-sha1| | | | |
|
|x509-fingerprint-sha1| | | | |
|
||||||
|
|x509-fingerprint-md5| | | | |
|
||||||
|
|x509-fingerprint-sha256| | | | |
|
||||||
|dns-soa-email| | | | |
|
|dns-soa-email| | | | |
|
||||||
|size-in-bytes| | | | X |
|
|size-in-bytes| | | | X |
|
||||||
|counter| | | | X |
|
|counter| | | | X |
|
||||||
|
@ -396,6 +425,8 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|ip-dst|port| | | | |
|
|ip-dst|port| | | | |
|
||||||
|ip-src|port| | | | |
|
|ip-src|port| | | | |
|
||||||
|hostname|port| | | | |
|
|hostname|port| | | | |
|
||||||
|
|mac-address| | | | |
|
||||||
|
|mac-eui-64| | | | |
|
||||||
|email-dst-display-name| | | | |
|
|email-dst-display-name| | | | |
|
||||||
|email-src-display-name| | | | |
|
|email-src-display-name| | | | |
|
||||||
|email-header| | | | |
|
|email-header| | | | |
|
||||||
|
@ -433,6 +464,8 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
|place-port-of-onward-foreign-destination| | | X | |
|
|place-port-of-onward-foreign-destination| | | X | |
|
||||||
|passenger-name-record-locator-number| | | X | |
|
|passenger-name-record-locator-number| | | X | |
|
||||||
|mobile-application-id| | | | |
|
|mobile-application-id| | | | |
|
||||||
|
|cortex| | | | |
|
||||||
|
|boolean| | | | X |
|
||||||
|
|
||||||
### Categories
|
### Categories
|
||||||
|
|
||||||
|
@ -472,6 +505,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
* **email-dst**: A recipient email address that is not related to your constituency.
|
* **email-dst**: A recipient email address that is not related to your constituency.
|
||||||
* **email-subject**: The subject of the email
|
* **email-subject**: The subject of the email
|
||||||
* **email-attachment**: File name of the email attachment.
|
* **email-attachment**: File name of the email attachment.
|
||||||
|
* **email-body**: Email body
|
||||||
* **float**: A floating point value.
|
* **float**: A floating point value.
|
||||||
* **url**: url
|
* **url**: url
|
||||||
* **http-method**: HTTP method used by the malware (e.g. POST, GET, ...).
|
* **http-method**: HTTP method used by the malware (e.g. POST, GET, ...).
|
||||||
|
@ -484,7 +518,9 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
* **pattern-in-traffic**: Pattern in network traffic that identifies the malware
|
* **pattern-in-traffic**: Pattern in network traffic that identifies the malware
|
||||||
* **pattern-in-memory**: Pattern in memory dump that identifies the malware
|
* **pattern-in-memory**: Pattern in memory dump that identifies the malware
|
||||||
* **yara**: Yara signature
|
* **yara**: Yara signature
|
||||||
|
* **stix2-pattern**: STIX 2 pattern
|
||||||
* **sigma**: Sigma - Generic Signature Format for SIEM Systems
|
* **sigma**: Sigma - Generic Signature Format for SIEM Systems
|
||||||
|
* **cookie**: HTTP cookie as often stored on the user web client. This can include authentication cookie or session cookie.
|
||||||
* **vulnerability**: A reference to the vulnerability used in the exploit
|
* **vulnerability**: A reference to the vulnerability used in the exploit
|
||||||
* **attachment**: Please upload files using the <em>Upload Attachment</em> button.
|
* **attachment**: Please upload files using the <em>Upload Attachment</em> button.
|
||||||
* **malware-sample**: Please upload files using the <em>Upload Attachment</em> button.
|
* **malware-sample**: Please upload files using the <em>Upload Attachment</em> button.
|
||||||
|
@ -503,12 +539,13 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
* **target-external**: External Target Organizations Affected by this Attack
|
* **target-external**: External Target Organizations Affected by this Attack
|
||||||
* **btc**: Bitcoin Address
|
* **btc**: Bitcoin Address
|
||||||
* **iban**: International Bank Account Number
|
* **iban**: International Bank Account Number
|
||||||
* **bic**: Bank Identifier Code Number
|
* **bic**: Bank Identifier Code Number also known as SWIFT-BIC, SWIFT code or ISO 9362 code
|
||||||
* **bank-account-nr**: Bank account number without any routing number
|
* **bank-account-nr**: Bank account number without any routing number
|
||||||
* **aba-rtn**: ABA routing transit number
|
* **aba-rtn**: ABA routing transit number
|
||||||
* **bin**: Bank Identification Number
|
* **bin**: Bank Identification Number
|
||||||
* **cc-number**: Credit-Card Number
|
* **cc-number**: Credit-Card Number
|
||||||
* **prtn**: Premium-Rate Telephone Number
|
* **prtn**: Premium-Rate Telephone Number
|
||||||
|
* **phone-number**: Telephone Number
|
||||||
* **threat-actor**: A string identifying the threat actor
|
* **threat-actor**: A string identifying the threat actor
|
||||||
* **campaign-name**: Associated campaign name
|
* **campaign-name**: Associated campaign name
|
||||||
* **campaign-id**: Associated campaign ID
|
* **campaign-id**: Associated campaign ID
|
||||||
|
@ -542,9 +579,12 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
* **whois-registrant-email**: The e-mail of a domain's registrant, obtained from the WHOIS information.
|
* **whois-registrant-email**: The e-mail of a domain's registrant, obtained from the WHOIS information.
|
||||||
* **whois-registrant-phone**: The phone number of a domain's registrant, obtained from the WHOIS information.
|
* **whois-registrant-phone**: The phone number of a domain's registrant, obtained from the WHOIS information.
|
||||||
* **whois-registrant-name**: The name of a domain's registrant, obtained from the WHOIS information.
|
* **whois-registrant-name**: The name of a domain's registrant, obtained from the WHOIS information.
|
||||||
|
* **whois-registrant-org**: The org of a domain's registrant, obtained from the WHOIS information.
|
||||||
* **whois-registrar**: The registrar of the domain, obtained from the WHOIS information.
|
* **whois-registrar**: The registrar of the domain, obtained from the WHOIS information.
|
||||||
* **whois-creation-date**: The date of domain's creation, obtained from the WHOIS information.
|
* **whois-creation-date**: The date of domain's creation, obtained from the WHOIS information.
|
||||||
* **x509-fingerprint-sha1**: X509 fingerprint in SHA-1 format
|
* **x509-fingerprint-sha1**: X509 fingerprint in SHA-1 format
|
||||||
|
* **x509-fingerprint-md5**: X509 fingerprint in MD5 format
|
||||||
|
* **x509-fingerprint-sha256**: X509 fingerprint in SHA-256 format
|
||||||
* **dns-soa-email**: RFC1035 mandates that DNS zones should have a SOA (Statement Of Authority) record that contains an email address where a PoC for the domain could be contacted. This can sometimes be used for attribution/linkage between different domains even if protected by whois privacy
|
* **dns-soa-email**: RFC1035 mandates that DNS zones should have a SOA (Statement Of Authority) record that contains an email address where a PoC for the domain could be contacted. This can sometimes be used for attribution/linkage between different domains even if protected by whois privacy
|
||||||
* **size-in-bytes**: Size expressed in bytes
|
* **size-in-bytes**: Size expressed in bytes
|
||||||
* **counter**: An integer counter, generally to be used in objects
|
* **counter**: An integer counter, generally to be used in objects
|
||||||
|
@ -554,6 +594,8 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
* **ip-dst|port**: IP destination and port number seperated by a |
|
* **ip-dst|port**: IP destination and port number seperated by a |
|
||||||
* **ip-src|port**: IP source and port number seperated by a |
|
* **ip-src|port**: IP source and port number seperated by a |
|
||||||
* **hostname|port**: Hostname and port number seperated by a |
|
* **hostname|port**: Hostname and port number seperated by a |
|
||||||
|
* **mac-address**: Mac address
|
||||||
|
* **mac-eui-64**: Mac EUI-64 address
|
||||||
* **email-dst-display-name**: Email destination display name
|
* **email-dst-display-name**: Email destination display name
|
||||||
* **email-src-display-name**: Email source display name
|
* **email-src-display-name**: Email source display name
|
||||||
* **email-header**: Email header
|
* **email-header**: Email header
|
||||||
|
@ -561,7 +603,7 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
* **email-x-mailer**: Email x-mailer header
|
* **email-x-mailer**: Email x-mailer header
|
||||||
* **email-mime-boundary**: The email mime boundary separating parts in a multipart email
|
* **email-mime-boundary**: The email mime boundary separating parts in a multipart email
|
||||||
* **email-thread-index**: The email thread index header
|
* **email-thread-index**: The email thread index header
|
||||||
* **email-message-id**:
|
* **email-message-id**: The email message ID
|
||||||
* **github-username**: A github user name
|
* **github-username**: A github user name
|
||||||
* **github-repository**: A github repository
|
* **github-repository**: A github repository
|
||||||
* **github-organisation**: A github organisation
|
* **github-organisation**: A github organisation
|
||||||
|
@ -591,7 +633,8 @@ The MISP format is described as Internet-Draft in [misp-rfc](https://github.com/
|
||||||
* **place-port-of-onward-foreign-destination**: A Port where the passenger is transiting to
|
* **place-port-of-onward-foreign-destination**: A Port where the passenger is transiting to
|
||||||
* **passenger-name-record-locator-number**: The Passenger Name Record Locator is a key under which the reservation for a trip is stored in the system. The PNR contains, among other data, the name, flight segments and address of the passenger. It is defined by a combination of five or six letters and numbers.
|
* **passenger-name-record-locator-number**: The Passenger Name Record Locator is a key under which the reservation for a trip is stored in the system. The PNR contains, among other data, the name, flight segments and address of the passenger. It is defined by a combination of five or six letters and numbers.
|
||||||
* **mobile-application-id**: The application id of a mobile application
|
* **mobile-application-id**: The application id of a mobile application
|
||||||
|
* **cortex**: Cortex analysis result
|
||||||
|
* **boolean**: Boolean value - to be used in objects
|
||||||
|
|
||||||
## MISP objects
|
## MISP objects
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue