{"id":1039,"date":"2020-03-19T10:07:28","date_gmt":"2020-03-19T10:07:28","guid":{"rendered":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/?page_id=1039"},"modified":"2024-05-27T03:51:51","modified_gmt":"2024-05-27T02:51:51","slug":"join-the-t-isac","status":"publish","type":"page","link":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/","title":{"rendered":"<T-ISAC>Join the T-ISAC"},"content":{"rendered":"\n<div class=\"wp-block-gsma-header-group header-group_block\">\n<div class=\"wp-block-group header-group_container gsma-load-hidden\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<h1 class=\"wp-block-heading header-group_title\" id=\"h-join-the-t-isac\"><t-isac>Join the T-ISAC<\/t-isac><\/h1>\n\n\n\n<p class=\"header-group_blurb\">The central hub of information sharing for the telecommunication industry.<\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<p>Although we recommend a representative within your Security Operations, Cyber Emergency Response, and Threat Intelligence Teams, we welcome a diverse range of skillsets and expertise to our Telecommunication Information Sharing and Analysis Center (T-ISAC) community.<\/p>\n\n\n<style>.wForm form{text-align: left;}<\/style><!-- FORM: HEAD SECTION -->\n    <meta http-equiv=\"Content-Type\" content=\"text\/html; charset=utf-8\" \/>\n    <meta name=\"referrer\" content=\"no-referrer-when-downgrade\">\n    <!-- THIS SCRIPT NEEDS TO BE LOADED FIRST BEFORE wforms.js -->\n    <script type=\"text\/javascript\" data-for=\"FA__DOMContentLoadedEventDispatch\" src=\"https:\/\/gsma.tfaforms.net\/js\/FA__DOMContentLoadedEventDispatcher.js\" defer><\/script>\n                    <style>\n                    .captcha {\n                        padding-bottom: 1em !important;\n                    }\n                    .wForm .captcha .oneField {\n                        margin: 0;\n                        padding: 0;\n                    }\n                <\/style>\n                <script type=\"text\/javascript\">\n                    \/\/ initialize our variables\n                    var captchaReady = 0;\n                    var wFORMSReady = 0;\n                    var isConditionalSubmitEnabled = false;\n\n                    \/\/ when wForms is loaded call this\n                    var wformsReadyCallback = function () {\n                        \/\/ using this var to denote if wForms is loaded\n                        wFORMSReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    }\n                    var gCaptchaReadyCallback = function() {\n                        \/\/ using this var to denote if captcha is loaded\n                        captchaReady = 1;\n                        isConditionalSubmitEnabled = document.getElementById('submit_button').hasAttribute('data-condition');\n                        \/\/ call our recaptcha function which is dependent on both\n                        \/\/ wForms and an async call to google\n                        \/\/ note the meat of this function wont fire until both\n                        \/\/ wFORMSReady = 1 and captchaReady = 1\n                        onloadCallback();\n                    };\n\n                    \/\/ add event listener to fire when wForms is fully loaded\n                    document.addEventListener(\"wFORMSLoaded\", wformsReadyCallback);\n\n                    var enableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        var isConditionalSubmitConditionMet = wFORMS.behaviors.condition.isConditionalSubmitConditionMet;\n                        if (\n                            submitButton != null &&\n                            (isConditionalSubmitEnabled && isConditionalSubmitConditionMet) ||\n                            !isConditionalSubmitEnabled\n                        )\n                        {\n                            submitButton.removeAttribute('disabled');\n                            if (explanation != null) {\n                                explanation.style.display = 'none';\n                            }\n                        }\n                    };\n                    var disableSubmitButton = function() {\n                        var submitButton = document.getElementById('submit_button');\n                        var explanation = document.getElementById('disabled-explanation');\n                        if (submitButton != null) {\n                            submitButton.disabled = true;\n                            if (explanation != null) {\n                                explanation.style.display = 'block';\n                            }\n                        }\n                    };\n\n                    \/\/ call this on both captcha async complete and wforms fully\n                    \/\/ initialized since we can't be sure which will complete first\n                    \/\/ and we need both done for this to function just check that they are\n                    \/\/ done to fire the functionality\n                    var onloadCallback = function () {\n                        \/\/ if our captcha is ready (async call completed)\n                        \/\/ and wFORMS is completely loaded then we are ready to add\n                        \/\/ the captcha to the page\n                        if (captchaReady && wFORMSReady) {\n                            \/\/ Prevent both concurrent and sequential executions\n                            if (window.isCreatingCaptcha || window.hasCaptchaRendered) {\n                                return;\n                            }\n                            window.isCreatingCaptcha = true;\n\n                            try {\n                                var submitButton = document.getElementById('submit_button');\n                                var formContainer = submitButton.closest('form') || submitButton.closest('.wFormContainer');\n                                var faCaptcha = null;\n\n                                if (formContainer) {\n                                    faCaptcha = formContainer.querySelector('#google-captcha');\n                                }\n\n                                \/\/ Also check if captcha was appended to body as fallback (look for FA-specific structure)\n                                if (!faCaptcha) {\n                                    var bodyCaptchas = document.querySelectorAll('body > #google-captcha');\n                                    for (var i = 0; i < bodyCaptchas.length; i++) {\n                                        \/\/ Verify it's a FormAssembly captcha by checking for specific structure\n                                        if (bodyCaptchas[i].querySelector('.captcha .oneField .g-recaptcha')) {\n                                            faCaptcha = bodyCaptchas[i];\n                                            break;\n                                        }\n                                    }\n                                }\n\n                                if (faCaptcha) { \n                                    if (faCaptcha.parentNode) {\n                                        faCaptcha.parentNode.removeChild(faCaptcha);\n                                    } \n                                }\n\n                            \/\/ Now create a new captcha container\n                            var captchaContainer = document.createElement('div');\n                            captchaContainer.id = 'google-captcha';\n                            \n                            var captchaDiv = document.createElement('div');\n                            captchaDiv.className = 'captcha';\n                            \n                            var oneFieldDiv = document.createElement('div');\n                            oneFieldDiv.className = 'oneField';\n                            \n                            var recaptchaElement = document.createElement('div');\n                            recaptchaElement.id = 'g-recaptcha-render-div';\n                            recaptchaElement.className = 'g-recaptcha';\n                            \n                            var errorDiv = document.createElement('div');\n                            errorDiv.className = 'g-captcha-error';\n                            \n                            var helpDiv = document.createElement('div');\n                            helpDiv.className = 'captchaHelp';\n                            helpDiv.innerHTML = 'reCAPTCHA helps prevent automated form spam.<br>';\n                            \n                            var disabledDiv = document.createElement('div');\n                            disabledDiv.id = 'disabled-explanation';\n                            disabledDiv.className = 'captchaHelp';\n                            disabledDiv.style.display = 'block';\n                            disabledDiv.innerHTML = 'The submit button will be disabled until you complete the CAPTCHA.';\n                            \n                            oneFieldDiv.appendChild(recaptchaElement);\n                            oneFieldDiv.appendChild(errorDiv);\n                            oneFieldDiv.appendChild(document.createElement('br'));\n                            captchaDiv.appendChild(oneFieldDiv);\n                            captchaDiv.appendChild(helpDiv);\n                            captchaDiv.appendChild(disabledDiv);\n                            captchaContainer.appendChild(document.createElement('br'));\n                            captchaContainer.appendChild(captchaDiv);\n                            \n                            if (submitButton && submitButton.parentNode) {\n                                submitButton.parentNode.insertBefore(captchaContainer, submitButton);\n                            } else {\n                                \/\/ Fallback: append to body if submit button not found.\n                                document.body.appendChild(captchaContainer);\n                            }\n                        } finally {\n                            window.isCreatingCaptcha = false;\n                        }\n                            \n                            grecaptcha.enterprise.render('g-recaptcha-render-div', {\n                                'sitekey': '6LfMg_EaAAAAAMhDNLMlgqDChzmtYHlx1yU2y7GI',\n                                'theme': 'light',\n                                'size': 'normal',\n                                'callback': 'enableSubmitButton',\n                                'expired-callback': 'disableSubmitButton'\n                            });\n                            window.hasCaptchaRendered = true;\n                            var oldRecaptchaCheck = parseInt('1');\n                            if (oldRecaptchaCheck === -1) {\n                                var standardCaptcha = document.getElementById(\"tfa_captcha_text\");\n                                standardCaptcha = standardCaptcha.parentNode.parentNode.parentNode;\n                                standardCaptcha.parentNode.removeChild(standardCaptcha);\n                            }\n\n                            if (!wFORMS.instances['paging']) {\n                                document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.style.display = \"block\";\n                                \/\/document.getElementById(\"g-recaptcha-render-div\").parentNode.parentNode.parentNode.removeAttribute(\"hidden\");\n                            }\n                            document.getElementById(\"g-recaptcha-render-div\").getAttributeNode('id').value = 'tfa_captcha_text';\n\n                            var captchaError = '';\n                            if (captchaError == '1') {\n                                var errMsgText = 'The CAPTCHA was not completed successfully.';\n                                var errMsgDiv = document.createElement('div');\n                                errMsgDiv.id = \"tfa_captcha_text-E\";\n                                errMsgDiv.className = \"err errMsg\";\n                                errMsgDiv.innerText = errMsgText;\n                                var loc = document.querySelector('.g-captcha-error');\n                                loc.insertBefore(errMsgDiv, loc.childNodes[0]);\n\n                                \/* See wFORMS.behaviors.paging.applyTo for origin of this code *\/\n                                if (wFORMS.instances['paging']) {\n                                    var b = wFORMS.instances['paging'][0];\n                                    var pp = base2.DOM.Element.querySelector(document, wFORMS.behaviors.paging.CAPTCHA_ERROR);\n                                    if (pp) {\n                                        var lastPage = 1;\n                                        for (var i = 1; i < 100; i++) {\n                                            if (b.behavior.isLastPageIndex(i)) {\n                                                lastPage = i;\n                                                break;\n                                            }\n                                        }\n                                        b.jumpTo(lastPage);\n                                    }\n                                }\n                            }\n                        }\n                    }\n                <\/script>\n                                    <script src='https:\/\/www.google.com\/recaptcha\/enterprise.js?onload=gCaptchaReadyCallback&render=explicit&hl=en_US' async\n                        defer><\/script>\n                <script type=\"text\/javascript\">\n                    document.addEventListener(\"DOMContentLoaded\", function() {\n                        var warning = document.getElementById(\"javascript-warning\");\n                        if (warning != null) {\n                            warning.parentNode.removeChild(warning);\n                        }\n                        var oldRecaptchaCheck = parseInt('1');\n                        if (oldRecaptchaCheck !== -1) {\n                            var explanation = document.getElementById('disabled-explanation');\n                            var submitButton = document.getElementById('submit_button');\n                            if (submitButton != null) {\n                                submitButton.disabled = true;\n                                if (explanation != null) {\n                                    explanation.style.display = 'block';\n                                }\n                            }\n                        }\n                    });\n                <\/script>\n                <script type=\"text\/javascript\">\n        document.addEventListener(\"FA__DOMContentLoaded\", function(){\n            const FORM_TIME_START = Math.floor((new Date).getTime()\/1000);\n            let formElement = document.getElementById(\"tfa_0\");\n            if (null === formElement) {\n                formElement = document.getElementById(\"0\");\n            }\n            let appendJsTimerElement = function(){\n                let formTimeDiff = Math.floor((new Date).getTime()\/1000) - FORM_TIME_START;\n                let cumulatedTimeElement = document.getElementById(\"tfa_dbCumulatedTime\");\n                if (null !== cumulatedTimeElement) {\n                    let cumulatedTime = parseInt(cumulatedTimeElement.value);\n                    if (null !== cumulatedTime && cumulatedTime > 0) {\n                        formTimeDiff += cumulatedTime;\n                    }\n                }\n                let jsTimeInput = document.createElement(\"input\");\n                jsTimeInput.setAttribute(\"type\", \"hidden\");\n                jsTimeInput.setAttribute(\"value\", formTimeDiff.toString());\n                jsTimeInput.setAttribute(\"name\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"id\", \"tfa_dbElapsedJsTime\");\n                jsTimeInput.setAttribute(\"autocomplete\", \"off\");\n                if (null !== formElement) {\n                    formElement.appendChild(jsTimeInput);\n                }\n            };\n            if (null !== formElement) {\n                if(formElement.addEventListener){\n                    formElement.addEventListener('submit', appendJsTimerElement, false);\n                } else if(formElement.attachEvent){\n                    formElement.attachEvent('onsubmit', appendJsTimerElement);\n                }\n            }\n        });\n    <\/script>\n\n    <link href=\"https:\/\/gsma.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-layout.css?v=1783757667\" rel=\"stylesheet\" type=\"text\/css\" \/>\n\n    <link href=\"https:\/\/gsma.tfaforms.net\/uploads\/themes\/theme-34.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <link href=\"https:\/\/gsma.tfaforms.net\/dist\/form-builder\/5.0.0\/wforms-jsonly.css?v=1783757667\" rel=\"alternate stylesheet\" title=\"This stylesheet activated by javascript\" type=\"text\/css\" \/>\n    <script type=\"text\/javascript\" src=\"https:\/\/gsma.tfaforms.net\/wForms\/3.11\/js\/wforms.js?v=1783757667\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/gsma.tfaforms.net\/js\/wforms_session_errors_aria.js?v=1783757667\" defer><\/script>\n    <script type=\"text\/javascript\">\n        if(wFORMS.behaviors.prefill) wFORMS.behaviors.prefill.skip = true;\n    <\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/gsma.tfaforms.net\/wForms\/3.11\/js\/localization-en_US.js?v=1783757667\"><\/script>\n<link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.4.0\/css\/font-awesome.min.css\" rel=\"stylesheet\" type=\"text\/css\" \/>\n    <script>\n        var FAoldJQ;\n        if (typeof $ != 'undefined' && $.noConflict) FAoldJQ = $.noConflict(true);\n    <\/script>\n    <script src=\"https:\/\/gsma.tfaforms.net\/dist\/jquery\/jquery.a7691f40d21027ec7d86.js\"><\/script>\n    <script src=\"https:\/\/gsma.tfaforms.net\/js\/typeahead\/v1.2.0\/typeahead.bundle.js\"><\/script>\n    <script>\n        var FA$ = $.noConflict(true);\n        if (FAoldJQ) $ = jQuery = FAoldJQ;\n    <\/script>\n\n<!-- FORM: BODY SECTION -->\n<div class=\"wFormContainer\" >\n    <div class=\"wFormHeader\"><\/div>\n    <style type=\"text\/css\">\n                #tfa_2407,\n                *[id^=\"tfa_2407[\"] {\n                    width: 195px !important;\n                }\n                #tfa_2407-D,\n                *[id^=\"tfa_2407[\"][class~=\"field-container-D\"] {\n                    width: auto !important;\n                }\n            <\/style><div class=\"\"><div class=\"wForm\" id=\"474-WRPR\" data-language=\"en_US\" dir=\"ltr\">\n<div class=\"codesection\" id=\"code-474\"><\/div>\n<form method=\"post\" action=\"https:\/\/gsma.tfaforms.net\/api_v2\/rest\/workflow\/processor\" class=\"hintsBelow labelsAbove\" id=\"474\">\n<div id=\"tfa_4\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_1-D\">\n<label id=\"tfa_1-L\" class=\"label preField reqMark\" for=\"tfa_1\"><b>First Name<\/b><\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_1\" name=\"tfa_1\" value=\"\" title=\"First Name\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_3-D\">\n<label id=\"tfa_3-L\" class=\"label preField reqMark\" for=\"tfa_3\"><b>Surname&nbsp;<\/b><\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_3\" name=\"tfa_3\" value=\"\" title=\"Surname \" class=\"required\"><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_2666\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_9-D\">\n<label id=\"tfa_9-L\" class=\"label preField reqMark\" for=\"tfa_9\"><b>Company Name (must be a GSMA member)<\/b><\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_9\" name=\"tfa_9\" value=\"\" title=\"Company Name (must be a GSMA member)\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_2695-D\">\n<label id=\"tfa_2695-L\" class=\"label preField reqMark\" for=\"tfa_2695\"><b>GSMA Member Type<\/b><\/label><br><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_2695\" name=\"tfa_2695\" title=\"GSMA Member Type\" class=\"required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_2696\" id=\"tfa_2696\" class=\"\">Operator Member<\/option>\n<option value=\"tfa_2697\" id=\"tfa_2697\" class=\"\">Industry Member<\/option>\n<option value=\"tfa_2698\" id=\"tfa_2698\" class=\"\">Sector Member<\/option>\n<option value=\"tfa_2699\" id=\"tfa_2699\" class=\"\">Rapporteur Member<\/option>\n<option value=\"tfa_2700\" id=\"tfa_2700\" class=\"\">Non Member<\/option><\/select><\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_2701\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_2626-D\">\n<label id=\"tfa_2626-L\" class=\"label preField reqMark\" for=\"tfa_2626\"><b>Industry Description<\/b><\/label><br><div class=\"inputWrapper\">\n<input aria-required=\"true\" type=\"text\" id=\"tfa_2626\" name=\"tfa_2626\" value=\"\" title=\"Industry Description\" data-dataset-allow-free-responses=\"0\" data-dataset-clear-cache=\"1\" autocomplete=\"off\" data-dataset-parameters=\"undefined\" data-dataset-timestamp=\"1663834524\" data-dataset-id=\"606a2cc5-f420-44ca-976a-232db6e935b5\" data-dataset-map=\"\" data-dataset-type=\"salesforce-picklist\" data-dataset-url=\"https:\/\/gsma.tfaforms.net\/api_v2\/datasets\" class=\"required wfAutosuggest\"><i class=\"fa fa-spinner fa-pulse fa-fw tt-spinner\"><\/i><i class=\"fa fa-search tt-search\" aria-hidden=\"true\"><\/i><i class=\"fa fa-times-circle tt-clear no-input\" tabindex=\"0\" aria-label=\"Clear field\" role=\"button\"><\/i>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_2622-D\">\n<label id=\"tfa_2622-L\" class=\"label preField reqMark\" for=\"tfa_2622\"><span style=\"font-weight: 700;\">Country \/ Region<\/span><\/label><br><div class=\"inputWrapper\">\n<input aria-required=\"true\" type=\"text\" id=\"tfa_2622\" name=\"tfa_2622\" value=\"\" title=\"Country \/ Region\" data-dataset-allow-free-responses=\"0\" data-dataset-clear-cache=\"1\" autocomplete=\"off\" data-dataset-parameters=\"undefined\" data-dataset-timestamp=\"1663825336\" data-dataset-id=\"40d76123-907d-49ee-9e9a-94f77599a4d0\" data-dataset-map=\"\" data-dataset-type=\"salesforce-picklist\" data-dataset-url=\"https:\/\/gsma.tfaforms.net\/api_v2\/datasets\" class=\"required wfAutosuggest\"><i class=\"fa fa-spinner fa-pulse fa-fw tt-spinner\"><\/i><i class=\"fa fa-search tt-search\" aria-hidden=\"true\"><\/i><i class=\"fa fa-times-circle tt-clear no-input\" tabindex=\"0\" aria-label=\"Clear field\" role=\"button\"><\/i>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"htmlSection\" id=\"tfa_2412\"><div class=\"htmlContent\" id=\"tfa_2412-HTML\"><\/div><\/div>\n<div id=\"tfa_2702\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_2413-D\">\n<label id=\"tfa_2413-L\" class=\"label preField reqMark\" for=\"tfa_2413\"><b>Job Title<\/b><\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_2413\" name=\"tfa_2413\" value=\"\" title=\"Job Title\" class=\"required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_2634-D\">\n<label id=\"tfa_2634-L\" class=\"label preField reqMark\" for=\"tfa_2634\"><b>Job Function<\/b><\/label><br><div class=\"inputWrapper\">\n<input aria-required=\"true\" type=\"text\" id=\"tfa_2634\" name=\"tfa_2634\" value=\"\" title=\"Job Function\" data-dataset-allow-free-responses=\"0\" data-dataset-clear-cache=\"1\" autocomplete=\"off\" data-dataset-parameters=\"undefined\" data-dataset-timestamp=\"1675444108\" data-dataset-id=\"d695977a-6cf5-44f8-a09d-767d1dec74c2\" data-dataset-map=\"\" data-dataset-type=\"salesforce-picklist\" data-dataset-url=\"https:\/\/gsma.tfaforms.net\/api_v2\/datasets\" class=\"required wfAutosuggest\"><i class=\"fa fa-spinner fa-pulse fa-fw tt-spinner\"><\/i><i class=\"fa fa-search tt-search\" aria-hidden=\"true\"><\/i><i class=\"fa fa-times-circle tt-clear no-input\" tabindex=\"0\" aria-label=\"Clear field\" role=\"button\"><\/i>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"tfa_2691\" class=\"section inline group\">\n<div class=\"oneField field-container-D    \" id=\"tfa_2644-D\">\n<label id=\"tfa_2644-L\" class=\"label preField reqMark\" for=\"tfa_2644\"><b>Area of Primary Responsibility<\/b><\/label><br><div class=\"inputWrapper\"><select aria-required=\"true\" id=\"tfa_2644\" name=\"tfa_2644\" title=\"Area of Primary Responsibility\" class=\"required\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_2703\" id=\"tfa_2703\" class=\"\">BUSINESS DEVELOPMENT\/SALES<\/option>\n<option value=\"tfa_2704\" id=\"tfa_2704\" class=\"\">CLIENT\/CUSTOMER SERVICE<\/option>\n<option value=\"tfa_2705\" id=\"tfa_2705\" class=\"\">CONTENT CREATION &amp; MANAGEMENT<\/option>\n<option value=\"tfa_2706\" id=\"tfa_2706\" class=\"\">DATA &amp; ANALYTICS<\/option>\n<option value=\"tfa_2707\" id=\"tfa_2707\" class=\"\">EDUCATION<\/option>\n<option value=\"tfa_2708\" id=\"tfa_2708\" class=\"\">FINANCE<\/option>\n<option value=\"tfa_2709\" id=\"tfa_2709\" class=\"\">GOVERNMENT\/REGULATORY<\/option>\n<option value=\"tfa_2710\" id=\"tfa_2710\" class=\"\">INVESTMENT<\/option>\n<option value=\"tfa_2711\" id=\"tfa_2711\" class=\"\">LEGAL<\/option>\n<option value=\"tfa_2712\" id=\"tfa_2712\" class=\"\">MANUFACTURING<\/option>\n<option value=\"tfa_2713\" id=\"tfa_2713\" class=\"\">MARKETING<\/option>\n<option value=\"tfa_2714\" id=\"tfa_2714\" class=\"\">OPERATIONS<\/option>\n<option value=\"tfa_2715\" id=\"tfa_2715\" class=\"\">OTHER<\/option>\n<option value=\"tfa_2716\" id=\"tfa_2716\" class=\"\">PRESS\/MEDIA<\/option>\n<option value=\"tfa_2717\" id=\"tfa_2717\" class=\"\">PROCUREMENT<\/option>\n<option value=\"tfa_2718\" id=\"tfa_2718\" class=\"\">PRODUCT MANAGEMENT<\/option>\n<option value=\"tfa_2719\" id=\"tfa_2719\" class=\"\">RESEARCH\/DEVELOPMENT<\/option>\n<option value=\"tfa_2720\" id=\"tfa_2720\" class=\"\">SOFTWARE DEVELOPMENT<\/option>\n<option value=\"tfa_2721\" id=\"tfa_2721\" class=\"\">STRATEGY<\/option>\n<option value=\"tfa_2722\" id=\"tfa_2722\" class=\"\">SUPPLY CHAIN\/DISTRIBUTION<\/option>\n<option value=\"tfa_2723\" id=\"tfa_2723\" class=\"\">TALENT &amp; TRAINING<\/option>\n<option value=\"tfa_2724\" id=\"tfa_2724\" class=\"\">TECHNICAL\/ENGINEERING<\/option><\/select><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_2668-D\">\n<label id=\"tfa_2668-L\" class=\"label preField \" for=\"tfa_2668\"><span style=\"font-weight: 700;\">Area of Secondary Responsibility (if applicable)<\/span><\/label><br><div class=\"inputWrapper\"><select id=\"tfa_2668\" name=\"tfa_2668\" title=\"Area of Secondary Responsibility (if applicable)\" class=\"\"><option value=\"\">Please select...<\/option>\n<option value=\"tfa_2669\" id=\"tfa_2669\" class=\"\">BUSINESS DEVELOPMENT\/SALES<\/option>\n<option value=\"tfa_2670\" id=\"tfa_2670\" class=\"\">CLIENT\/CUSTOMER SERVICE<\/option>\n<option value=\"tfa_2671\" id=\"tfa_2671\" class=\"\">CONTENT CREATION &amp; MANAGEMENT<\/option>\n<option value=\"tfa_2672\" id=\"tfa_2672\" class=\"\">DATA &amp; ANALYTICS<\/option>\n<option value=\"tfa_2673\" id=\"tfa_2673\" class=\"\">EDUCATION<\/option>\n<option value=\"tfa_2674\" id=\"tfa_2674\" class=\"\">FINANCE<\/option>\n<option value=\"tfa_2675\" id=\"tfa_2675\" class=\"\">GOVERNMENT\/REGULATORY<\/option>\n<option value=\"tfa_2676\" id=\"tfa_2676\" class=\"\">INVESTMENT<\/option>\n<option value=\"tfa_2677\" id=\"tfa_2677\" class=\"\">LEGAL<\/option>\n<option value=\"tfa_2678\" id=\"tfa_2678\" class=\"\">MANUFACTURING<\/option>\n<option value=\"tfa_2679\" id=\"tfa_2679\" class=\"\">MARKETING<\/option>\n<option value=\"tfa_2680\" id=\"tfa_2680\" class=\"\">OPERATIONS<\/option>\n<option value=\"tfa_2681\" id=\"tfa_2681\" class=\"\">OTHER<\/option>\n<option value=\"tfa_2682\" id=\"tfa_2682\" class=\"\">PRESS\/MEDIA<\/option>\n<option value=\"tfa_2683\" id=\"tfa_2683\" class=\"\">PROCUREMENT<\/option>\n<option value=\"tfa_2684\" id=\"tfa_2684\" class=\"\">PRODUCT MANAGEMENT<\/option>\n<option value=\"tfa_2685\" id=\"tfa_2685\" class=\"\">RESEARCH\/DEVELOPMENT<\/option>\n<option value=\"tfa_2686\" id=\"tfa_2686\" class=\"\">SOFTWARE DEVELOPMENT<\/option>\n<option value=\"tfa_2687\" id=\"tfa_2687\" class=\"\">STRATEGY<\/option>\n<option value=\"tfa_2688\" id=\"tfa_2688\" class=\"\">SUPPLY CHAIN\/DISTRIBUTION<\/option>\n<option value=\"tfa_2689\" id=\"tfa_2689\" class=\"\">TALENT &amp; TRAINING<\/option>\n<option value=\"tfa_2690\" id=\"tfa_2690\" class=\"\">TECHNICAL\/ENGINEERING<\/option><\/select><\/div>\n<\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_5-D\">\n<label id=\"tfa_5-L\" class=\"label preField reqMark\" for=\"tfa_5\"><b>Email&nbsp;<\/b><\/label><br><div class=\"inputWrapper\"><input aria-required=\"true\" type=\"text\" id=\"tfa_5\" name=\"tfa_5\" value=\"\" title=\"Email \" class=\"validate-email required\"><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_15-D\" role=\"group\" aria-labelledby=\"tfa_15-L\" data-tfa-labelledby=\"-L tfa_15-L\">\n<label id=\"tfa_15-L\" class=\"label preField reqMark\" data-tfa-check-label-for=\"tfa_15\" aria-label=\"What services do you require? \u00a0 required\"><b>What services do you require?<\/b><\/label><br><div class=\"inputWrapper\"><span id=\"tfa_15\" class=\"choices vertical required\"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_2627\" class=\"\" id=\"tfa_2627\" name=\"tfa_2627\" aria-labelledby=\"tfa_2627-L\" data-tfa-labelledby=\"tfa_15-L tfa_2627-L\" data-tfa-parent-id=\"tfa_15\"><label class=\"label postField\" id=\"tfa_2627-L\" for=\"tfa_2627\"><span class=\"input-checkbox-faux\"><\/span>Training<\/label><\/span><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_2628\" class=\"\" id=\"tfa_2628\" name=\"tfa_2628\" aria-labelledby=\"tfa_2628-L\" data-tfa-labelledby=\"tfa_15-L tfa_2628-L\" data-tfa-parent-id=\"tfa_15\"><label class=\"label postField\" id=\"tfa_2628-L\" for=\"tfa_2628\"><span class=\"input-checkbox-faux\"><\/span>Operational Tools<\/label><\/span><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_2629\" class=\"\" id=\"tfa_2629\" name=\"tfa_2629\" aria-labelledby=\"tfa_2629-L\" data-tfa-labelledby=\"tfa_15-L tfa_2629-L\" data-tfa-parent-id=\"tfa_15\"><label class=\"label postField\" id=\"tfa_2629-L\" for=\"tfa_2629\"><span class=\"input-checkbox-faux\"><\/span>Fraud Tools<\/label><\/span><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_16\" class=\"\" id=\"tfa_16\" name=\"tfa_16\" aria-labelledby=\"tfa_16-L\" data-tfa-labelledby=\"tfa_15-L tfa_16-L\" data-tfa-parent-id=\"tfa_15\"><label class=\"label postField\" id=\"tfa_16-L\" for=\"tfa_16\"><span class=\"input-checkbox-faux\"><\/span>Threat Alerting Service<\/label><\/span><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_17\" class=\"\" id=\"tfa_17\" name=\"tfa_17\" aria-labelledby=\"tfa_17-L\" data-tfa-labelledby=\"tfa_15-L tfa_17-L\" data-tfa-parent-id=\"tfa_15\"><label class=\"label postField\" id=\"tfa_17-L\" for=\"tfa_17\"><span class=\"input-checkbox-faux\"><\/span><span class=\"ui-provider up b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak\" dir=\"ltr\">&nbsp;Information<\/span>&nbsp;Sharing Platform<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_280-D\" role=\"group\" aria-labelledby=\"tfa_280-L\" data-tfa-labelledby=\"-L tfa_280-L\">\n<label id=\"tfa_280-L\" class=\"label preField \" data-tfa-check-label-for=\"tfa_280\"><b>EMAIL CONSENT<\/b><\/label><br><div class=\"inputWrapper\"><span id=\"tfa_280\" class=\"choices vertical \"><span class=\"oneChoice\"><input type=\"checkbox\" value=\"tfa_281\" class=\"\" id=\"tfa_281\" name=\"tfa_281\" aria-labelledby=\"tfa_281-L\" data-tfa-labelledby=\"tfa_280-L tfa_281-L\" data-tfa-parent-id=\"tfa_280\"><label class=\"label postField\" id=\"tfa_281-L\" for=\"tfa_281\"><span class=\"input-checkbox-faux\"><\/span><span style=\"color: rgb(82, 81, 81); font-size: 15px;\">To ensure you stay up-to-date on the latest developments in the mobile industry, the GSMA would like to send you information about events, products, services and initiatives, as well as industry news. Please subscribe by ticking this box; once subscribed, you can tailor what you receive from us at any time, or unsubscribe, should you wish.<\/span><\/label><\/span><\/span><\/div>\n<\/div>\n<div id=\"tfa_2401\" class=\"section group\">\n<input type=\"hidden\" id=\"tfa_2403\" name=\"tfa_2403\" value=\"utm_content__c\" class=\"\"><input type=\"hidden\" id=\"tfa_2404\" name=\"tfa_2404\" value=\"utm_source__c\" class=\"\"><input type=\"hidden\" id=\"tfa_2405\" name=\"tfa_2405\" value=\"utm_campaign__c\" class=\"\"><input type=\"hidden\" id=\"tfa_2406\" name=\"tfa_2406\" value=\"utm_medium__c\" class=\"\"><input type=\"hidden\" id=\"tfa_2407\" name=\"tfa_2407\" value=\"UA-XXXXXX-X\" class=\"calc-GOOGLEACCOUNTID\"><div class=\"oneField field-container-D     wf-acl-hidden\" id=\"tfa_10-D\" role=\"radiogroup\" aria-labelledby=\"tfa_10-L\" data-tfa-labelledby=\"-L tfa_10-L\">\n<label id=\"tfa_10-L\" class=\"label preField \" data-tfa-check-label-for=\"tfa_10\"><b>Are you a:<\/b><\/label><br><div class=\"inputWrapper\"><span id=\"tfa_10\" class=\"choices vertical \"><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_11\" class=\"\" id=\"tfa_11\" name=\"tfa_10\" aria-labelledby=\"tfa_11-L\" data-tfa-labelledby=\"tfa_10-L tfa_11-L\" data-tfa-parent-id=\"tfa_10\"><label class=\"label postField\" id=\"tfa_11-L\" for=\"tfa_11\"><span class=\"input-radio-faux\"><\/span>Vendor<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_12\" class=\"\" id=\"tfa_12\" name=\"tfa_10\" aria-labelledby=\"tfa_12-L\" data-tfa-labelledby=\"tfa_10-L tfa_12-L\" data-tfa-parent-id=\"tfa_10\"><label class=\"label postField\" id=\"tfa_12-L\" for=\"tfa_12\"><span class=\"input-radio-faux\"><\/span>Operator<\/label><\/span><span class=\"oneChoice\"><input type=\"radio\" value=\"tfa_13\" class=\"\" id=\"tfa_13\" name=\"tfa_10\" data-conditionals=\"#tfa_14\" aria-labelledby=\"tfa_13-L\" data-tfa-labelledby=\"tfa_10-L tfa_13-L\" data-tfa-parent-id=\"tfa_10\"><label class=\"label postField\" id=\"tfa_13-L\" for=\"tfa_13\"><span class=\"input-radio-faux\"><\/span>Other<\/label><\/span><\/span><\/div>\n<\/div>\n<div class=\"oneField field-container-D    \" id=\"tfa_14-D\">\n<label id=\"tfa_14-L\" class=\"label preField \" for=\"tfa_14\"><b>Please specify:<\/b><\/label><br><div class=\"inputWrapper\"><input type=\"text\" id=\"tfa_14\" name=\"tfa_14\" value=\"\" data-condition=\"`#tfa_13`\" title=\"Please specify:\" class=\"\"><\/div>\n<\/div>\n<\/div>\n<div class=\"actions\" id=\"474-A\" data-contentid=\"submit_button\">\n<div id=\"google-captcha\" style=\"display: none\">\n<br><div class=\"captcha\">\n<div class=\"oneField\">\n<div class=\"g-recaptcha\" id=\"g-recaptcha-render-div\"><\/div>\n<div class=\"g-captcha-error\"><\/div>\n<br>\n<\/div>\n<div class=\"captchaHelp\">reCAPTCHA helps prevent automated form spam.<br>\n<\/div>\n<div id=\"disabled-explanation\" class=\"captchaHelp\" style=\"display: none\">The submit button will be disabled until you complete the CAPTCHA.<\/div>\n<\/div>\n<\/div>\n<input type=\"submit\" data-label=\"Submit\" class=\"primaryAction\" id=\"submit_button\" value=\"Submit\">\n<\/div>\n<div style=\"clear:both\"><\/div>\n<input type=\"hidden\" value=\"94-f89debefdf93aab944f4604f90211545\" name=\"tfa_dbCounters\" id=\"tfa_dbCounters\" autocomplete=\"off\"><input type=\"hidden\" value=\"474\" name=\"tfa_dbFormId\" id=\"tfa_dbFormId\"><input type=\"hidden\" value=\"\" name=\"tfa_dbResponseId\" id=\"tfa_dbResponseId\"><input type=\"hidden\" value=\"6cc05cd8e71cba71540f6c96aad6bfbb\" name=\"tfa_dbControl\" id=\"tfa_dbControl\"><input type=\"hidden\" value=\"\" name=\"tfa_dbWorkflowSessionUuid\" id=\"tfa_dbWorkflowSessionUuid\"><input type=\"hidden\" value=\"1783757667\" name=\"tfa_dbTimeStarted\" id=\"tfa_dbTimeStarted\" autocomplete=\"off\"><input type=\"hidden\" value=\"39\" name=\"tfa_dbVersionId\" id=\"tfa_dbVersionId\"><input type=\"hidden\" value=\"\" name=\"tfa_switchedoff\" id=\"tfa_switchedoff\">\n<\/form>\n<\/div><\/div><div class=\"wFormFooter\"><p class=\"supportInfo\"><br><\/p><\/div>\n  <p class=\"supportInfo\" >\n      <\/p>\n <\/div>\n\n<script\n    id=\"analytics-collector-script\"\n    type=\"text\/javascript\"\n    src=\"https:\/\/gsma.tfaforms.net\/dist\/analytics\/data-collector.f9f54c12ade21135b7c2.js\"\n    data-customer-id=\"2273\"\n    data-endpoint=\"https:\/\/analytics.formassembly.com\/v1\/traces\"\n><\/script>\n\n\n","protected":false},"excerpt":{"rendered":"<p>Although we recommend a representative within your Security Operations, Cyber Emergency Response, and Threat Intelligence Teams, we welcome a diverse range of skillsets and expertise to our Telecommunication Information Sharing and Analysis Center (T-ISAC) community.<\/p>\n","protected":false},"author":49,"featured_media":8119,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_oasis_is_in_workflow":0,"_oasis_original":0,"_oasis_task_priority":"","footnotes":""},"tags":[],"class_list":["post-1039","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.3 (Yoast SEO v24.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Join the T-ISAC - Security<\/title>\n<meta name=\"description\" content=\"Join the GSMA&#039;s Telecommunication Information Sharing and Analysis Centre (T-ISAC) to help detect and prevent cyber-attacks\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Join the T-ISAC - Security\" \/>\n<meta property=\"og:description\" content=\"Join the GSMA&#039;s Telecommunication Information Sharing and Analysis Centre (T-ISAC) to help detect and prevent cyber-attacks\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/\" \/>\n<meta property=\"og:site_name\" content=\"Security\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-27T02:51:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-content\/uploads\/2024\/05\/T-ISAC-616x450-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"616\" \/>\n\t<meta property=\"og:image:height\" content=\"450\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Join the T-ISAC - Security","description":"Join the GSMA's Telecommunication Information Sharing and Analysis Centre (T-ISAC) to help detect and prevent cyber-attacks","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/","og_locale":"en_GB","og_type":"article","og_title":"Join the T-ISAC - Security","og_description":"Join the GSMA's Telecommunication Information Sharing and Analysis Centre (T-ISAC) to help detect and prevent cyber-attacks","og_url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/","og_site_name":"Security","article_modified_time":"2024-05-27T02:51:51+00:00","og_image":[{"width":616,"height":450,"url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-content\/uploads\/2024\/05\/T-ISAC-616x450-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/","url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/","name":"Join the T-ISAC - Security","isPartOf":{"@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/#primaryimage"},"image":{"@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-content\/uploads\/2024\/05\/T-ISAC-616x450-1.jpg","datePublished":"2020-03-19T10:07:28+00:00","dateModified":"2024-05-27T02:51:51+00:00","description":"Join the GSMA's Telecommunication Information Sharing and Analysis Centre (T-ISAC) to help detect and prevent cyber-attacks","inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/join-the-t-isac\/#primaryimage","url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-content\/uploads\/2024\/05\/T-ISAC-616x450-1.jpg","contentUrl":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-content\/uploads\/2024\/05\/T-ISAC-616x450-1.jpg","width":616,"height":450,"caption":"t-isac - telecommunication Information Sharing and Analysis Center"},{"@type":"WebSite","@id":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/#website","url":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/","name":"Security","description":"GSMA Security","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/pages\/1039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/users\/49"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/comments?post=1039"}],"version-history":[{"count":36,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/pages\/1039\/revisions"}],"predecessor-version":[{"id":9081,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/pages\/1039\/revisions\/9081"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/media\/8119"}],"wp:attachment":[{"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/media?parent=1039"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gsma.com\/solutions-and-impact\/technologies\/security\/wp-json\/wp\/v2\/tags?post=1039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}