Title: DDOS Vulnerability on GET:/api/v1/orgs
Project: NetBanking API
Description: The Application DDoS exploit allows an attacker to overwelm you Application/DB by requesting seemingly large resources through vulnerable endpoint.
Assertion Name: DDoS ( 1 )( 2 )
Overview: In computing, a Denial-of-Service attack (DoS attack) is a cyber-attack in which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to the Internet. Denial of service is typically accomplished by flooding the targeted machine or resource with superfluous requests in an attempt to overload systems and prevent some or all legitimate requests from being fulfilled.
In a Distributed Denial-of-Service attack (DDoS attack), the incoming traffic flooding the victim originates from many different sources. This effectively makes it impossible to stop the attack simply by blocking a single source.
DDoS or Distributed Denial of service is flooding the targeted API endpoints with superfluous requests in an attempt to overload systems and prevent some or all legitimate requests from being fulfilled.
An advanced DDoS attack can be created with a very few tailored requests. e.g. if the API endpoints have a vulnerability which allows requesting 10,000 items or records by setting page-size=10000 or large date range on the vulnerable API endpoint, then by sending a few of these requests regularly can put the entire system unresponsive leading towards revenue and brand loss.
Quite often, APIs do not impose any restrictions on the size or number of resources that can be requested by the client/user. Not only can this impact the API server performance, leading to Denial of Service (DoS), but also leaves the door open to authentication flaws such as brute force.
Severity: DDoS is a form of Cyber Attack. The DDoS attacks are increasing on Year-on-Year basis and is consistently reported in Akamai State of Internet / Security Reports( 3 ).
Vulnerability Impact: A successful DDoS attacks can
have an operational disruption of your service
make your services unavailable for an indefinite period
have financial and legal consequence if application fails to live up to service level agreements
Can have irreparable damage to company’s brand reputation
Exploitation: DoS / DDoS attackers attempt to overwhelm web applications and APIs with a flood of HTTP/HTTPS requests. In order to obtain a high enough level of traffic, attackers typically need to leverage a large number of attacking hosts to achieve the desired effect. One way to do this is by purchasing access to a "booter service" - which is a marketing term for "DDoS for Hire" ( 5 ).
Remediation: While it may not be completely possible to avoid DoS or DDoS attack, but it is possible to identify and take remediation steps. Different protections that can be leveraged are
Network Controls – Allowing for blacklisting of IP Addresses and CIDR Ranges
Rate Controls – Different threshold criterion can be defined to avoid volumetric flooding
Site Defenders – to identify Slow Posts that open HTTP connections and then slowing sending data very slowly.
Web Application Firewalls – Many DoS tools have tell-tale fingerprints and can be easily identified and blocked.
DoS and DDoS - https://en.wikipedia.org/wiki/Denial-of-service_attack
Akamai 2018 State of Internet / Security Report - https://www.akamai.com/us/en/about/our-thinking/state-of-the-internet-report/global-state-of-the-internet-security-ddos-attack-reports.jsp
Message : This issue is manually closed from FX control plane.
Title: DDOS Vulnerability on GET:/api/v1/orgs
Project: NetBanking API
Description:
Assertion Name: DDoS ( 1 )( 2 )
Overview: In computing, a Denial-of-Service attack (DoS attack) is a cyber-attack in which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to the Internet. Denial of service is typically accomplished by flooding the targeted machine or resource with superfluous requests in an attempt to overload systems and prevent some or all legitimate requests from being fulfilled.
In a Distributed Denial-of-Service attack (DDoS attack), the incoming traffic flooding the victim originates from many different sources. This effectively makes it impossible to stop the attack simply by blocking a single source.
DDoS or Distributed Denial of service is flooding the targeted API endpoints with superfluous requests in an attempt to overload systems and prevent some or all legitimate requests from being fulfilled.
An advanced DDoS attack can be created with a very few tailored requests. e.g. if the API endpoints have a vulnerability which allows requesting 10,000 items or records by setting page-size=10000 or large date range on the vulnerable API endpoint, then by sending a few of these requests regularly can put the entire system unresponsive leading towards revenue and brand loss.
Quite often, APIs do not impose any restrictions on the size or number of resources that can be requested by the client/user. Not only can this impact the API server performance, leading to Denial of Service (DoS), but also leaves the door open to authentication flaws such as brute force.
Severity: DDoS is a form of Cyber Attack. The DDoS attacks are increasing on Year-on-Year basis and is consistently reported in Akamai State of Internet / Security Reports( 3 ).
Vulnerability Impact: A successful DDoS attacks can
have an operational disruption of your service
make your services unavailable for an indefinite period
have financial and legal consequence if application fails to live up to service level agreements
Can have irreparable damage to company’s brand reputation
Exploitation: DoS / DDoS attackers attempt to overwhelm web applications and APIs with a flood of HTTP/HTTPS requests. In order to obtain a high enough level of traffic, attackers typically need to leverage a large number of attacking hosts to achieve the desired effect. One way to do this is by purchasing access to a "booter service" - which is a marketing term for "DDoS for Hire" ( 5 ).
Remediation: While it may not be completely possible to avoid DoS or DDoS attack, but it is possible to identify and take remediation steps. Different protections that can be leveraged are
Network Controls – Allowing for blacklisting of IP Addresses and CIDR Ranges
Rate Controls – Different threshold criterion can be defined to avoid volumetric flooding
Site Defenders – to identify Slow Posts that open HTTP connections and then slowing sending data very slowly.
Web Application Firewalls – Many DoS tools have tell-tale fingerprints and can be easily identified and blocked.
DoS and DDoS - https://en.wikipedia.org/wiki/Denial-of-service_attack
Akamai 2018 State of Internet / Security Report - https://www.akamai.com/us/en/about/our-thinking/state-of-the-internet-report/global-state-of-the-internet-security-ddos-attack-reports.jsp
Title: DDOS Vulnerability on GET:/api/v1/orgs Project: NetBanking API Description: The Application DDoS exploit allows an attacker to overwelm you Application/DB by requesting seemingly large resources through vulnerable endpoint.
Assertion Name: DDoS ( 1 )( 2 )Overview: In computing, a Denial-of-Service attack (DoS attack) is a cyber-attack in which the perpetrator seeks to make a machine or network resource unavailable to its intended users by temporarily or indefinitely disrupting services of a host connected to the Internet. Denial of service is typically accomplished by flooding the targeted machine or resource with superfluous requests in an attempt to overload systems and prevent some or all legitimate requests from being fulfilled.
In a Distributed Denial-of-Service attack (DDoS attack), the incoming traffic flooding the victim originates from many different sources. This effectively makes it impossible to stop the attack simply by blocking a single source.
DDoS or Distributed Denial of service is flooding the targeted API endpoints with superfluous requests in an attempt to overload systems and prevent some or all legitimate requests from being fulfilled.
An advanced DDoS attack can be created with a very few tailored requests. e.g. if the API endpoints have a vulnerability which allows requesting 10,000 items or records by setting page-size=10000 or large date range on the vulnerable API endpoint, then by sending a few of these requests regularly can put the entire system unresponsive leading towards revenue and brand loss.
e.g. values pageSize=101 page_size=101 /api/v1/dashboard/count-bugs-between?fromDate={{@PastDate | dd/MM/yyyy}}&toDate={{@Date | dd/MM/yyyy}} /api/v1/dashboard/count-tests-between?fromDate={{@PastDate | dd/MM/yyyy}}&toDate={{@Date | dd/MM/yyyy}}.
Quite often, APIs do not impose any restrictions on the size or number of resources that can be requested by the client/user. Not only can this impact the API server performance, leading to Denial of Service (DoS), but also leaves the door open to authentication flaws such as brute force.
Severity: DDoS is a form of Cyber Attack. The DDoS attacks are increasing on Year-on-Year basis and is consistently reported in Akamai State of Internet / Security Reports( 3 ).
Vulnerability Impact: A successful DDoS attacks can
Exploitation: DoS / DDoS attackers attempt to overwhelm web applications and APIs with a flood of HTTP/HTTPS requests. In order to obtain a high enough level of traffic, attackers typically need to leverage a large number of attacking hosts to achieve the desired effect. One way to do this is by purchasing access to a "booter service" - which is a marketing term for "DDoS for Hire" ( 5 ).
Remediation: While it may not be completely possible to avoid DoS or DDoS attack, but it is possible to identify and take remediation steps. Different protections that can be leveraged are
References:
Risk: DDOS Severity: Medium API Endpoint: http://95.217.118.53:8080/api/v1/orgs?page=1&pageSize=101 Environment: Master Playbook: ApiV1OrgsGetQueryParamPageDdos Researcher: [apisec Bot] QUICK TIPS Suggestion: Add a max limit validation on the endpoint params used for requesting maximum number of resources. Effort Estimate: 0.5 Wire Logs: 07:10:14 [D] [AVOGQPPDdos] : URL [http://95.217.118.53:8080/api/v1/orgs?page=1&pageSize=101] 07:10:14 [D] [AVOGQPPDdos] : Method [GET] 07:10:14 [D] [AVOGQPPDdos] : Auth [Default] 07:10:14 [D] [AVOGQPPDdos] : Request [] 07:10:14 [D] [AVOGQPPDdos] : Request-Headers [{Accept=[application/json], Content-Type=[application/json], Authorization=[**********]}] 07:10:14 [D] [AVOGQPPDdos] : Response [{ "requestId" : "None", "requestTime" : "2020-08-13T19:10:14.206+0000", "errors" : false, "messages" : [ ], "data" : [ { "id" : "2c928084730547e80173e7bc9ced1db7", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:44.653+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:44.653+0000", "version" : null, "inactive" : false, "name" : "2ikVQRtB", "description" : "2ikVQRtB", "orgType" : "ENTERPRISE", "billingEmail" : "barry.reynolds@hotmail.com", "company" : "Greenfelder Group", "location" : "2ikVQRtB", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc9cd11db5", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:44.625+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:44.625+0000", "version" : null, "inactive" : false, "name" : "utXRp7yY", "description" : "utXRp7yY", "orgType" : "ENTERPRISE", "billingEmail" : "utXRp7yY", "company" : "King, King and King", "location" : "utXRp7yY", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc9b1e1db2", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:44.190+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:44.190+0000", "version" : null, "inactive" : false, "name" : "u8wwkjqS", "description" : "u8wwkjqS", "orgType" : "ENTERPRISE", "billingEmail" : "corbin.kunde@gmail.com", "company" : "Purdy Group", "location" : "u8wwkjqS", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc9a7c1daf", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:44.028+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:44.028+0000", "version" : null, "inactive" : false, "name" : "VyWtr5xL", "description" : "VyWtr5xL", "orgType" : "ENTERPRISE", "billingEmail" : "alejandra.lindgren@gmail.com", "company" : "Rice, Rice and Rice", "location" : "VyWtr5xL", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc9a361dab", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:43.958+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:43.958+0000", "version" : null, "inactive" : false, "name" : "SahlqPIp", "description" : "SahlqPIp", "orgType" : "ENTERPRISE", "billingEmail" : "cleve.reinger@yahoo.com", "company" : "Hane LLC", "location" : "SahlqPIp", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc99f61da9", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:43.894+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:43.894+0000", "version" : null, "inactive" : false, "name" : "Znks2erq", "description" : "Znks2erq", "orgType" : "ENTERPRISE", "billingEmail" : "Znks2erq", "company" : "Murphy, Murphy and Murphy", "location" : "Znks2erq", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc99b61da5", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:43.830+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:43.830+0000", "version" : null, "inactive" : false, "name" : "OdjtDqCj", "description" : "OdjtDqCj", "orgType" : "ENTERPRISE", "billingEmail" : "alta.leffler@gmail.com", "company" : "Barton and Sons", "location" : "OdjtDqCj", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc98a71da1", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:43.559+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:43.559+0000", "version" : null, "inactive" : false, "name" : "Fu7Pk7Fw", "description" : "Fu7Pk7Fw", "orgType" : "ENTERPRISE", "billingEmail" : "ike.labadie@hotmail.com", "company" : "Farrell and Sons", "location" : "Fu7Pk7Fw", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc957e1d9c", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:42.750+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:42.750+0000", "version" : null, "inactive" : false, "name" : "34jPhjWP", "description" : "34jPhjWP", "orgType" : "ENTERPRISE", "billingEmail" : "marcus.keebler@yahoo.com", "company" : "Marks, Marks and Marks", "location" : "34jPhjWP", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc95181d9a", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:42.648+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:42.648+0000", "version" : null, "inactive" : false, "name" : "9RybTV20", "description" : "9RybTV20", "orgType" : "ENTERPRISE", "billingEmail" : "9RybTV20", "company" : "Wiza-Wiza", "location" : "9RybTV20", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc94e41d97", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:42.596+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:42.596+0000", "version" : null, "inactive" : false, "name" : "391IA6Ow", "description" : "391IA6Ow", "orgType" : "ENTERPRISE", "billingEmail" : "deangelo.medhurst@gmail.com", "company" : "Labadie, Labadie and Labadie", "location" : "391IA6Ow", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc94d11d94", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:42.577+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:42.577+0000", "version" : null, "inactive" : false, "name" : "QuZm9sfo", "description" : "QuZm9sfo", "orgType" : "ENTERPRISE", "billingEmail" : "aaliyah.rau@hotmail.com", "company" : "Nicolas, Nicolas and Nicolas", "location" : "QuZm9sfo", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc93d71d91", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:42.327+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:42.327+0000", "version" : null, "inactive" : false, "name" : "9j9M14V8", "description" : "9j9M14V8", "orgType" : "ENTERPRISE", "billingEmail" : "harvey.ledner@yahoo.com", "company" : "Stanton-Stanton", "location" : "9j9M14V8", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc92f11d8e", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:42.097+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:42.097+0000", "version" : null, "inactive" : false, "name" : "IxAY3qq2", "description" : "IxAY3qq2", "orgType" : "ENTERPRISE", "billingEmail" : "ignacio.ebert@hotmail.com", "company" : "Kshlerin Group", "location" : "IxAY3qq2", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc90321d8a", "createdBy" : "", "createdDate" : "2020-08-13T12:12:41.394+0000", "modifiedBy" : "2c928085730548680173054c9f720002", "modifiedDate" : "2020-08-13T12:12:41.705+0000", "version" : null, "inactive" : false, "name" : "kbzYuZFi", "description" : "kbzYuZFi", "orgType" : "TEAM", "billingEmail" : "edythe.ledner@gmail.com", "company" : "Windler, Windler and Windler", "location" : "kbzYuZFi", "orgPlan" : "FREE" }, { "id" : "2c928084730547e80173e7bc8fb51d88", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:41.269+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:41.269+0000", "version" : null, "inactive" : false, "name" : "mZMHHnOz", "description" : "mZMHHnOz", "orgType" : "ENTERPRISE", "billingEmail" : "mZMHHnOz", "company" : "Bernier and Sons", "location" : "mZMHHnOz", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc8e9f1d81", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:40.991+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:40.991+0000", "version" : null, "inactive" : false, "name" : "8ZvIrt4O", "description" : "8ZvIrt4O", "orgType" : "ENTERPRISE", "billingEmail" : "alvah.schaefer@yahoo.com", "company" : "Jenkins Group", "location" : "8ZvIrt4O", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc8e9b1d7f", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:40.987+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:40.987+0000", "version" : null, "inactive" : false, "name" : "l669SVYl", "description" : "l669SVYl", "orgType" : "ENTERPRISE", "billingEmail" : "otho.dickinson@gmail.com", "company" : "Becker-Becker", "location" : "l669SVYl", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc8d4b1d7c", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:40.651+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:40.651+0000", "version" : null, "inactive" : false, "name" : "RFD7ARTt", "description" : "RFD7ARTt", "orgType" : "ENTERPRISE", "billingEmail" : "enrico.kihn@gmail.com", "company" : "Orn-Orn", "location" : "RFD7ARTt", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc8d1d1d79", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:40.605+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:40.605+0000", "version" : null, "inactive" : false, "name" : "HlhiKbLb", "description" : "HlhiKbLb", "orgType" : "ENTERPRISE", "billingEmail" : "kenton.cummerata@hotmail.com", "company" : "Wilkinson, Wilkinson and Wilkinson", "location" : "HlhiKbLb", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc8c561d77", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:40.406+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:40.406+0000", "version" : null, "inactive" : false, "name" : "RD7oJSLQ", "description" : "RD7oJSLQ", "orgType" : "ENTERPRISE", "billingEmail" : "amira.schuster@yahoo.com", "company" : "Pollich-Pollich", "location" : "RD7oJSLQ", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc8c151d75", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:40.340+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:40.340+0000", "version" : null, "inactive" : false, "name" : "CawO5CMy", "description" : "CawO5CMy", "orgType" : "ENTERPRISE", "billingEmail" : "hugh.heathcote@yahoo.com", "company" : "Medhurst-Medhurst", "location" : "CawO5CMy", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc8c0a1d73", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:40.330+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:40.330+0000", "version" : null, "inactive" : false, "name" : "oTmJQiac", "description" : "oTmJQiac", "orgType" : "ENTERPRISE", "billingEmail" : "jayce.dicki@yahoo.com", "company" : "Gleason LLC", "location" : "oTmJQiac", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc8b311d70", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:40.113+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:40.113+0000", "version" : null, "inactive" : false, "name" : "GI6uohKh", "description" : "GI6uohKh", "orgType" : "ENTERPRISE", "billingEmail" : "tyrese.lebsack@hotmail.com", "company" : "Simonis, Simonis and Simonis", "location" : "GI6uohKh", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc8aa01d6d", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:39.968+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:39.968+0000", "version" : null, "inactive" : false, "name" : "lbrvUjsT", "description" : "lbrvUjsT", "orgType" : "ENTERPRISE", "billingEmail" : "vanessa.wiegand@hotmail.com", "company" : "Langworth, Langworth and Langworth", "location" : "lbrvUjsT", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc891d1d67", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:39.581+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:39.581+0000", "version" : null, "inactive" : false, "name" : "HpeANbuT", "description" : "HpeANbuT", "orgType" : "ENTERPRISE", "billingEmail" : "sid.walsh@yahoo.com", "company" : "Breitenberg, Breitenberg and Breitenberg", "location" : "HpeANbuT", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc88e01d65", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:39.520+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:39.520+0000", "version" : null, "inactive" : false, "name" : "KQOmZdD9", "description" : "KQOmZdD9", "orgType" : "ENTERPRISE", "billingEmail" : "nakia.volkman@hotmail.com", "company" : "Monahan-Monahan", "location" : "KQOmZdD9", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc88591d63", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:39.385+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:39.385+0000", "version" : null, "inactive" : false, "name" : "n7eO4pfi", "description" : "n7eO4pfi", "orgType" : "ENTERPRISE", "billingEmail" : "darrell.glover@yahoo.com", "company" : "Dare, Dare and Dare", "location" : "n7eO4pfi", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc88371d61", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:39.351+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:39.351+0000", "version" : null, "inactive" : false, "name" : "xnYgNQwI", "description" : "xnYgNQwI", "orgType" : "ENTERPRISE", "billingEmail" : "elton.abernathy@yahoo.com", "company" : "Gorczany, Gorczany and Gorczany", "location" : "xnYgNQwI", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc880f1d5f", "createdBy" : "", "createdDate" : "2020-08-13T12:12:39.311+0000", "modifiedBy" : "2c928085730548680173054c9f720002", "modifiedDate" : "2020-08-13T12:12:39.732+0000", "version" : null, "inactive" : false, "name" : "Oubf1gtg", "description" : "Oubf1gtg", "orgType" : "TEAM", "billingEmail" : "leopold.hermiston@yahoo.com", "company" : "O'Kon-O'Kon", "location" : "Oubf1gtg", "orgPlan" : "FREE" }, { "id" : "2c928084730547e80173e7bc85fb1d55", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:38.778+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:38.778+0000", "version" : null, "inactive" : false, "name" : "L2dJ5X7d", "description" : "L2dJ5X7d", "orgType" : "ENTERPRISE", "billingEmail" : "brittany.volkman@yahoo.com", "company" : "Metz and Sons", "location" : "L2dJ5X7d", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc84121d4e", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:38.290+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:38.290+0000", "version" : null, "inactive" : false, "name" : "NqEvmcNT", "description" : "NqEvmcNT", "orgType" : "ENTERPRISE", "billingEmail" : "enrique.gerlach@gmail.com", "company" : "Lind, Lind and Lind", "location" : "NqEvmcNT", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc83a81d4b", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:38.184+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:38.184+0000", "version" : null, "inactive" : false, "name" : "RJX1x54T", "description" : "RJX1x54T", "orgType" : "ENTERPRISE", "billingEmail" : "rosalinda.bogisich@hotmail.com", "company" : "Runolfsson LLC", "location" : "RJX1x54T", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc82611d47", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:37.857+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:37.857+0000", "version" : null, "inactive" : false, "name" : "kYfvciBs", "description" : "kYfvciBs", "orgType" : "ENTERPRISE", "billingEmail" : "kYfvciBs", "company" : "Walsh LLC", "location" : "kYfvciBs", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc81f41d45", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:37.748+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:37.748+0000", "version" : null, "inactive" : false, "name" : "GJUBLzNE", "description" : "GJUBLzNE", "orgType" : "ENTERPRISE", "billingEmail" : "alexandria.prohaska@gmail.com", "company" : "Bashirian LLC", "location" : "GJUBLzNE", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc81aa1d43", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:37.674+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:37.674+0000", "version" : null, "inactive" : false, "name" : "OKiSIhuk", "description" : "OKiSIhuk", "orgType" : "ENTERPRISE", "billingEmail" : "breana.kozey@gmail.com", "company" : "Parker, Parker and Parker", "location" : "OKiSIhuk", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc80f91d41", "createdBy" : "", "createdDate" : "2020-08-13T12:12:37.497+0000", "modifiedBy" : "2c928085730548680173054c9f720004", "modifiedDate" : "2020-08-13T12:12:37.851+0000", "version" : null, "inactive" : false, "name" : "sCUJjvZd", "description" : "sCUJjvZd", "orgType" : "TEAM", "billingEmail" : "candido.aufderhar@yahoo.com", "company" : "Brekke, Brekke and Brekke", "location" : "sCUJjvZd", "orgPlan" : "FREE" }, { "id" : "2c928084730547e80173e7bc803e1d3f", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:37.310+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:37.310+0000", "version" : null, "inactive" : false, "name" : "tEyZ5RbG", "description" : "tEyZ5RbG", "orgType" : "ENTERPRISE", "billingEmail" : "efrain.swift@gmail.com", "company" : "Hayes-Hayes", "location" : "tEyZ5RbG", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7fe01d3d", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:37.216+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:37.216+0000", "version" : null, "inactive" : false, "name" : "9L6rd6ba", "description" : "9L6rd6ba", "orgType" : "ENTERPRISE", "billingEmail" : "lurline.schmitt@yahoo.com", "company" : "Jaskolski LLC", "location" : "9L6rd6ba", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7f441d3a", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:37.060+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:37.060+0000", "version" : null, "inactive" : false, "name" : "CKoubXad", "description" : "CKoubXad", "orgType" : "ENTERPRISE", "billingEmail" : "aubrey.schoen@yahoo.com", "company" : "Renner, Renner and Renner", "location" : "CKoubXad", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7e891d36", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:36.873+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:36.873+0000", "version" : null, "inactive" : false, "name" : "LayQEgZk", "description" : "LayQEgZk", "orgType" : "ENTERPRISE", "billingEmail" : "amira.fay@hotmail.com", "company" : "Brakus-Brakus", "location" : "LayQEgZk", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7dbd1d34", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:36.669+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:36.669+0000", "version" : null, "inactive" : false, "name" : "4fNvlGB3", "description" : "4fNvlGB3", "orgType" : "ENTERPRISE", "billingEmail" : "4fNvlGB3", "company" : "Beahan-Beahan", "location" : "4fNvlGB3", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7dad1d31", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:36.653+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:36.653+0000", "version" : null, "inactive" : false, "name" : "kXUBRPjk", "description" : "kXUBRPjk", "orgType" : "ENTERPRISE", "billingEmail" : "david.wolf@yahoo.com", "company" : "Auer, Auer and Auer", "location" : "kXUBRPjk", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7d701d2f", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:36.592+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:36.592+0000", "version" : null, "inactive" : false, "name" : "QnCOLYXM", "description" : "QnCOLYXM", "orgType" : "ENTERPRISE", "billingEmail" : "greyson.dickens@yahoo.com", "company" : "Rippin-Rippin", "location" : "QnCOLYXM", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7d001d2d", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:36.480+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:36.480+0000", "version" : null, "inactive" : false, "name" : "LnYTJX7y", "description" : "LnYTJX7y", "orgType" : "ENTERPRISE", "billingEmail" : "glenna.wolff@yahoo.com", "company" : "Rau-Rau", "location" : "LnYTJX7y", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7ca81d2b", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:36.392+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:36.392+0000", "version" : null, "inactive" : false, "name" : "UWOCGrMQ", "description" : "UWOCGrMQ", "orgType" : "ENTERPRISE", "billingEmail" : "geo.marvin@hotmail.com", "company" : "Huel, Huel and Huel", "location" : "UWOCGrMQ", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7bfd1d29", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:36.221+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:36.221+0000", "version" : null, "inactive" : false, "name" : "aPF42W20", "description" : "aPF42W20", "orgType" : "ENTERPRISE", "billingEmail" : "beryl.lemke@gmail.com", "company" : "Sawayn-Sawayn", "location" : "aPF42W20", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7b821d26", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:36.098+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:36.098+0000", "version" : null, "inactive" : false, "name" : "k1SCIvNY", "description" : "k1SCIvNY", "orgType" : "ENTERPRISE", "billingEmail" : "jaylan.predovic@hotmail.com", "company" : "Toy LLC", "location" : "k1SCIvNY", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7b391d24", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:36.025+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:36.025+0000", "version" : null, "inactive" : false, "name" : "etPQS8cF", "description" : "etPQS8cF", "orgType" : "ENTERPRISE", "billingEmail" : "horace.bergstrom@gmail.com", "company" : "Weissnat, Weissnat and Weissnat", "location" : "etPQS8cF", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc7ad71d21", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:35.927+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:35.927+0000", "version" : null, "inactive" : false, "name" : "OD0XjyyG", "description" : "OD0XjyyG", "orgType" : "ENTERPRISE", "billingEmail" : "vada.stoltenberg@hotmail.com", "company" : "McKenzie, McKenzie and McKenzie", "location" : "OD0XjyyG", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc79d31d1d", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:35.667+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:35.667+0000", "version" : null, "inactive" : false, "name" : "Sc4WBTyE", "description" : "Sc4WBTyE", "orgType" : "ENTERPRISE", "billingEmail" : "chelsie.gulgowski@yahoo.com", "company" : "Schamberger-Schamberger", "location" : "Sc4WBTyE", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc79431d1b", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:35.523+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:35.523+0000", "version" : null, "inactive" : false, "name" : "uoe6Mh7N", "description" : "uoe6Mh7N", "orgType" : "ENTERPRISE", "billingEmail" : "aron.hamill@gmail.com", "company" : "Runolfsdottir, Runolfsdottir and Runolfsdottir", "location" : "uoe6Mh7N", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc779e1d13", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:35.102+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:35.102+0000", "version" : null, "inactive" : false, "name" : "2cQEzIXM", "description" : "2cQEzIXM", "orgType" : "ENTERPRISE", "billingEmail" : "jacklyn.lubowitz@hotmail.com", "company" : "Klein-Klein", "location" : "2cQEzIXM", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc77421d10", "createdBy" : "", "createdDate" : "2020-08-13T12:12:35.010+0000", "modifiedBy" : "2c928085730548680173054c9f720002", "modifiedDate" : "2020-08-13T12:12:35.416+0000", "version" : null, "inactive" : false, "name" : "7LPIXvir", "description" : "7LPIXvir", "orgType" : "TEAM", "billingEmail" : "vita.bartell@yahoo.com", "company" : "Reilly, Reilly and Reilly", "location" : "7LPIXvir", "orgPlan" : "FREE" }, { "id" : "2c928084730547e80173e7bc76a81d0c", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:34.856+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:34.856+0000", "version" : null, "inactive" : false, "name" : "bFcWL7Oy", "description" : "bFcWL7Oy", "orgType" : "ENTERPRISE", "billingEmail" : "vivianne.jerde@gmail.com", "company" : "Schuster Inc", "location" : "bFcWL7Oy", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc76791d0a", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:34.809+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:34.809+0000", "version" : null, "inactive" : false, "name" : "rCbADI0G", "description" : "rCbADI0G", "orgType" : "ENTERPRISE", "billingEmail" : "adrien.stark@gmail.com", "company" : "Satterfield-Satterfield", "location" : "rCbADI0G", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc74ec1d06", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:34.412+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:34.412+0000", "version" : null, "inactive" : false, "name" : "ZqBQ21PO", "description" : "ZqBQ21PO", "orgType" : "ENTERPRISE", "billingEmail" : "forrest.leannon@yahoo.com", "company" : "Davis, Davis and Davis", "location" : "ZqBQ21PO", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc74041d03", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:34.180+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:34.180+0000", "version" : null, "inactive" : false, "name" : "of2K7j5h", "description" : "of2K7j5h", "orgType" : "ENTERPRISE", "billingEmail" : "germaine.langosh@gmail.com", "company" : "Mayert-Mayert", "location" : "of2K7j5h", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc73051cfe", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:33.925+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:33.925+0000", "version" : null, "inactive" : false, "name" : "W8KjjKqd", "description" : "W8KjjKqd", "orgType" : "ENTERPRISE", "billingEmail" : "chelsea.thiel@gmail.com", "company" : "Willms, Willms and Willms", "location" : "W8KjjKqd", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc725d1cfb", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:33.757+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:33.757+0000", "version" : null, "inactive" : false, "name" : "Wzp0Rpnz", "description" : "Wzp0Rpnz", "orgType" : "ENTERPRISE", "billingEmail" : "marlon.rippin@yahoo.com", "company" : "Parker Group", "location" : "Wzp0Rpnz", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc720d1cf9", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:33.677+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:33.677+0000", "version" : null, "inactive" : false, "name" : "K71mHmnM", "description" : "K71mHmnM", "orgType" : "ENTERPRISE", "billingEmail" : "K71mHmnM", "company" : "Little, Little and Little", "location" : "K71mHmnM", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc71ae1cf6", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:33.582+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:33.582+0000", "version" : null, "inactive" : false, "name" : "qBQI5uXN", "description" : "qBQI5uXN", "orgType" : "ENTERPRISE", "billingEmail" : "qBQI5uXN", "company" : "Kunde-Kunde", "location" : "qBQI5uXN", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc70721cf3", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:33.266+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:33.266+0000", "version" : null, "inactive" : false, "name" : "HnDc5RG7", "description" : "HnDc5RG7", "orgType" : "ENTERPRISE", "billingEmail" : "lois.lehner@yahoo.com", "company" : "Tillman, Tillman and Tillman", "location" : "HnDc5RG7", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc6e841ce8", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:32.772+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:32.772+0000", "version" : null, "inactive" : false, "name" : "9UielD9Q", "description" : "9UielD9Q", "orgType" : "ENTERPRISE", "billingEmail" : "camryn.donnelly@yahoo.com", "company" : "Stokes-Stokes", "location" : "9UielD9Q", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc6c111ce0", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:32.145+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:32.145+0000", "version" : null, "inactive" : false, "name" : "z4BAwNbG", "description" : "z4BAwNbG", "orgType" : "ENTERPRISE", "billingEmail" : "shana.labadie@yahoo.com", "company" : "Hermiston Inc", "location" : "z4BAwNbG", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc6ba71cdc", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:32.039+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:32.039+0000", "version" : null, "inactive" : false, "name" : "qw0AEcaE", "description" : "qw0AEcaE", "orgType" : "ENTERPRISE", "billingEmail" : "gino.kris@hotmail.com", "company" : "Swift and Sons", "location" : "qw0AEcaE", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc6b911cda", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:32.017+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:32.017+0000", "version" : null, "inactive" : false, "name" : "S3IE9sDI", "description" : "S3IE9sDI", "orgType" : "ENTERPRISE", "billingEmail" : "vena.harvey@gmail.com", "company" : "Boyer-Boyer", "location" : "S3IE9sDI", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc69c91cd4", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:31.561+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:31.561+0000", "version" : null, "inactive" : false, "name" : "aRt0xJkm", "description" : "aRt0xJkm", "orgType" : "ENTERPRISE", "billingEmail" : "norma.koepp@gmail.com", "company" : "Greenfelder LLC", "location" : "aRt0xJkm", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc68931ccf", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:31.251+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:31.251+0000", "version" : null, "inactive" : false, "name" : "97J7Smq8", "description" : "97J7Smq8", "orgType" : "ENTERPRISE", "billingEmail" : "dillon.greenfelder@gmail.com", "company" : "Hirthe Group", "location" : "97J7Smq8", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc67db1ccc", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:31.067+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:31.067+0000", "version" : null, "inactive" : false, "name" : "q8xiwumR", "description" : "q8xiwumR", "orgType" : "ENTERPRISE", "billingEmail" : "q8xiwumR", "company" : "Jacobson LLC", "location" : "q8xiwumR", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc67761cca", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:30.966+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:30.966+0000", "version" : null, "inactive" : false, "name" : "KelAM6qJ", "description" : "KelAM6qJ", "orgType" : "ENTERPRISE", "billingEmail" : "kennith.stiedemann@hotmail.com", "company" : "Franecki Group", "location" : "KelAM6qJ", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc66cb1cc5", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:30.795+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:30.795+0000", "version" : null, "inactive" : false, "name" : "dicv38iA", "description" : "dicv38iA", "orgType" : "ENTERPRISE", "billingEmail" : "karelle.schiller@hotmail.com", "company" : "McDermott-McDermott", "location" : "dicv38iA", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc63d91cbe", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:30.041+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:30.041+0000", "version" : null, "inactive" : false, "name" : "Z6sLwBkB", "description" : "Z6sLwBkB", "orgType" : "ENTERPRISE", "billingEmail" : "lee.boyer@yahoo.com", "company" : "Borer Inc", "location" : "Z6sLwBkB", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc634e1cbc", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:29.902+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:29.902+0000", "version" : null, "inactive" : false, "name" : "1ax7eE3z", "description" : "1ax7eE3z", "orgType" : "ENTERPRISE", "billingEmail" : "emmanuel.roob@hotmail.com", "company" : "Tremblay-Tremblay", "location" : "1ax7eE3z", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc63451cba", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:29.893+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:29.893+0000", "version" : null, "inactive" : false, "name" : "PKbyOGhS", "description" : "PKbyOGhS", "orgType" : "ENTERPRISE", "billingEmail" : "monte.thompson@gmail.com", "company" : "Stroman-Stroman", "location" : "PKbyOGhS", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc5f221cad", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:28.834+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:28.834+0000", "version" : null, "inactive" : false, "name" : "rmV1WvfO", "description" : "rmV1WvfO", "orgType" : "ENTERPRISE", "billingEmail" : "oma.sauer@hotmail.com", "company" : "Flatley, Flatley and Flatley", "location" : "rmV1WvfO", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc5eae1ca9", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:28.718+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:28.718+0000", "version" : null, "inactive" : false, "name" : "0Tke59GA", "description" : "0Tke59GA", "orgType" : "ENTERPRISE", "billingEmail" : "jayde.mcdermott@yahoo.com", "company" : "Gislason-Gislason", "location" : "0Tke59GA", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc5e171ca7", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:28.567+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:28.567+0000", "version" : null, "inactive" : false, "name" : "f1f3UHMe", "description" : "f1f3UHMe", "orgType" : "ENTERPRISE", "billingEmail" : "f1f3UHMe", "company" : "Ruecker LLC", "location" : "f1f3UHMe", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc5cab1ca1", "createdBy" : "", "createdDate" : "2020-08-13T12:12:28.203+0000", "modifiedBy" : "2c928085730548680173054c9f720004", "modifiedDate" : "2020-08-13T12:12:28.548+0000", "version" : null, "inactive" : false, "name" : "QReZexwO", "description" : "QReZexwO", "orgType" : "TEAM", "billingEmail" : "abagail.lindgren@hotmail.com", "company" : "Hayes-Hayes", "location" : "QReZexwO", "orgPlan" : "FREE" }, { "id" : "2c928084730547e80173e7bc5bb01c9d", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:27.952+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:27.952+0000", "version" : null, "inactive" : false, "name" : "w9wZWvDP", "description" : "w9wZWvDP", "orgType" : "ENTERPRISE", "billingEmail" : "w9wZWvDP", "company" : "Corwin, Corwin and Corwin", "location" : "w9wZWvDP", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc5b521c9a", "createdBy" : "", "createdDate" : "2020-08-13T12:12:27.858+0000", "modifiedBy" : "2c928085730548680173054c9f720004", "modifiedDate" : "2020-08-13T12:12:28.199+0000", "version" : null, "inactive" : false, "name" : "qojK53tV", "description" : "qojK53tV", "orgType" : "TEAM", "billingEmail" : "maiya.stanton@gmail.com", "company" : "Carroll, Carroll and Carroll", "location" : "qojK53tV", "orgPlan" : "FREE" }, { "id" : "2c928084730547e80173e7bc5a6f1c97", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:27.631+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:27.631+0000", "version" : null, "inactive" : false, "name" : "1YkOk368", "description" : "1YkOk368", "orgType" : "ENTERPRISE", "billingEmail" : "merlin.miller@gmail.com", "company" : "Prohaska and Sons", "location" : "1YkOk368", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc58c11c92", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:27.201+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:27.201+0000", "version" : null, "inactive" : false, "name" : "xafe33je", "description" : "xafe33je", "orgType" : "ENTERPRISE", "billingEmail" : "austen.strosin@hotmail.com", "company" : "Harris-Harris", "location" : "xafe33je", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc586f1c8f", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:27.119+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:27.119+0000", "version" : null, "inactive" : false, "name" : "lcYISRzy", "description" : "lcYISRzy", "orgType" : "ENTERPRISE", "billingEmail" : "logan.casper@gmail.com", "company" : "Feil, Feil and Feil", "location" : "lcYISRzy", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc57ba1c8c", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:26.938+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:26.938+0000", "version" : null, "inactive" : false, "name" : "3WZUgh84", "description" : "3WZUgh84", "orgType" : "ENTERPRISE", "billingEmail" : "ona.harber@yahoo.com", "company" : "Rohan and Sons", "location" : "3WZUgh84", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc57971c8a", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:26.903+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:26.903+0000", "version" : null, "inactive" : false, "name" : "PAycGGc6", "description" : "PAycGGc6", "orgType" : "ENTERPRISE", "billingEmail" : "haskell.lesch@gmail.com", "company" : "Conroy-Conroy", "location" : "PAycGGc6", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc57151c87", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:26.773+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:26.773+0000", "version" : null, "inactive" : false, "name" : "nLAF7yKL", "description" : "nLAF7yKL", "orgType" : "ENTERPRISE", "billingEmail" : "nLAF7yKL", "company" : "Flatley Group", "location" : "nLAF7yKL", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc55dc1c85", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:26.460+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:26.460+0000", "version" : null, "inactive" : false, "name" : "6SZAnsZH", "description" : "6SZAnsZH", "orgType" : "ENTERPRISE", "billingEmail" : "6SZAnsZH", "company" : "Goodwin, Goodwin and Goodwin", "location" : "6SZAnsZH", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc55431c82", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:26.307+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:26.307+0000", "version" : null, "inactive" : false, "name" : "l2UQ0RkW", "description" : "l2UQ0RkW", "orgType" : "ENTERPRISE", "billingEmail" : "l2UQ0RkW", "company" : "Hettinger, Hettinger and Hettinger", "location" : "l2UQ0RkW", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc53fc1c7c", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:25.980+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:25.980+0000", "version" : null, "inactive" : false, "name" : "Rfx1Z13h", "description" : "Rfx1Z13h", "orgType" : "ENTERPRISE", "billingEmail" : "Rfx1Z13h", "company" : "Stokes LLC", "location" : "Rfx1Z13h", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc52571c74", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:25.558+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:25.558+0000", "version" : null, "inactive" : false, "name" : "2sACydFs", "description" : "2sACydFs", "orgType" : "ENTERPRISE", "billingEmail" : "haleigh.stehr@gmail.com", "company" : "Osinski-Osinski", "location" : "2sACydFs", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc52081c72", "createdBy" : "", "createdDate" : "2020-08-13T12:12:25.480+0000", "modifiedBy" : "2c928085730548680173054c9f720002", "modifiedDate" : "2020-08-13T12:12:25.859+0000", "version" : null, "inactive" : false, "name" : "mUZk6SfS", "description" : "mUZk6SfS", "orgType" : "TEAM", "billingEmail" : "edyth.hilll@hotmail.com", "company" : "Gerhold LLC", "location" : "mUZk6SfS", "orgPlan" : "FREE" }, { "id" : "2c928084730547e80173e7bc510e1c70", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:25.230+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:25.230+0000", "version" : null, "inactive" : false, "name" : "afOjqjJu", "description" : "afOjqjJu", "orgType" : "ENTERPRISE", "billingEmail" : "dane.keebler@gmail.com", "company" : "Bednar-Bednar", "location" : "afOjqjJu", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc50b61c6e", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:25.142+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:25.142+0000", "version" : null, "inactive" : false, "name" : "txIyRFq4", "description" : "txIyRFq4", "orgType" : "ENTERPRISE", "billingEmail" : "joana.bechtelar@hotmail.com", "company" : "Flatley Inc", "location" : "txIyRFq4", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc4f4e1c69", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:24.782+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:24.782+0000", "version" : null, "inactive" : false, "name" : "P6CGzGhj", "description" : "P6CGzGhj", "orgType" : "ENTERPRISE", "billingEmail" : "ramona.fahey@gmail.com", "company" : "Stracke and Sons", "location" : "P6CGzGhj", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc4d861c61", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:24.326+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:24.326+0000", "version" : null, "inactive" : false, "name" : "gkwhmR23", "description" : "gkwhmR23", "orgType" : "ENTERPRISE", "billingEmail" : "genoveva.rowe@yahoo.com", "company" : "Kautzer Inc", "location" : "gkwhmR23", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc4cc01c5e", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:24.128+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:24.128+0000", "version" : null, "inactive" : false, "name" : "OA7ipHms", "description" : "OA7ipHms", "orgType" : "ENTERPRISE", "billingEmail" : "bobbie.crooks@hotmail.com", "company" : "Lynch and Sons", "location" : "OA7ipHms", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc4c7b1c5c", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:24.059+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:24.059+0000", "version" : null, "inactive" : false, "name" : "EiYU0P3s", "description" : "EiYU0P3s", "orgType" : "ENTERPRISE", "billingEmail" : "EiYU0P3s", "company" : "Willms Inc", "location" : "EiYU0P3s", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc4c6b1c5a", "createdBy" : "", "createdDate" : "2020-08-13T12:12:24.043+0000", "modifiedBy" : "2c928085730548680173054c9f720004", "modifiedDate" : "2020-08-13T12:12:24.396+0000", "version" : null, "inactive" : false, "name" : "9LccbduH", "description" : "9LccbduH", "orgType" : "TEAM", "billingEmail" : "amparo.feest@yahoo.com", "company" : "Skiles, Skiles and Skiles", "location" : "9LccbduH", "orgPlan" : "FREE" }, { "id" : "2c928084730547e80173e7bc4ae11c58", "createdBy" : "2c928085730548680173054c9f720003", "createdDate" : "2020-08-13T12:12:23.649+0000", "modifiedBy" : "2c928085730548680173054c9f720003", "modifiedDate" : "2020-08-13T12:12:23.649+0000", "version" : null, "inactive" : false, "name" : "E4tch0Sy", "description" : "E4tch0Sy", "orgType" : "ENTERPRISE", "billingEmail" : "rylee.lubowitz@yahoo.com", "company" : "Muller Group", "location" : "E4tch0Sy", "orgPlan" : "ENTERPRISE" }, { "id" : "2c928084730547e80173e7bc4a1d1c56", "createdBy" : "", "createdDate" : "2020-08-13T12:12:23.453+0000", "modifiedBy" : "2c928085730548680173054c9f720002", "modifiedDate" : "2020-08-13T12:12:23.782+0000", "version" : null, "inactive" : false, "name" : "Pr8fEYwB", "description" : "Pr8fEYwB", "orgType" : "TEAM", "billingEmail" : "enola.reinger@yahoo.com", "company" : "Ward, Ward and Ward", "location" : "Pr8fEYwB", "orgPlan" : "FREE" } ], "totalPages" : 101, "totalElements" : 12357 }] 07:10:14 [D] [AVOGQPPDdos] : Response-Headers [{X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=Y2U5YzQzYzgtMDNkMS00MDg5LWI3MmItNGY3ZjI5MTY0YjFi; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Thu, 13 Aug 2020 19:10:14 GMT]}] 07:10:14 [D] [AVOGQPPDdos] : StatusCode [200] 07:10:14 [D] [AVOGQPPDdos] : Time [218] 07:10:14 [D] [AVOGQPPDdos] : Size [44306] 07:10:14 [E] [AVOGQPPDdos] : Assertion [@StatusCode == 200 AND @Response.errors != false] resolved-to [200 == 200 AND false != false] result [Failed] IMPORTANT LINKS Vulnerability Details: https://cloud.fxlabs.io/#/app/projects/8a8081766fc3e2a1016fc421d6e55a13/recommendations/8a80814f73e75f3f0173e93addae135f/details Project: https://cloud.fxlabs.io/#/app/projects/8a8081766fc3e2a1016fc421d6e55a13/jobs Environment: https://cloud.fxlabs.io/#/app/projects/8a8081766fc3e2a1016fc421d6e55a13/environments/8a8081766fc3e2a1016fc421d7155a15/edit Scan Dashboard: https://cloud.fxlabs.io/#/app/projects/8a8081766fc3e2a1016fc421d6e55a13/jobs/8a8081766fc3e2a1016fc4230f426628/runs/8a80814f73e75f3f0173e93acc32134c Playbook: https://cloud.fxlabs.io/#/app/projects/8a8081766fc3e2a1016fc421d6e55a13/template/ApiV1OrgsGetQueryParamPageDdos Coverage: https://cloud.fxlabs.io/#/app/projects/8a8081766fc3e2a1016fc421d6e55a13/configuration Code Sample: https://cloud.fxlabs.io/#/app/projects/8a8081766fc3e2a1016fc421d6e55a13/recommendations/8a80814f73e75f3f0173e93addae135f/codesamples PS: Please contact support@apisec.ai for apisec access and login issues. --- apisec Bot ---