For the creation of custom objects in MISP
For the creation of custom objects in MISP
- Base object used for creating the anchor to all other objects by reference. This object contains the following attributes:
- MD5 Hash Value
- SHA-1 Hash Value
- SHA-256 Hash Value
- File Names
- Link to VirusTotal Report
- File Type
- Contacted domains is used to record the domains (or URLs) that the sample attempted to communicate with. This object contains the following attrubtues:
- Domain
- Contact IPs is used to record the IP address(es) that the sample attempted to communicate with. The object contains the following attributes:
- Destination IP
- Files copied is used to record the file(s) that were copied by the sample during run time. The object contains the following attributes:
- File name
- File name with Path
- Files deleted is used to record the file(s) that were deleted by the sample during run time. The object contains the following attributes:
- File name
- File name with Path
- Files dropped is used to record the file(s) that were dropped onto the system by the sample during run time. The object contains the following attributes:
- File name
- File name with Path
- Files imported is used to record the file(s) that were needed by the sample during run time and were imported during the run time process. The object contains the following attributes:
- File name
- File name with Path
- Files opened is used to record the file(s) that were opened by the sample during the run time process. The object contains the following attributes:
- File name
- File name with Path
- Files written is used to record the file(s) that were written to disk during the run time process of the sample. The object contains the following attributes:
- File name
- File name with Path
- Mutexes created is used to record the mutex(es) that were created by the sample during run time. The object contains the following attributes:
- Mutex
- Mutexes opened is used to record the mutex(es) that were opend by the sample during the run time process. The object contains the following attributes:
- Mutex
- Permissions requested is used to record the permissions that were requested by the sample during run time. The object contains the following attributes:
- Text
- Process tree is used to record the process tree(s) that were created by the sample during the run time process. The object contains the following attributes:
- Text (process no id)
- Text (process with id)
- Processes created is used to record the process(es) that were created by the sample. The object contains the following attributes:
- Text (process no id)
- Text (process with id)
- Registry keys deleted is used to record the registry keys that were removed during the sample run time. The object contains the following attributes:
- Regkey
- Regkey|value
- Registry keys opened is used to record the registry keys that were opened during the sample run time. The object contains the following attributes:
- Regkey
- Regkey|value
- Registry keys set is used to record the registry key and the value set during the sample run time process. The object contains the following attributes:
- Regkey
- Regkey|value
- Run time modules loaded is used to record the modules that were loaded by the sample. The object contains the following attributes:
- Filename
- Services opened is used to record the services that were opened by the sample during the run time process. The object contains the following attributes:
- Text
- Shell commands is use to record any of the shell commands executed by the sample during the run time process. The object contains the following attributes:
- Text