Perspectives

Proprietary data, expert analysis and bold thinking for leaders who want to achieve the extraordinary.

Home / Perspectives

Schedule a FREE 25 Minute Call

[fusion_builder_container admin_label=”Overview” hundred_percent=”no” hundred_percent_height=”no” hundred_percent_height_scroll=”no” hundred_percent_height_center_content=”yes” equal_height_columns=”no” menu_anchor=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” status=”published” publish_date=”” class=”” id=”” background_color=”” background_image=”” background_position=”center center” background_repeat=”no-repeat” fade=”no” background_parallax=”none” enable_mobile=”no” parallax_speed=”0.3″ video_mp4=”” video_webm=”” video_ogv=”” video_url=”” video_aspect_ratio=”16:9″ video_loop=”yes” video_mute=”yes” video_preview_image=”” border_color=”” border_style=”solid” margin_top=”” margin_bottom=”” padding_top=”40px” padding_right=”” padding_bottom=”30px” padding_left=”” type=”legacy”][fusion_builder_row][fusion_builder_column type=”1_1″ layout=”1_1″ spacing=”” center_content=”no” link=”” target=”_self” min_height=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=”” background_image_id=”” background_color=”” background_image=”” background_position=”left top” undefined=”” background_repeat=”no-repeat” hover_type=”none” border_color=”” border_style=”solid” border_position=”all” padding_top=”” padding_right=”” padding_bottom=”” padding_left=”” margin_top=”” margin_bottom=”” animation_type=”” animation_direction=”left” animation_speed=”0.3″ animation_offset=”” last=”true” border_sizes_top=”0″ border_sizes_bottom=”0″ border_sizes_left=”0″ border_sizes_right=”0″ first=”true”][fusion_text columns=”” column_min_width=”” column_spacing=”” rule_style=”default” rule_size=”” rule_color=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” class=”” id=””]

ControlPoints is a trusted strategy-through-execution information security firm that helps create and protect value. Our outstanding professional services combine dynamic cyber defense strategies with holistic risk management, engendering trust with senior leaders.

Our risk-based approach supports government and private sector translate complex information into knowledge, and knowledge into decisions. While our IT prowess and business acumen help transform risks into opportunities. Our core competencies help reduce risks, measure performance, increase transparency, and preserve capital.

The company was founded in 2012 and is matured to a certified HUBZone with offices in Houston, TX and Arlington, VA.

[/fusion_text][/fusion_builder_column][/fusion_builder_row][/fusion_builder_container]

document.addEventListener("DOMContentLoaded", function () { const section = document.querySelector(".cp-authority-strip"); const counters = document.querySelectorAll(".cp-counter"); if (!section || !counters.length) return; let started = false; function animateCounter(counter) { const target = parseInt( counter.getAttribute("data-target"), 10 ); let current = 0; const increment = target / 120; function updateCounter() { current += increment; if (current < target) { counter.innerText = Math.floor(current).toLocaleString(); requestAnimationFrame(updateCounter); } else { counter.innerText = target.toLocaleString(); } } updateCounter(); } function checkScroll() { if (started) return; const sectionTop = section.getBoundingClientRect().top; const triggerPoint = window.innerHeight * 0.78; if (sectionTop < triggerPoint) { started = true; counters.forEach((counter, index) => { setTimeout(() => { animateCounter(counter); }, index * 220); }); window.removeEventListener( "scroll", checkScroll ); } } window.addEventListener( "scroll", checkScroll ); checkScroll(); });