Commits on Source (2)
-
Pavel Valach authored
This is a proposed change that would store the credentials at the top level key "Credentials" of the IDEA event JSON, in this way: { ... "Credentials": [ { "Username": "paulos", "Password": "changeme", "Note: "Credentials used by attacker used for simulated honeypot login" } ] ... } In the future, this allows for inclusion of supplemental information such as public keys, domain, or other types of credentials. It felt correct to give it its own key to differentiate from the "Attach" collection, where the content is strictly string, while here, a JSON object is used directly.
-
Pavel Valach authored
The meaning should be pretty clear even without the note.