Size: 13757
Comment: Trying to be more precise
|
Size: 16779
Comment: Limits of automation, rationale about WKD some more clarifications.
|
Deletions are marked like this. | Additions are marked like this. |
Line 16: | Line 16: |
* Write more about threats, mitigations and attack scenarios == What are our goals and how do we archive them? == * Prevent mass surveillance: By providing a fully automated encryption mode that requires no user interaction by default and uses a trust model based on the history of communication. * Spam phishing: By using signatures to verify the senders address. * Targeted (spear) phishing or CEO-Fraud: By including Web of Trust / pgp trust in our trust model and so enable verification levels that go above anything that could be reached through automation or a very convincing communication history. * Man in the Middle attacks: By tracking the consistency of the used encryption / signature key for a given sender address. == Limitations of the automation == The automated system can't protect against an attacker that controls the initial key exchange and persistently reencrypts all messages with keys controlled by the attacker. This would be detectable if one message gets through and using a WKD would make this attack more expensive but until a User has manually exchanged / checked the fingerprint with his intended communication partner the User can't be sure if the communication is really secure. This system still caters to users who need that level of assuarance (see Level 3 / 4 below) and it can be argued that the costs and detectability of such an attack would likely be higher then other attacks on the users system such an attacker may be capable of. = Details = |
|
Line 19: | Line 57: |
userid Means the userid on a key that matches the smtp Address of the recipient / sender. |
Definitions of wording: userid: The userid on a key that matches the smtp Address of the sender. tofu: Information we have about the communication history and reflects a bit the A~P~I of gpgme_tofu_info_t. As tofu info is bound to a given key + userid it is also sometimes called "binding". key source: The source where the key was imported from, e.g. if if was automatically imported over https, or if it comes from public keyservers. Key with enough history for basic trust: |
Line 23: | Line 71: |
Defined as: |
|
Line 30: | Line 80: |
With trust-model tofu+pgp this level is only for Keys that were never used | Explanation: With trust-model tofu+pgp this level is used only for Keys that were never used |
Line 32: | Line 84: |
some slight indication that this is an actual key for this address. Key should not be used for opportunistic encryption to |
some indication that this is an actual key for this address. The Key should not be used for opportunistic encryption to |
Line 38: | Line 90: |
Usage: |
|
Line 41: | Line 95: |
Defined as: |
|
Line 47: | Line 103: |
This level means that have weak confidence that the recipient actually can | Explanation: This level means that there is some confidence that the recipient actually can |
Line 51: | Line 109: |
OK to use that Key for Opportunistic | So it is unlikely that the recipient can't decrypt and thus its ok to use that Key for opportunistic encryption |
Line 59: | Line 118: |
Usage: |
|
Line 63: | Line 124: |
Defined as: |
|
Line 70: | Line 133: |
Basic confidence that the Sender is who he claims because we either have an established communication history or the source of the key (e.g. the mail provider) provided the key for this sender. This is the highest level you can achieve without user interaction. |
Explanation: The "automated user" that never uses any Certificate Manager or GnuPG will only see Level one and Level two as this is the highest level reachable through full automation. We have basic confidence that the Sender is who he claims because we either have an established communication history or some "good enough" source of the key (e.g. the mail provider + https) provided the key for this sender. Conflicts in this level are discussed more details below in the part about Conflict handling. Usage: |
Line 80: | Line 152: |
Defined as: |
|
Line 85: | Line 159: |
This is reached either through Web of Trust or if a user explicitly | Explanation: Level 2 is good enough for most use cases, but some organisations or individuals or policies may require and assurance of confidentiality that may never reached through automation. The idea is that Level 3-4 provide flexibility for Organisational Measures like: You may only send restricted documents to Level 4 keys. The level is reached either through Web of Trust or if a user explicitly |
Line 88: | Line 171: |
Automatically this Level can only be reached through WoT. | Automatically this Level can only be also be reached through WoT if a user trusted at least one other key. This is also the level for S/M~I~M~E Mails. Usage: |
Line 91: | Line 179: |
* Show verified messages as much more trusted then an unverified message. | * You can assert in the ui that according to gnupg the sender is who he claims to be. |
Line 94: | Line 182: |
Defined as: |
|
Line 100: | Line 190: |
This level is equivalent to a key valid if gnupg would use trust-model direct. | Explanation: Same reason as for Level 3. But even more restricted to direct trust, meaning that: |
Line 105: | Line 198: |
For a user this could also mean something like "with this communication partner I want to be absolutely sure that I'm always using the right key. So I manually verify the fingerprint. And mark that with a local or public signature on that key. Usage: |
|
Line 106: | Line 205: |
* Show verified messages as "the best". | * Show verified messages as "the best". Stars and sprinkle level ;-) |
Line 110: | Line 209: |
=== Mutliple Levels === The "automated user" that never uses any Certificate Manager or or GnuPG will only see Level one and Level two. With level one being nearly presented as an "Unsigned" mail the Trust visualisation from Level two will be the only level that is really visible. So there are not many levels in this case. For more advanced users and from a "Ui Language" point of view only two levels would be too simplistic because we have to distinguish still between just automatic Trust based on history and trust from Web of Trust or manual checks. This is because without a manual check we can never make the "full" claim that the senders identity was verified. Level 4 is the level for manually checked keys, we can offer that option e.g. from a details dialog. So that a user can mark "Ok with this communication partner I want to be absolutely sure that I'm always using the right key. So I manually verify the fingerprint.". That's a *can* it should not be suggested that this needs to be done, but it should be offered. The additional Level's also give flexibility for Organisational Measures like: You may only send restricted documents to Level 4 keys. === Time delay for level 2 === |
==== Time delay for level 2 ==== |
Line 158: | Line 231: |
== Signature Status == There should only be one prominent information when reading a signed mail: * Is there additional information that the sender is really is the intended communication partner. (Level 2 + Level 3) |
==== H~T~T~P~S Trust as shortcut to level 2 ==== Using H~T~T~P~S for key discovery will automatically bring a key to level 2 because in that case we have a claim by some authenticated source that this key really belongs to the according mail address. If an attacker controls your H~T~T~P~S there are very likely cheaper and less detectable attacks on your communication then intercepting pgp encryption. e.g. compromising your system. It's also harder to break H~T~T~P~S compared to S~M~T~P~S/I~M~A~P~S because every M~U~A offers to ignore certificate errors (which dirmngr does not) and a compromised router could claim that your M~S~P only offers S~M~T~P / I~M~A~P without encryption. == Presentation == There should only be prominent information when reading a signed mail if: * There is additional information that the sender is really is the intended communication partner. (Level >= 2) |
Line 181: | Line 269: |
or so. It's not more negative then a unsigned mail. | or so. It's not more negative then a unsigned mail so only if your M~U~A shows unsigned mails as "Red" may you treat signed mails this way, too ;-) |
Line 193: | Line 283: |
# There is a man in the middle trying to intercept encrypted communication. | # There is a man in the middle trying to intercept encrypted communication and he did not control all of your communication history. |
Line 195: | Line 285: |
# There is a D~O~S attacker trying to hurt usability so much that automated encryption is no longer used. |
# There is a Troll trying to hurt usability so much that automated encryption is no longer used. # There is a man in the middle that controlled all your communication history (e.g. your router) |
Line 203: | Line 293: |
certitifcate. The first misuse case should be handled on the senders side. The second misuse case may be handled or mitigated by using slightliy authenticated source for the key retrieval. |
certificate. Both misuse cases should be handled on the senders side because he controls or lost control of the involved keys and can take steps / inform himself what went wrong. Case two very likely more common as case one would also lead to problems already because the communication partners of the second key would not know to which key they should encrypt the user would be able to read mails on one device but not at the other et. cetra. Loosing keys can also be assisted by software that provides a bad user experience or does not follow common practices. |
Line 216: | Line 314: |
Similarly, if a signature is verified by a mua and there are secret | Similarly, if a signature is verified by a MUA and there are secret |
Line 229: | Line 327: |
=== Resolving conflicts on the receivers side === We will have to see in practice how often tofu conflicts happen and if there are different means we can avoid them. For now the preferred solution is the Conflict Dialog. An alternative approach for discussion is the automated resolution. Resolution through a conflict Dialog hurts the goal to automate encryption. The goal should be to try hard to avoid it. ==== Conflict Dialog ==== A dialog should be offered that asks the user to check with the sender / call his IT Support and then: * Use the new key from now on. (Policy auto on the new Key, Policy bad on the old key) * Reject the new key (Policy bad on the new key, Policy auto on the old key) {{{ The key used to secure this message differs from the key usually used to secure messages from "foo@example.com" Please call "foo@example.com" or your IT Support to call what happend and check if the new key to secure your communication with him has the fingerprint: 1101 C077 198C 91E3 5BB9 CC78 856B 9E7E 60A1 542A Secure communication with "foo@example.com" is no longer possible until you have ensured that the new key is legitimate. [Ask me later] [Use new key] [Keep using the old key] }}} There should be no option to mark both keys as "good" this case needs to be handled on the sender side to avoid that this becomes common practice and many uses that communicate with the sender run into a conflict. ==== Automated Resolution ==== A conflict could be automatically resolved by keeping the old key |
==== Automated conflict resolution by recipients ==== Recipient means here that if there are two keys seen for one sender address when verifying a mail, the recipient is the person doing the verification. A conflict should then be automatically resolved by keeping the old key |
Line 270: | Line 334: |
revoked or explicitly marked as bad and treating the new key for validity display just like a fresh key. Technically this is not planned for in the TOFU trust model, but this is an idea for discussion and could be implemented in a MUA. Probably by setting policy to good for both keys and handling that specially in validity display. The conflict would be detectable in the interface for a user who cares about it because it will no longer be shown that the sender is somewhat verified and that there is no basic history yet. Meaning the sender is back to level 1. This necessitates an option to mark the old key explicitly as bad. E.g if your communication partner has lost his old key through misuse. But that would then be needed to be triggered by the sender when he receives replies that he can't decrypt. With the assumption that the sender already knows more about what happened and can explain this then to the recipient. ===== How would this relate to attacks? ===== * A man in the Middle attack will be cheaper because it won't require manual interaction of the user. (This is partly mitigated by keeping the old key in use for encryption.) * Impostor attack would still be prevented until the impostor has built up enough communication history. * The DOS Crypto Attack will be prevented as conflicts are not shown so prominent. ===== Opinion of aheinecke: ===== While I like the idea of still keeping to use the old key in case of conflict as it moves the misuse problems from the receiver to the sender and the usage of the old key will mitigate a Man in the Middle, as a first step automated conflict resolution is a step too far, we need to see if false positive conflicts are really a thing in practice and then think in a next step about automated resolution. Automated encryption already "lowers" security compared to the theoretical web of trust, (Imo not compared to the wot as used in practice) and it might lead to bad publicity and won't be accepted by the existing community. So my conclusion here is that this goes a step too far. |
revoked or explicitly marked as bad and treating both keys as not "Green". In the Level system this will mean level 0 for the new key and level 1 for the old key. * Policy bad for the new key. * Policy unknown for the old key. The conflict would be detectable in the interface because it will no longer be shown that the sender is verified. A details dialog should provide a clear and easy option to switch keys for this recipient or mark the old key as explicitly good. If a key has trust through the pgp model (Level 3 or higher) it should be kept at that level to further mitigate the "troll" attack. If the old key is still published in the Web key directory for his domain it should still be shown as Level 2 key, in that case we have indication that the old key is still good. ( See rationale about W~K~D as a shortcut to level 2 ) But even if the new key is provided in the web key directory it should not be automatically switched over, because in that case we would have two good keys and something is wrong. If a user has lost control / lost his old key and is unable to revoke it we want to create problems sender, so we get notified by the sender that the new key should be used and we can mark the old key explicitly as bad. === Does this model protect against our threats? === * Man in the middle with full control of communication history: If Alice and Bob always encrypt & sign but Mallory had full control of their communication history and re-encrypts / resigns the messages regularly this attack could be detected: a) When a Mail gets trough once e.g. if Mallory controls Alice's router and Alice uses an Internet Cafe once. In that case Bob would not be able to decrypt the message. That communication failure could lead to more investigation. A MUA may assist that by showing to which keys a mail was encrypted in case decryption fails. b) If Alice publishes her key in a Web key directory Bob's MUA can detect that the key used for Alice does not match the one he always used and can signal this by not showing Alice's signatures as "Good" indicating that the communication is not protected. The Attack is more problematic if Alice and Bob don't encrypt but just sign. In case a) this would mean that the mails that get through from the real Alice would not be shown as valid. But once a mail gets through from the real Alice the messages from both Alice and Mallory will not be shown as valid anymore, indicating that the communication is not secure. * Man in the Middle attack with established communication: This attack will be prevented by keeping the established key in use so messages won't get encrypted to Mallory. By not showing the validity indication anymore this attack is also detectable. * Impostor attack: would still be prevented because the new key is never shown as valid / verified unless user interaction is done. * The Troll Attack will be prevented as conflicts are not shown so prominent. Using a Web key directory can also mitigate this attack because it will prevent marking many keys as bad trough spam. |
Contents
Automated Encryption
This page is intended as a discussion base for validity display and opportunistic mail encryption and how to use the trust-model tofu+pgp for automated encryption.
TODO:
Things to do after discussion and Feedback not integrated in this draft
- The yellow checker does not work as a symbol.
- Level 5 is not part of the screenshots.
- Write more about threats, mitigations and attack scenarios
What are our goals and how do we archive them?
- Prevent mass surveillance: By providing a fully automated encryption mode that requires no user interaction by default and uses a trust model based on the history of communication.
- Spam phishing: By using signatures to verify the senders address.
- Targeted (spear) phishing or CEO-Fraud: By including Web of Trust / pgp trust in our trust model and so enable verification levels that go above anything that could be reached through automation or a very convincing communication history.
- Man in the Middle attacks: By tracking the consistency of the used encryption / signature key for a given sender address.
Limitations of the automation
The automated system can't protect against an attacker that controls the initial key exchange and persistently reencrypts all messages with keys controlled by the attacker. This would be detectable if one message gets through and using a WKD would make this attack more expensive but until a User has manually exchanged / checked the fingerprint with his intended communication partner the User can't be sure if the communication is really secure.
This system still caters to users who need that level of assuarance (see Level 3 / 4 below) and it can be argued that the costs and detectability of such an attack would likely be higher then other attacks on the users system such an attacker may be capable of.
Details
Trust Levels
Definitions of wording:
userid: The userid on a key that matches the smtp Address of the sender.
tofu: Information we have about the communication history and reflects a bit the API of gpgme_tofu_info_t. As tofu info is bound to a given key + userid it is also sometimes called "binding".
key source: The source where the key was imported from, e.g. if if was automatically imported over https, or if it comes from public keyservers.
Key with enough history for basic trust:
Level 0
Defined as:
(userid.validity <= Marginal AND tofu.signcount == 0 AND tofu.enccount == 0 AND key.source NOT in [cert, pka, danke, wkd])
Explanation:
With trust-model tofu+pgp this level is used only for Keys that were never used before to verify a signature and not obtained by a source that gives some indication that this is an actual key for this address.
The Key should not be used for opportunistic encryption to avoid the problem that the recipient might not be able to decrypt the message because it is a wrong or outdated key.
Usage:
- Do not automatically encrypt to Level 0.
Level 1
Defined as:
((userid.validity == Marginal AND tofu.validity < "Key with enough history for basic trust") AND key.source NOT in [cert, pka, dane, wkd]):
Explanation:
This level means that there is some confidence that the recipient actually can use the key as we have seen at least one signature or we have a weak trust path over the web of trust.
So it is unlikely that the recipient can't decrypt and thus its ok to use that Key for opportunistic encryption encryption but when receiving a signed message it should only show in details that a message was signed.
There may be some indication that the sender demonstrated a willingness to use crypto mails, especially if opportunistic encryption is disabled.
Usage:
- Automatically encrypt to Level 1
- Don't show verified messages as much more trusted then an unverified message.
Level 2
Defined as:
(userid.validity == Marginal AND ((tofu.validity >= "Key with enough history for basic trust" AND tofu.signfirst >= 3 Days ago) OR key.source IN [cert, pka, dane, wkd])):
Explanation:
The "automated user" that never uses any Certificate Manager or GnuPG will only see Level one and Level two as this is the highest level reachable through full automation.
We have basic confidence that the Sender is who he claims because we either have an established communication history or some "good enough" source of the key (e.g. the mail provider + https) provided the key for this sender.
Conflicts in this level are discussed more details below in the part about Conflict handling.
Usage:
- Automatically encrypt to Level 2
- Show verified messages as more trusted then an unverified message.
Level 3
Defined as:
userid.validity == Full AND "no key with ownertrust ultimate signed this userid."
Explanation:
Level 2 is good enough for most use cases, but some organisations or individuals or policies may require and assurance of confidentiality that may never reached through automation.
The idea is that Level 3-4 provide flexibility for Organisational Measures like: You may only send restricted documents to Level 4 keys.
The level is reached either through Web of Trust or if a user explicitly set the tofu Policy to "Good" for this key.
Automatically this Level can only be also be reached through WoT if a user trusted at least one other key.
This is also the level for S/MIME Mails.
Usage:
- Automatically encrypt to Level 3
- You can assert in the ui that according to gnupg the sender is who he claims to be.
Level 4
Defined as:
userid.validity == ultimate OR (userid.validity == full AND "any key with ownertrust ultimate signed this userid.")
Explanation:
Same reason as for Level 3. But even more restricted to direct trust, meaning that:
Either yourself or someone that is allowed to make that e.g. your central "CA" style person you may have in an organisation has signed that key.
For a user this could also mean something like "with this communication partner I want to be absolutely sure that I'm always using the right key. So I manually verify the fingerprint. And mark that with a local or public signature on that key.
Usage:
- Automatically encrypt to level 4
- Show verified messages as "the best". Stars and sprinkle level ;-)
Rationale
Time delay for level 2
A time delay is supposed to make it more expensive for an attacker to reach level 2 as we then start to make claims about the attacker.
The assumption is that an attack that is kept up over some time is more difficult. Especially if it involves some external factors, like a phishing website etc. which might be turned off.
A time delay gives others the chance to intervene if they detect an attack e.g. if it is organisationwide.
It also mitigates User Experience problems arising from the use of the encryption count in GnuPG's calculation for basic history because if you encrypt 20 drafts or 20 mails / files quickly to the same key it should not become level 2 before you have seen a signature.
A concern is that using the time of the first signature verification before reaching level 2 make lead to bad user experience. E.g.: You look at the same message after three days. Now it's level 2, last time you looked it was level 1.
H~T~T~P~S Trust as shortcut to level 2
Using HTTPS for key discovery will automatically bring a key to level 2 because in that case we have a claim by some authenticated source that this key really belongs to the according mail address.
If an attacker controls your HTTPS there are very likely cheaper and less detectable attacks on your communication then intercepting pgp encryption. e.g. compromising your system.
It's also harder to break HTTPS compared to SMTPS/IMAPS because every MUA offers to ignore certificate errors (which dirmngr does not) and a compromised router could claim that your MSP only offers SMTP / IMAP without encryption.
Presentation
There should only be prominent information when reading a signed mail if:
- There is additional information that the sender is really is the intended communication partner. (Level >= 2)
This could be displayed as a checker or a seal ribbon or something. It should be prominent and next to the signed content. There should be a distinction between Levels two, three and four but it may be slight.
Don't treat signed mails worse then an unsigned mail
A MUA should not treat any signed mail worse then an unsigned mail. If a sender is not verified it should be displayed similar to an unsigned mail because in both cases you have no information that the Sender is actually your intended Communication partner. You may want to show a tofu Conflict more prominent as user interaction is required at this point.
Especially: ignore GPGME's Red suggestion An attacker would have removed the signature instead of invalidating it. It should be treated like an unsigned mail and only additional info in details should be shown for diagnostic purposes. Similarly when Red is set because a key is expired or so. It's not more negative then a unsigned mail so only if your MUA shows unsigned mails as "Red" may you treat signed mails this way, too ;-)
Conflict handling
What happens when there is a conflict in the tofu trust model, so you have seen two keys for a senders mailbox and the keys are not cross-signed and both are valid.
When can this happen:
Attacks:
- There is a man in the middle trying to intercept encrypted communication and he did not control all of your communication history.
- There is an impostor trying to claim a false identity.
- There is a Troll trying to hurt usability so much that automated encryption is no longer used.
- There is a man in the middle that controlled all your communication history (e.g. your router)
Misuse:
- A user generated two keys e.g. on two devices and did not cross sign them and uses both.
- A user lost control of his old key, and did not have a revocation certificate.
Both misuse cases should be handled on the senders side because he controls or lost control of the involved keys and can take steps / inform himself what went wrong.
Case two very likely more common as case one would also lead to problems already because the communication partners of the second key would not know to which key they should encrypt the user would be able to read mails on one device but not at the other et. cetra.
Loosing keys can also be assisted by software that provides a bad user experience or does not follow common practices.
Resolving conflicts on the senders side
A tofu aware GUI should (even when TOFU is disabled) check when a secret key is used for signing if there are other secret keys with the same uid available and they are not cross signed a GUI should offer that option.
Similarly, if a signature is verified by a MUA and there are secret keys available with the same userid and they are not cross signed this should be told to the user and offered to do if possible.
WKD Checks
A tofu aware GUI should check when signing or from time to time if a different key is uploaded to a WKD for this userid and warn in that case. This will also make a permanent man in the middle attack by a mail service provider more expensive as it would mean providing a different key to the attacked user then to others.
Automated conflict resolution by recipients
Recipient means here that if there are two keys seen for one sender address when verifying a mail, the recipient is the person doing the verification.
A conflict should then be automatically resolved by keeping the old key in use for automated encryption to this address until it is revoked or explicitly marked as bad and treating both keys as not "Green". In the Level system this will mean level 0 for the new key and level 1 for the old key.
- Policy bad for the new key.
- Policy unknown for the old key.
The conflict would be detectable in the interface because it will no longer be shown that the sender is verified. A details dialog should provide a clear and easy option to switch keys for this recipient or mark the old key as explicitly good.
If a key has trust through the pgp model (Level 3 or higher) it should be kept at that level to further mitigate the "troll" attack.
If the old key is still published in the Web key directory for his domain it should still be shown as Level 2 key, in that case we have indication that the old key is still good. ( See rationale about WKD as a shortcut to level 2 )
But even if the new key is provided in the web key directory it should not be automatically switched over, because in that case we would have two good keys and something is wrong. If a user has lost control / lost his old key and is unable to revoke it we want to create problems sender, so we get notified by the sender that the new key should be used and we can mark the old key explicitly as bad.
Does this model protect against our threats?
- Man in the middle with full control of communication history: If Alice and Bob always encrypt & sign but Mallory had full control of their communication history and re-encrypts / resigns the messages regularly this attack could be detected:
a) When a Mail gets trough once e.g. if Mallory controls Alice's router and Alice uses an Internet Cafe once. In that case Bob would not be able to decrypt the message. That communication failure could lead to more investigation. A MUA may assist that by showing to which keys a mail was encrypted in case decryption fails.
b) If Alice publishes her key in a Web key directory Bob's MUA can detect that the key used for Alice does not match the one he always used and can signal this by not showing Alice's signatures as "Good" indicating that the communication is not protected.
The Attack is more problematic if Alice and Bob don't encrypt but just sign. In case a) this would mean that the mails that get through from the real Alice would not be shown as valid. But once a mail gets through from the real Alice the messages from both Alice and Mallory will not be shown as valid anymore, indicating that the communication is not secure.
- Man in the Middle attack with established communication:
This attack will be prevented by keeping the established key in use so messages won't get encrypted to Mallory. By not showing the validity indication anymore this attack is also detectable.
- Impostor attack: would still be prevented because the new key is never shown as valid / verified unless user interaction is done.
- The Troll Attack will be prevented as conflicts are not shown so prominent. Using a Web key directory can also mitigate this attack because it will prevent marking many keys as bad trough spam.
Key discovery and Opportunistic Encryption (Mail only)
A MUA should offer automated key discovery and opportunistic encryption. The WKD / WKS helps with automated key discovery and should be used (by using --locate-key)
To determine if a mail can be sent automatically encrypted one of the following rules must match for each recipient:
- There is a Fully / Ultimately valid key for the recipient.
- This is a marginally valid key for the recipient and the first UserID that matches the recipients mailbox has a signcount of at least one. Or the recipients key was obtained through a slightly authenticated source (e.g. WKD).
Auto Key Retrieve
Additionally to WKD lookup, if you receive a message from an Unknown Key a MUA should automatically retrieve it from a public keyserver or a Web Key directory. This Key can then be used for opportunistic encryption because you have seen a signature it is very likely that the recipient can decrypt. (auto-key-retrieve in gnupg)
Screenshots from GpgOL
No key was found. Level 0.
The first signed message form someone else. Level 1.
The second message. Level 1.
Basic trust! Level 2.
Full trust! Level 3.
Invalid sig. Level 0.
Tofu conflict. User attention required.