Constants regarding connections to cyber triage cloud.
Definition at line 26 of file Constants.java.
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.AUTODETECT = "Auto Detect" |
|
static |
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.CT_CLOUD_DEV_SERVER = "https://cyber-triage-dev.appspot.com" |
|
static |
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.CT_CLOUD_SERVER = "https://rep1.cybertriage.com" |
|
static |
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.CYBER_TRIAGE = "CyberTriage" |
|
static |
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.DEMO_VIDEO_URL = "https://www.cybertriage.com/video/cyber-triage-demo-video/?utm_source=Cyber+Triage+Tool&utm_campaign=Eval+Demo+Video" |
|
static |
Link to watch demo video
- Since
- 3.1.0
Definition at line 46 of file Constants.java.
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.EVAL_WEBSITE_AUTO_URL = "https://www.cybertriage.com/eval_data_202109_auto/?utm_source=Cyber+Triage+Tool&utm_campaign=Eval+Data+Auto/" |
|
static |
URL for visiting the website after the data is ingested on the dashboard.
Definition at line 70 of file Constants.java.
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.INVALID_HOSTNAME_REQUEST |
|
static |
Initial value:= "Request rejected. Invalid host name. Hostname contains characters that are not allowed. \n"
+ "Characters that are not allowed include `~!@#$&^*(){}[]\\\\|;'\",<>/? \n"
+ "You may input the host IP address if the name is not resolving."
Definition at line 81 of file Constants.java.
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.INVALID_HOSTNAME_UI |
|
static |
Initial value:= "Invalid host name. Hostname contains characters that are not allowed. \n"
+ "Characters that are not allowed include `~!@#$&^*(){}[]\\\\|;'\",<>/?"
Definition at line 84 of file Constants.java.
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.IS_MEMORY_IMAGE = "IS_MEMORY_IMAGE" |
|
static |
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.REQUEST_QUOTE_URL = "https://www.cybertriage.com/request-quote/?utm_source=Cyber+Triage+Tool&utm_campaign=Eval+Quote" |
|
static |
final int com.basistech.df.cybertriage.autopsy.ctapi.Constants.RESTAPI_PORT = 9443 |
|
static |
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.SALES_AT_CYBERTRIAGE_DOT_COM = "sales@cybertriage.com" |
|
static |
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.SSLTEST_URL = "https://www2.cybertriage.com/ssl_test.html" |
|
static |
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.SUPPORT_AT_CYBERTRIAGE_DOT_COM = "support@cybertriage.com" |
|
static |
final URI com.basistech.df.cybertriage.autopsy.ctapi.Constants.USER_GUIDE_LATEST_URL = URI.create("https://docs.cybertriage.com/en/latest/?utm_source=Cyber+Triage+Tool&utm_campaign=Help+Docs") |
|
static |
Latest help document URL
- Since
- 3.2.0
Definition at line 58 of file Constants.java.
final String com.basistech.df.cybertriage.autopsy.ctapi.Constants.VISIT_WEBSITE_URL ="https://www.cybertriage.com/eval_data_202109/?utm_source=Cyber+Triage+Tool&utm_campaign=Eval+Data+Button" |
|
static |
The documentation for this class was generated from the following file:
- /home/carriersleuth/repos/autopsy/Core/src/com/basistech/df/cybertriage/autopsy/ctapi/Constants.java