Site: Https://portal-Dev - Ikapture.ai: Generated On Fri, 22 Nov 2024 06:01:38 ZAP Version: 2.15.0
Site: Https://portal-Dev - Ikapture.ai: Generated On Fri, 22 Nov 2024 06:01:38 ZAP Version: 2.15.0
ai/
Site: https://portal-dev.ikapture.ai
Generated on Fri, 22 Nov 2024 06:01:38
Summary of Alerts
Alerts
Number of
Name Risk Level
Instances
Absence of Anti-CSRF Tokens Medium 2
Content Security Policy (CSP) Header Not Set Medium 3
Vulnerable JS Library Medium 6
Private IP Disclosure Low 2
Timestamp Disclosure - Unix Low 40
Information Disclosure - Suspicious Comments Informational 101
Modern Web Application Informational 3
Re-examine Cache-control Directives Informational 4
User Agent Fuzzer Informational 732
Alert Detail
A cross-site request forgery is an attack that involves forcing a victim to send an HTTP
request to a target destination without their knowledge or intent in order to perform an
action as the victim. The underlying cause is application functionality using predictable URL
/form actions in a repeatable way. The nature of the attack is that CSRF exploits the trust
that a web site has for a user. By contrast, cross-site scripting (XSS) exploits the trust that a
user has for a web site. Like XSS, CSRF attacks are not necessarily cross-site, but they
can be. Cross-site request forgery is also known as CSRF, XSRF, one-click attack, session
riding, confused deputy, and sea surf.
CSRF has primarily been used to perform an action against a target site using the victim's
privileges, but recent techniques have been discovered to disclose information by gaining
access to the response. The risk of information disclosure is dramatically increased when
the target site is vulnerable to XSS, because XSS can be used as a platform for CSRF,
allowing the attack to operate within the bounds of the same-origin policy.
URL https://portal-dev.ikapture.ai/assets/views/loginregistration/login_sso.html
Method GET
Attack
<form class="form-login margin-left-10" novalidate name="myForm" ng-submit="
Evidence
validateUsername()" ng-if="!isValidUser">
No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken,
Other csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token,
Info _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token] was found in the following
HTML form: [Form 1: "username" ].
URL https://portal-dev.ikapture.ai/assets/views/loginregistration/login_sso.html
Method GET
Attack
<form class="form-login margin-left-10" ng-submit="login()" novalidate name="pwdForm" ng-
Evidence
if="isValidUser">
No known Anti-CSRF token [anticsrf, CSRFToken, __RequestVerificationToken,
Other csrfmiddlewaretoken, authenticity_token, OWASP_CSRFTOKEN, anoncsrf, csrf_token,
Info _csrf, _csrfSecret, __csrf_magic, CSRF, _token, _csrf_token] was found in the following
HTML form: [Form 2: "password" ].
Instances 2
Phase: Architecture and Design
Use a vetted library or framework that does not allow this weakness to occur or provides
constructs that make this weakness easier to avoid.
Phase: Implementation
Ensure that your application is free of cross-site scripting issues, because most CSRF
defenses can be bypassed using attacker-controlled script.
Generate a unique nonce for each form, place the nonce into the form, and verify the nonce
upon receipt of the form. Be sure that the nonce is not predictable (CWE-330).
Do not use the GET method for any request that triggers a state change.
Phase: Implementation
Check the HTTP Referer header to see if the request originated from an expected page.
This could break legitimate functionality, because users or proxies may have disabled
sending the Referer for privacy reasons.
https://cheatsheetseries.owasp.org/cheatsheets/Cross-
Reference Site_Request_Forgery_Prevention_Cheat_Sheet.html
https://cwe.mitre.org/data/definitions/352.html
CWE Id 352
WASC Id 9
Plugin Id 10202
URL https://portal-dev.ikapture.ai
Method GET
Attack
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/
Method GET
Attack
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration/login_sso.html
Method GET
Attack
Evidence
Other
Info
Instances 3
Ensure that your web server, application server, load balancer, etc. is configured to set the
Solution
Content-Security-Policy header.
https://developer.mozilla.org/en-US/docs/Web/Security/CSP
/Introducing_Content_Security_Policy
https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
Reference https://www.w3.org/TR/CSP/
https://w3c.github.io/webappsec-csp/
https://web.dev/articles/csp
https://caniuse.com/#feat=contentsecuritypolicy
https://content-security-policy.com/
CWE Id 693
WASC Id 15
Plugin Id 10038
URL https://portal-dev.ikapture.ai/bower_components/angular-animate/angular-animate.min.js
Method GET
Attack
Evidence /* AngularJS v1.8.3
Other CVE-2023-26116 CVE-2022-25869 CVE-2022-25844 CVE-2024-21490 CVE-2023-26117
Info CVE-2023-26118
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies/angular-cookies.min.js
Method GET
Attack
Evidence /* AngularJS v1.8.3
Other CVE-2023-26116 CVE-2022-25869 CVE-2022-25844 CVE-2024-21490 CVE-2023-26117
Info CVE-2023-26118
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize/angular-sanitize.min.js
Method GET
Attack
Evidence /* AngularJS v1.8.3
Other CVE-2023-26116 CVE-2022-25869 CVE-2022-25844 CVE-2024-21490 CVE-2023-26117
Info CVE-2023-26118
URL https://portal-dev.ikapture.ai/bower_components/angular-touch/angular-touch.min.js
Method GET
Attack
Evidence /* AngularJS v1.8.3
Other CVE-2023-26116 CVE-2022-25869 CVE-2022-25844 CVE-2024-21490 CVE-2023-26117
Info CVE-2023-26118
URL https://portal-dev.ikapture.ai/bower_components/angular/angular.min.js
Method GET
Attack
Evidence /* AngularJS v1.8.3
Other CVE-2023-26116 CVE-2022-25869 CVE-2022-25844 CVE-2024-21490 CVE-2023-26117
Info CVE-2023-26118
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js/bootstrap.min.js
Method GET
Attack
Evidence * Bootstrap v3.4.1
Other
Info
Instances 6
Solution Please upgrade to the latest version of angularjs.
https://github.com/advisories/GHSA-2vrf-hf26-jrp5
https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSBOWER-6241746
https://nvd.nist.gov/vuln/detail/CVE-2024-21490
https://github.com/advisories/GHSA-4w4v-5hc9-xrr2
https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-6241747
https://blog.angular.io/discontinued-long-term-support-for-angularjs-cc066b82e65a?
Reference gi=9d3103b5445c
https://security.snyk.io/vuln/SNYK-JS-ANGULAR-6091113
https://github.com/angular/angular.js
https://github.com/advisories/GHSA-qwqh-hm9m-p5hr
https://github.com/advisories/GHSA-m2h2-264f-f486
https://github.com/advisories/GHSA-prc3-vjfx-vhm9
https://github.com/advisories/GHSA-2qqx-w9hr-q5gx
https://stackblitz.com/edit/angularjs-vulnerability-ng-srcset-redos
CWE Id 829
WASC Id
Plugin Id 10003
URL https://portal-dev.ikapture.ai/assets/js/controllers/mainCtrl.js
Method GET
Attack
Evidence 192.168.1.11
Other
192.168.1.11 192.168.1.11
Info
URL https://portal-dev.ikapture.ai/assets/js/services/utils.js
Method GET
Attack
Evidence 192.168.0.192:9090
Other
192.168.0.192:9090
Info
Instances 2
Remove the private IP address from the HTTP response body. For comments, use JSP/ASP
Solution
/PHP comment instead of HTML/JavaScript comment which can be seen by client browsers.
Reference https://tools.ietf.org/html/rfc1918
CWE Id 200
WASC Id 13
Plugin Id 2
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1423857449
Other
1423857449, which evaluates to: 2015-02-13 14:57:29.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1426400815
Other
1426400815, which evaluates to: 2015-03-15 02:26:55.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1454621731
Other
1454621731, which evaluates to: 2016-02-04 16:35:31.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1466479909
Other
1466479909, which evaluates to: 2016-06-20 23:31:49.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1483230225
Other
1483230225, which evaluates to: 2016-12-31 19:23:45.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1504918807
Other
1504918807, which evaluates to: 2017-09-08 21:00:07.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1510334235
Other
1510334235, which evaluates to: 2017-11-10 12:17:15.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1541320221
Other
1541320221, which evaluates to: 2018-11-04 03:30:21.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1555261956
Other
1555261956, which evaluates to: 2019-04-14 13:12:36.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1567103746
Other
1567103746, which evaluates to: 2019-08-29 14:35:46.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1591671054
Other
1591671054, which evaluates to: 2020-06-08 22:50:54.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1594198024
Other
1594198024, which evaluates to: 2020-07-08 04:47:04.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1622183637
Other
1622183637, which evaluates to: 2021-05-28 02:33:57.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1634467795
Other
1634467795, which evaluates to: 2021-10-17 06:49:55.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1658658271
Other
1658658271, which evaluates to: 2022-07-24 06:24:31.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1661365465
Other
1661365465, which evaluates to: 2022-08-24 14:24:25.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1684777152
Other
1684777152, which evaluates to: 2023-05-22 13:39:12.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1706088902
Other
1706088902, which evaluates to: 2024-01-24 04:35:02.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1711684554
Other
1711684554, which evaluates to: 2024-03-28 23:55:54.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1742555852
Other
1742555852, which evaluates to: 2025-03-21 07:17:32.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1759359992
Other
1759359992, which evaluates to: 2025-10-01 19:06:32.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1762050814
Other
1762050814, which evaluates to: 2025-11-01 22:33:34.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1789927666
Other
1789927666, which evaluates to: 2026-09-20 14:07:46.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1802195444
Other
1802195444, which evaluates to: 2027-02-09 12:50:44.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1812370925
Other
1812370925, which evaluates to: 2027-06-07 08:22:05.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1843258603
Other
1843258603, which evaluates to: 2028-05-29 20:16:43.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1852507879
Other
1852507879, which evaluates to: 2028-09-13 21:31:19.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1873836001
Other
1873836001, which evaluates to: 2029-05-18 18:00:01.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1886057615
Other
1886057615, which evaluates to: 2029-10-07 04:53:35.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1907459465
Other
1907459465, which evaluates to: 2030-06-11 21:51:05.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1907505652
Other
1907505652, which evaluates to: 2030-06-12 10:40:52.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1913087877
Other
1913087877, which evaluates to: 2030-08-16 01:17:57.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1919054434
Other
1919054434, which evaluates to: 2030-10-24 02:40:34.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1943803523
Other
1943803523, which evaluates to: 2031-08-06 13:25:23.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1957810842
Other
1957810842, which evaluates to: 2032-01-15 15:20:42.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1969922972
Other
1969922972, which evaluates to: 2032-06-03 20:49:32.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1994146192
Other
1994146192, which evaluates to: 2033-03-11 04:29:52.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 1996959894
Other
Info 1996959894, which evaluates to: 2033-04-12 19:04:54.
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 2013776290
Other
2013776290, which evaluates to: 2033-10-24 10:18:10.
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence 2044508324
Other
2044508324, which evaluates to: 2034-10-15 02:58:44.
Info
Instances 40
Manually confirm that the timestamp data is not sensitive, and that the data cannot be
Solution
aggregated to disclose exploitable patterns.
Reference https://cwe.mitre.org/data/definitions/200.html
CWE Id 200
WASC Id 13
Plugin Id 10096
URL https://portal-dev.ikapture.ai
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected in the element starting with:
Other
"<script src="assets/js/directives/select.js"></script>", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected in the element starting with:
Other
"<script src="assets/js/controllers/user-idle.js"></script>", see evidence field for the
Info
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected in the element starting with:
Other
"<script src="assets/js/directives/select.js"></script>", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected in the element starting with:
Other
"<script src="assets/js/controllers/user-idle.js"></script>", see evidence field for the
Info
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/config.constant.js
Method GET
Attack
Evidence user
Other The following pattern was used: \bUSER\b and was detected in the element starting with: "
Info //New verify user ", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/config.router.js
Method GET
Attack
Evidence admin
Other The following pattern was used: \bADMIN\b and was detected in the element starting with: "
Info url: "/admin-dashboard", ", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/config.router.js
Method GET
Attack
Evidence debug
Other The following pattern was used: \bDEBUG\b and was detected in the element starting with:
Info " debug: false, ", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/config.router.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 3 times, the first in the
Other
element starting with: " url: '/docs-queue/:from/:to', ", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/config.router.js
Method GET
Attack
Evidence User
The following pattern was used: \bUSER\b and was detected 24 times, the first in the
Other
element starting with: " title: 'User Dashboard', ", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/controllers/mainCtrl.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected 5 times, the first in the
Other
element starting with: " if($rootScope.user && !$location.path().toString().includes("/login
Info
/signin") ){ ", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration/loginssoCtrl.js
Method GET
Attack
Evidence ADMIN
The following pattern was used: \bADMIN\b and was detected 2 times, the first in the
Other
element starting with: " } else if (role == "ADMIN") {", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration/loginssoCtrl.js
Method GET
Attack
Evidence Administrator
The following pattern was used: \bADMINISTRATOR\b and was detected 2 times, the first
Other
in the element starting with: " text: "It looks like iKapture Application is not Reachable
Info
please contack Administrator.",", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration/loginssoCtrl.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with: "
Other
//$state.go('app.docsQueue', { from: null, to: null });", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration/loginssoCtrl.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected 12 times, the first in the
Other
element starting with: " let user = response.data.user;", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration/loginssoCtrl.js
Method GET
Attack
Evidence username
The following pattern was used: \bUSERNAME\b and was detected 15 times, the first in the
Other
element starting with: " if ($scope.loginData.username && $scope.loginData.password) {",
Info
see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/controllers/user-idle.js
Method GET
Attack
Evidence User
Other The following pattern was used: \bUSER\b and was detected in the element starting with: "
Info console.log("User Active Again");", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/datatable/angular-datatables.min.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with:
Other ""undefined"!=typeof module&&"undefined"!=typeof exports&&module.exports===exports&&
Info (module.exports="datatables"),function(a,b,c,", see evidence field for the suspicious
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/datatable/angularjs-dropdown-multiselect.min.js
Method GET
Attack
Evidence Select
The following pattern was used: \bSELECT\b and was detected in the element starting with:
Other
"var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){"use strict";function l(e){return e&&e.
Info
__esModule?e:{"default":e}}var ", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/datatable/dataTables.lightColumnFilter.min.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected in the element starting with:
Other
"!function(a,b){var c=function(b,c){"use strict";var d=function(a,c,d,f){var g,h=this,i=["dom","
Info
bindEvents","request"];g=f.type i", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/datatable/jquery.dataTables.min.js
Method GET
Attack
Evidence Db
The following pattern was used: \bDB\b and was detected 7 times, the first in the element
Other starting with: "0;for(h=d.length;n<h;n++){var p=0;for(f=c.length;p<f;p++){m[p]===q&&(m[p]=T
Info (a,p,g,"type"));var t=d[n](m[p],a);if(!t&&n!==d.lengt", see evidence field for the suspicious
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/datatable/jquery.dataTables.min.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with:
Other "sNext:"Next",sPrevious:"Previous"},sEmptyTable:"No data available in table",sInfo:"
Info Showing _START_ to _END_ of _TOTAL_ entries",", see evidence field for the suspicious
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/datatable/jquery.dataTables.min.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected 2 times, the first in the
Other element starting with: "200)}function Pa(a,b){a._bInitComplete=!0;(b||a.oInit.aaData)&&ta(a);
Info F(a,null,"plugin-init",[a,b]);F(a,"aoInitComplete","init",[", see evidence field for the suspicious
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/datatable/jquery.dataTables.min.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected 2 times, the first in the
Other element starting with: ""iTabIndex","fnStateLoadCallback","fnStateSaveCallback","
Info renderer","searchDelay","rowId",["iCookieDuration","iStateDuration"],["", see evidence field
for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/directives/char-limit.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with: "
Other
// Once the limit has been met or exceeded, prevent all keypresses from working ", see
Info
evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/directives/chat.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected in the element starting with: "
Other var chatTemplate = '<div>' + '<ol class="discussion">' + '<li class="messages-date" ng-
Info repeat-start="message in newChatA", see evidence field for the suspicious comment
/snippet.
URL https://portal-dev.ikapture.ai/assets/js/directives/perfect-scrollbar.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with: "
Other
// this is from a pull request - I am not totally sure what the original issue is but seems
Info
harmless", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/directives/select.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 2 times, the first in the
Other
element starting with: " // remove class cs-selected from old selected option and add it to
Info
current selected option ", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/directives/select.js
Method GET
Attack
Evidence Select
The following pattern was used: \bSELECT\b and was detected 13 times, the first in the
Other
element starting with: " * Create a custom CSS3 Select Elements. ", see evidence field for
Info
the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/directives/sparkline.js
Method GET
Attack
Evidence TODO
The following pattern was used: \bTODO\b and was detected in the element starting with: "
Other
//TODO: Use $eval to get the object ", see evidence field for the suspicious comment
Info
/snippet.
URL https://portal-dev.ikapture.ai/assets/js/main.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with: "
Other
// Set some reference to access them from any scope ", see evidence field for the
Info
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/main.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected 4 times, the first in the
Other element starting with: " " <button type=\"button\" class=\"btn btn-sm btn-primary btn-o uib-
Info datepicker-current\" ng-click=\"select('today', $event", see evidence field for the suspicious
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/main.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected 11 times, the first in the
Other
element starting with: " if($localStorage.user) { ", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/main.js
Method GET
Attack
Evidence where
The following pattern was used: \bWHERE\b and was detected in the element starting with:
Other
" // This is where preferredLanguage(langKey) comes in. ", see evidence field for the
Info
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/services/login.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected in the element starting with: "
Other
url : $rootScope.ctx+'/api/auth/validate-user', ", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/services/login.js
Method GET
Attack
Evidence username
Other The following pattern was used: \bUSERNAME\b and was detected in the element starting
Info with: " params : {username: data} ", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/stateEvents.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 20 times, the first in the
Other
element starting with: " * to prevent the transition from happening and then the transition
Info
promise will be", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/alasql.min.js
Method GET
Attack
Evidence DB
The following pattern was used: \bDB\b and was detected 2 times, the first in the element
Other starting with: "553:"COMMAND_FUNCTION",554:"COMMAND_FUNCTION_CODE",555:"
Info COMMITTED",556:"CONDITION_NUMBER",557:"CONNECTION",558:"
CONNECTION_NAME"", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/alasql.min.js
Method GET
Attack
Evidence query
The following pattern was used: \bQUERY\b and was detected 7 times, the first in the
Other element starting with: ""use strict";!function(e,t){"function"==typeof define&&define.amd?
Info define([],t):"object"==typeof exports?module.exports=t():e.ala", see evidence field for the
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/alasql.min.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected 2 times, the first in the
Other element starting with: "}),n.queries.push(s[o-1]);break;case 424:this.$=new n.Op({left:s[o-4],
Info op:"IN",right:s[o-1]});break;case 425:this.$=new n.Op({lef", see evidence field for the
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/angular-file-upload.min.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected in the element starting with:
Other "!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"
Info function"==typeof define&&define.amd?define", see evidence field for the suspicious
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker/bootstrap-datepicker.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 6 times, the first in the
Other
element starting with: " // Retrieve view index from any aliases", see evidence field for the
Info
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker/bootstrap-datepicker.js
Method GET
Attack
Evidence later
Other The following pattern was used: \bLATER\b and was detected in the element starting with: "
Info // Date being moved later/right", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker/bootstrap-datepicker.js
Method GET
Attack
Evidence user
Other The following pattern was used: \bUSER\b and was detected in the element starting with: "
Info // if year is 2 digits or less, than the user most likely is trying to get a recent century", see
evidence field for the suspicious comment/snippet.
https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker/bootstrap-
URL
datetimepicker.js
Method GET
Attack
Evidence debug
The following pattern was used: \bDEBUG\b and was detected 6 times, the first in the
Other
element starting with: " 'blur': options.debug ? '' : hide,", see evidence field for the
Info
suspicious comment/snippet.
https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker/bootstrap-
URL
datetimepicker.js
Method GET
Attack
Evidence FROM
The following pattern was used: \bFROM\b and was detected 2 times, the first in the
Other
element starting with: " LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
Info
OTHERWISE, ARISING FROM,", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-multiselect.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 7 times, the first in the
Other
element starting with: " * used to endorse or promote products derived from this software
Info
without", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-multiselect.js
Method GET
Attack
Evidence query
The following pattern was used: \bQUERY\b and was detected 8 times, the first in the
Other
element starting with: " this.query = '';", see evidence field for the suspicious comment
Info
/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-multiselect.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected 71 times, the first in the
Other
element starting with: " //Not sure performance is any better using 'select' and 'deselect'.",
Info
see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-multiselect.js
Method GET
Attack
Evidence TODO
The following pattern was used: \bTODO\b and was detected in the element starting with: "
Other
// TODO: Add a class for this option to move the css declarations.", see evidence field for
Info
the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope/index.umd.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected 2 times, the first in the
Other element starting with: "!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?
Info module.exports=t():"function"==typeof define&&define.amd?def", see evidence field for the
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui/jquery-ui.js
Method GET
Attack
Evidence bug
The following pattern was used: \bBUG\b and was detected 7 times, the first in the element
Other
starting with: " // it causes a very odd bug in IE 8 (see #6720)", see evidence field for the
Info
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui/jquery-ui.js
Method GET
Attack
Evidence bugs
The following pattern was used: \bBUGS\b and was detected 6 times, the first in the
Other
element starting with: " // see: https://jsfiddle.net/JZSMt/3/ https://bugs.webkit.org/show_bug.
Info
cgi?id=107380", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui/jquery-ui.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 121 times, the first in the
Other
element starting with: " // Track widgets that inherit from this widget in case this widget is",
Info
see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui/jquery-ui.js
Method GET
Attack
Evidence later
The following pattern was used: \bLATER\b and was detected 7 times, the first in the
Other
element starting with: " // redefine the widget later", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui/jquery-ui.js
Method GET
Attack
Evidence Select
The following pattern was used: \bSELECT\b and was detected 39 times, the first in the
Other
element starting with: " // Select the wrapper - make it overflow: hidden and absolute
Info
positioned based on", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui/jquery-ui.js
Method GET
Attack
Evidence TODO
The following pattern was used: \bTODO\b and was detected 24 times, the first in the
Other element starting with: " // TODO: remove support for widgetEventPrefix", see evidence field
Info for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui/jquery-ui.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected 8 times, the first in the
Other
element starting with: "//>>description: Lists suggested words as the user is typing.", see
Info
evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui/jquery-ui.js
Method GET
Attack
Evidence where
The following pattern was used: \bWHERE\b and was detected 10 times, the first in the
Other
element starting with: " // this is the only case where we allow nulls for ALL properties.", see
Info
evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment/moment.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 50 times, the first in the
Other
element starting with: " function copyConfig(to, from) {", see evidence field for the
Info
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment/moment.js
Method GET
Attack
Evidence TODO
The following pattern was used: \bTODO\b and was detected 10 times, the first in the
Other
element starting with: " // TODO: Remove "ordinalParse" fallback in next major release.",
Info
see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment/moment.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected 2 times, the first in the
Other
element starting with: " // Setting the hour should keep the time, because the user
Info
explicitly", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/pdfobject.min.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with: "
Other
UMD module pattern from https://github.com/umdjs/umd/blob/master/templates
Info
/returnExports.js", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence Bug
The following pattern was used: \bBUG\b and was detected in the element starting with:
Other "var DO_NOT_EXPORT_CODEPAGE=true;var DO_NOT_EXPORT_JSZIP=true;(function
Info (e){if("object"==typeof exports&&"undefined"!=typeof modul", see evidence field for the
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence DB
The following pattern was used: \bDB\b and was detected in the element starting with: "f:$l},
Other
16:{n:"PtgUnion",f:$l},17:{n:"PtgRange",f:$l},18:{n:"PtgUplus",f:$l},19:{n:"PtgUminus",f:$l},20:
Info
{n:"PtgPercent",f:$l},21:{", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 3 times, the first in the
Other element starting with: "return null}return s.utf8decode(r.readString(e.length-5))}return null},
Info findExtraFieldUnicodeComment:function(){var e=this.extraF", see evidence field for the
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence QUERY
The following pattern was used: \bQUERY\b and was detected in the element starting with:
Other
"if(o==-1)o=i[l].length;else o++;f=Math.max(f,o)}for(l=0;l<=s;++l){n[l]=[];var c=0;e(i[l].slice(0,
Info
f).trim(),n,l,c,a);for(c=1;c<=(", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence TODO
The following pattern was used: \bTODO\b and was detected in the element starting with:
Other "return r}if(e.index){r._W(1,2);r._W(1,e.index)}else if(e.theme){r._W(1,6);r._W(1,e.theme)}
Info else{r._W(1,5);r._W(1,0)}var t=e.tint|", see evidence field for the suspicious comment
/snippet.
URL https://portal-dev.ikapture.ai/assets/js/vendor/xlsx.full.min.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected in the element starting with:
Other "break;case"graphic-properties":break;case"calculation-settings":break;case"named-
Info expressions":break;case"label-range":break;case", see evidence field for the suspicious
comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular-animate/angular-animate.min.js
Method GET
Attack
Evidence from
Other The following pattern was used: \bFROM\b and was detected 14 times, the first in the
Info element starting with: "(function(Y,z){'use strict';function Fa(a,b,c){if(!a)throw Pa("areq",
b||"?",c||"required");return a}function Ga(a,b){if(!a&&!b)r", see evidence field for the
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js
Method GET
Attack
Evidence query
The following pattern was used: \bQUERY\b and was detected 2 times, the first in the
Other element starting with: "b.itemsPerPage=parseInt(a,10),c.totalPages=b.
Info calculateTotalPages(),b.updatePage()})):b.itemsPerPage=e.itemsPerPage,c.$watch("tot",
see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected 2 times, the first in the
Other element starting with: " */angular.module("ui.bootstrap",["ui.bootstrap.tpls","ui.bootstrap.
Info collapse","ui.bootstrap.tabindex","ui.bootstrap.accordion","", see evidence field for the
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize/angular-sanitize.min.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with:
Other "p=h("accent-height,accumulate,additive,alphabetic,arabic-form,ascent,baseProfile,bbox,
Info begin,by,calcMode,cap-height,class,color,c", see evidence field for the suspicious comment
/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie/angular-
URL
translate-storage-cookie.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with: "
Other
* Returns an item from cookieStorage by given name.", see evidence field for the
Info
suspicious comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local/angular-
URL
translate-storage-local.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with: "
Other
* Returns an item from localStorage by given name.", see evidence field for the suspicious
Info
comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular-translate/angular-translate.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 7 times, the first in the
Other element starting with: " * Removes a sanitization strategy from the list of known strategies.",
Info see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular-translate/angular-translate.js
Method GET
Attack
Evidence later
The following pattern was used: \bLATER\b and was detected 2 times, the first in the
Other
element starting with: " * namespaces, so they are later accessible via dot notation.", see
Info
evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular-translate/angular-translate.js
Method GET
Attack
Evidence TODO
The following pattern was used: \bTODO\b and was detected 3 times, the first in the
Other element starting with: " currentStrategy = null, // TODO change to either 'sanitize', 'escape'
Info or ['sanitize', 'escapeParameters'] in 3.0.", see evidence field for the suspicious comment
/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular-translate/angular-translate.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected in the element starting with: " *
Other
Tells the module which key must represent the choosed language by a user in the
Info
storage.", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular-translate/angular-translate.js
Method GET
Attack
Evidence where
The following pattern was used: \bWHERE\b and was detected 3 times, the first in the
Other
element starting with: " * results that the function returns an object where each key", see
Info
evidence field for the suspicious comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release/angular-ui-router.
URL
js
Method GET
Attack
Evidence admin
The following pattern was used: \bADMIN\b and was detected 7 times, the first in the
Other
element starting with: " * Given the following template, with "admin" being an abstract
Info
state:", see evidence field for the suspicious comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release/angular-ui-router.
URL
js
Method GET
Attack
Evidence debug
The following pattern was used: \bDEBUG\b and was detected 2 times, the first in the
Other
element starting with: " * # Transition tracing (debug)", see evidence field for the suspicious
Info
comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release/angular-ui-router.
URL js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 191 times, the first in the
Other element starting with: " * The new function accepts anywhere from 1 to N parameters.
Info When that function is called with M parameters,", see evidence field for the suspicious
comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release/angular-ui-router.
URL
js
Method GET
Attack
Evidence Later
The following pattern was used: \bLATER\b and was detected 2 times, the first in the
Other
element starting with: " * // Later, invoke deregisterFn() to remove the listener", see
Info
evidence field for the suspicious comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release/angular-ui-router.
URL
js
Method GET
Attack
Evidence query
The following pattern was used: \bQUERY\b and was detected 17 times, the first in the
Other
element starting with: " throw new Error("'auto' array mode is for query parameters only");",
Info
see evidence field for the suspicious comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release/angular-ui-router.
URL
js
Method GET
Attack
Evidence Select
The following pattern was used: \bSELECT\b and was detected in the element starting with:
Other
" // Select the PathNode[] that will be used as TransitionHook context objects", see
Info
evidence field for the suspicious comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release/angular-ui-router.
URL
js
Method GET
Attack
Evidence TODO
The following pattern was used: \bTODO\b and was detected 9 times, the first in the
Other
element starting with: " // TODO: explicitly make this user configurable", see evidence field
Info
for the suspicious comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release/angular-ui-router.
URL
js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected 30 times, the first in the
Other
element starting with: " * @param stateDecl the user-supplied State Declaration", see
Info
evidence field for the suspicious comment/snippet.
https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release/angular-ui-router.
URL js
Method GET
Attack
Evidence where
The following pattern was used: \bWHERE\b and was detected 16 times, the first in the
Other element starting with: " * where M is less than N, it returns a new function that accepts the
Info remaining parameters. It continues to", see evidence field for the suspicious comment
/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular/angular.min.js
Method GET
Attack
Evidence db
The following pattern was used: \bDB\b and was detected 9 times, the first in the element
Other starting with: "b[c]))return!1;return!0}}else{if(ha(a))return ha(b)?ec(a.getTime(),b.getTime()):!
Info 1;if(ab(a))return ab(b)?a.toString()===b.toStri", see evidence field for the suspicious
comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular/angular.min.js
Method GET
Attack
Evidence debug
The following pattern was used: \bDEBUG\b and was detected 2 times, the first in the
Other element starting with: "(a=a.message+"\n"+a.sourceURL+":"+a.line));return a}function e(a)
Info {var b=d.console||{},e=b[a]||b.log||E;return function(){var a=[", see evidence field for the
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular/angular.min.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 3 times, the first in the
Other element starting with: "k,h,l){l&&l();h=h||{};h.from&&g.css(h.from);h.to&&g.css(h.to);if(h.
Info addClass||h.removeClass)if(k=h.addClass,l=h.removeClass,h=a.g", see evidence field for
the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/angular/angular.min.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected 7 times, the first in the
Other element starting with: "lc=Me(z);lc("ng",["ngLocale"],["$provide",function(a){a.provider
Info ({$$sanitizeUri:Qe});a.provider("$compile",Zc).directive({a:Re,i", see evidence field for the
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/crypto-js/crypto-js.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 20 times, the first in the
Other
element starting with: " // Native crypto from window (Browser)", see evidence field for the
Info
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/crypto-js/crypto-js.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected 5 times, the first in the
Other
element starting with: " // Masks that select the SBOX input", see evidence field for the
Info
suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/crypto-js/crypto-js.js
Method GET
Attack
Evidence where
The following pattern was used: \bWHERE\b and was detected 2 times, the first in the
Other
element starting with: " * @param {number} offset The offset where the block starts.", see
Info
evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib/fastclick.js
Method GET
Attack
Evidence bug
The following pattern was used: \bBUG\b and was detected 2 times, the first in the element
Other
starting with: " // File inputs need real clicks on iOS 6 due to a browser bug (issue #68)",
Info
see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib/fastclick.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected 4 times, the first in the
Other
element starting with: " * ID of the last touch, retrieved from Touch.identifier.", see evidence
Info
field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib/fastclick.js
Method GET
Attack
Evidence select
The following pattern was used: \bSELECT\b and was detected 8 times, the first in the
Other
element starting with: " * iOS 4 requires an exception for select elements.", see evidence
Info
field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib/fastclick.js
Method GET
Attack
Evidence user
The following pattern was used: \bUSER\b and was detected 14 times, the first in the
Other
element starting with: " // FastClick's onClick handler. Fix this by pulling out the user-defined
Info
handler function and", see evidence field for the suspicious comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist/jquery.min.js
Method GET
Attack
Evidence username
The following pattern was used: \bUSERNAME\b and was detected in the element starting
Other with: "!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?
Info module.exports=e.document?t(e,!0):function(", see evidence field for the suspicious
comment/snippet.
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist/ocLazyLoad.min.js
Method GET
Attack
Evidence from
The following pattern was used: \bFROM\b and was detected in the element starting with: "!
Other
function(e,n){"use strict";var r=["ng","oc.lazyLoad"],o={},t=[],i=[],a=[],s=[],u=e.noop,c={},d=[],
Info
l=e.module("oc.lazyLoad",["ng", see evidence field for the suspicious comment/snippet.
Instances 101
Remove all comments that return information that may help an attacker and fix any
Solution
underlying problems they refer to.
Reference
CWE Id 200
WASC Id 13
Plugin Id 10027
URL https://portal-dev.ikapture.ai
Method GET
Attack
Evidence <script type="text/ng-template" id="warning-dialog"> <div class="modal-header"> <h3 class="modal-title
Other
No links have been found while there are scripts, which is an indication that this is a modern web applica
Info
URL https://portal-dev.ikapture.ai/
Method GET
Attack
Evidence <script type="text/ng-template" id="warning-dialog"> <div class="modal-header"> <h3 class="modal-title
Other
No links have been found while there are scripts, which is an indication that this is a modern web applica
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration/login_sso.html
Method GET
Attack
<a> <img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC+8AAAOwCAYAAAD1YaRC
/x1zcXF9yuevqeWHr3W2Lx0Qfi7CNvvNuJUvhyIyLWI2JtPK4YOEjWaM1HxJcUiRH7+bxZ3zQJAAAAAA
/mqLlc6bd3e97D8R8/GwiNvjLkHK/s+5+T7fiHue98vRN59IV79ylfjxn94rRN/Vq3EyXe+/ebjh3Q5IlZHc6Uw
/ooyUYJ5RTeB0qXNVrpu+UplWVElvNmfVPxAQAAAAAAAAAAgNgV3u9HGR2Fe1k8cCVv1svo+g8cQ1
/aILexnd92eKgPnAFF34ZyPiyRGH+C9HxMN5s748jE7P3WotdTM/V8KhLlc6bQFXSpc1WulzOYxFLHC7
/o9Jpb0xhiD+FWZ+MiBTaXxuD8Ryo6FifgvszYzzMwzgTERvdam0qO4BnjdZiRFwcg6EwPdICpcW8We+
/fwmsqJ8kVczC++OW0OAP0QK+nPL75bdP+vi3s2D1XrBxYivJ804X0AAGApsZjG7txe41gLaSzqIq7HnQ
/HKvTepilz2ahtxMLcQDMm1uc13KbvpsP8VtEBwAAAEYpVsAOof1PimzQolB1+jJ83gxyeub2Bf6I666QO
/2IP4nfD+8Hy6nWw7ibIaU2196Eg4zXtpsCFtHnABAIAe+5KXta6fAAAAAAzdRVMVx2ZxeaEQbl7WId90M
/8FA+KHRgNAACAXvrQt8o3AAAAADxbyOvsy+s8Lq6HferzawQYiV4VERLeT9ztZHtv3SMQb0KcHqQtR
/fnGnlbcDfIzFYazA3zuxa2Tuk9a+vKybsb9HHnTRVMWe4QEAgFEIFfZPhhbYf0hcozuL2ZajGOIPf91Zw8
/LemKwoTMqH7IKgvsJE+oDSMap4H6aXOtZoU1FGwAAAGBpH+3BkQiFH9IT1pyPUh8EuqH6fhJU3me
/XHuF9uCNWBPxsXOjQiY1hEjEx0dwhvE9vxa5MX80QwIsJ79N37km5y7MrAAAAqVB1n+TkZb1n1gFY
/t0AV3gfRiT+8h4YMzq2mQP8ig680JYCAsDkbRhixs7hdQAAAAAAANZJeB9Gpq3L45TSV+NGx14XVXO
Evidence /U2FJhHcMAcAObDvsP0GFN0TAbgJWQX5kP2ABgM4X3gQXHF4J4q0ZMTQZ7JEozgsY6iYyqsTDxbP
/sfjrWU8fhPcBeIggDo914lDwerywUyTz4+AVAF2TMWFByJlBWArur+oAtM92x4T3gV60dZmDuaeqT0+c
/QxzjYwB2E94FRauvyJKX02ejRo+OianYMQH903wcAAJg9XfcBWDebzADdu2nr0vcvAKMTz69LI8cKCf
/urOtGzk6JqXhmE9Wvr8iyl9GHqPycAAEBH8obifmwwAsBsxbrjJ58AYKLO27o8NLgAsD5xSM6hYIDnGV
/A+wMDEAtuucWEAXhdV44rVgWjr8ji+Gy7nXgtYsXcmhwBrdR6ddoD1sugNADxZW5dnuWN3SulU9WB
/+eeyFmzMkcmIEclC6q5peU0ivjzQB4yZy5W5tpu0sTWoG4cTlfmjxO9Z3SPGl+XDUI/ODWTUI68o/f9dL7
/2fv3q4bO661YWNr6BrEFwHbFz9u2Yqg6QiajoBUBE1HIDoCtSIQOwKzIxA7Anff4sbNCAwiAf+j5AkJonj
//fe//3UxAAAAAAAAAAAAAACgom9cXAAAAAAAAAAAAAAAqEt4HwAAAAAAAAAAAAAAKhPeBwAAA
/DHRTzLbK98qPAvyQ6o1TBMdNeP+PBPgBABoQQY3S+ePHEXYneM79dLkQoKYtAvwAsL+zPca1J+q
/Otx1v9zHdw38qHIfexn6LPO+6GLX2fsIPXPxSEfIDKNc/I7v8bcN/bjzMZ9wAAAJsjvtquUzGjEObaKT/D9K
/g1Kf5dPlQmdr4CBxamDG3HzTkDM3o8t/Cu8naDjAf76azScC/PAH60nhUNwO7YheoNcyu2UqcjBpuZC
/4xXS5eDzm4X7rPJ41tqq8RRgAhc45/sprN1RgBoANKeD4ahv5lMpl8bPgdCbzzUOpmDmNOoAE/DfzEQ
/cwR4AcAAAasghq1MwL8AHzQxCwBfgDIHyGt3R2HPIpXc5VWVc84ySsQ403dh1SYCsriN5NU+2lB9N
/atVisxbe6r5TveG33vxrUTlrHOsx12pHn7/VbaXUjqMIF06tAtKv+bEBX+11pz758+b75SIZjTaqN9i3ubF+z
/noBbPfW2EKzGoUXTfBgCAVdQHn2jz8/sEC2LVG5zPKXKFlDVC/CkXpptrI807rWNnvbl9qXBE7CH+OS
Other
Links have been found that do not have traditional href attributes, which is an indication that this is a mod
Info
Instances 3
Solution This is an informational alert and so no changes are required.
Reference
CWE Id
WASC Id
Plugin Id 10109
URL https://portal-dev.ikapture.ai
Method GET
Attack
Evidence max-age=3600
Other
Info
URL https://portal-dev.ikapture.ai/
Method GET
Attack
Evidence max-age=3600
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n/en.json
Method GET
Attack
Evidence max-age=3600
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration/login_sso.html
Method GET
Attack
Evidence max-age=3600
Other
Info
Instances 4
For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store,
Solution must-revalidate". If an asset should be cached consider setting the directives "public, max-
age, immutable".
https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.
html#web-content-caching
Reference
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
https://grayduck.mn/2021/09/13/cache-control-recommendations/
CWE Id 525
WASC Id 13
Plugin Id 10015
URL https://portal-dev.ikapture.ai/assets
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/css/themes
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/i18n
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/images/logo
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/controllers/registration
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/datatable
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/directives
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/services
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datepicker
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/bootstrap-datetimepicker
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/descope
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/jquery-ui
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/js/vendor/moment
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/assets/views/loginregistration
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-animate
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-bootstrap
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-breadcrumb/dist
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-cookies
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-loading-bar/build
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Attack Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-sanitize
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-scroll
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-touch
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-static-files
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-loader-url
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-cookie
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-translate-storage-local
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/angular-ui-router/release
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/animate.css
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/css
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/bootstrap/dist/js
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/crypto-js
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/fastclick/lib
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/css
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/font-awesome/fonts
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/jquery/dist
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ng-idle
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngstorage
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/ngSweetAlert
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/oclazyload/dist
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/sweetalert/dist
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Attack Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Trident/7.0; rv:11.0) like Gecko
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/75.0.3739.0 Safari/537.36 Edg/75.0.109.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko)
Attack
Chrome/91.0.4472.124 Safari/537.36
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Attack Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/91.0
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Attack Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Attack Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Mozilla/5.0 (iPhone; CPU iPhone OS 8_0_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML,
Attack
like Gecko) Version/8.0 Mobile/12A366 Safari/600.1.4
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18
Attack
(KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16
Evidence
Other
Info
URL https://portal-dev.ikapture.ai/bower_components/themify-icons/css
Method GET
Attack msnbot/1.1 (+http://search.msn.com/msnbot.htm)
Evidence
Other
Info
Instances 732
Solution
Reference https://owasp.org/wstg
CWE Id
WASC Id
Plugin Id 10104