Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PAP to case to indicate which kind of action is allowed #616

Closed
8 tasks done
To-om opened this issue Jun 21, 2018 · 2 comments
Closed
8 tasks done

Add PAP to case to indicate which kind of action is allowed #616

To-om opened this issue Jun 21, 2018 · 2 comments

Comments

@To-om
Copy link
Contributor

To-om commented Jun 21, 2018

Request Type

Feature Request

Description

PAP (for Permissible Actions Protocol) aims to indicate to analyst the posture to adopt: how much we accept that the attacker detect the current analysis.

As for TLP, PAP is declined in 4 values:

  • RED (3): Non-detectable actions only. Recipients may not use PAP:RED information on the network. Only passive actions on logs, that are not detectable from the outside.
  • AMBER (2): Passive cross check. Recipients may use PAP:AMBER information for conducting online checks, like using services provided by third parties (e.g. VirusTotal), or set up a monitoring honeypot.
  • GREEN (1): Active actions allowed. Recipients may use PAP:GREEN information to ping the target, block incoming/outgoing traffic from/to the target or specifically configure honeypots to interact with the target.
  • WHITE (0): No restrictions in using this information.

Tasks

  • Add pap attribute to case class
  • Add pap attribute to case template class
  • Add corresponding mapping migration
  • Update case template UI
  • Update case details page
  • Update case creation dialog
  • Update template of case items in search page
  • Update template of case items in flow
@To-om To-om added this to the 3.1.0 (Cerana 1) milestone Jun 21, 2018
@To-om To-om self-assigned this Jun 21, 2018
To-om added a commit that referenced this issue Jun 21, 2018
@To-om To-om assigned nadouani and unassigned To-om Jun 21, 2018
@AzureIndustries
Copy link

AzureIndustries commented Jun 22, 2018

Hello @To-om,

Is someone currently working on this feature? If I am not mistaken, this feature seems to already exist in TheHive when creating a new case. Please advise.

Respectfully

@saadkadhi
Copy link
Contributor

@AzureFlameGod this feature does not exist yet and will be implemented in 3.1. It must not be confounded with the TLP safeguards that analyzers implement (a.k.a max TLP).

While the colors in the PAP taxonomy are similar to those of the TLP, they serve a different purpose and are actions that will be applicable to actions you could or could not do during your incident response process depending on the stance you have defined wrt the threat actor you are dealing with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants