{"id":9128,"date":"2026-03-26T21:27:47","date_gmt":"2026-03-26T17:27:47","guid":{"rendered":"https:\/\/www.aerosmart.ae\/?page_id=9128"},"modified":"2026-07-09T10:30:56","modified_gmt":"2026-07-09T06:30:56","slug":"fs1-spoofing","status":"publish","type":"page","link":"https:\/\/www.aerosmart.ae\/?page_id=9128","title":{"rendered":"FS1 Spoofing"},"content":{"rendered":"<div id=\"pl-gb9128-6a5f94c398c46\"  class=\"panel-layout\" ><div id=\"pg-gb9128-6a5f94c398c46-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-gb9128-6a5f94c398c46-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-gb9128-6a5f94c398c46-0-0-0\" class=\"widget_text so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" ><div class=\"textwidget custom-html-widget\"><section class=\"fpc-section\">\n  <style>\n    .fpc-section {\n      margin-top: -40px;\n      background: #0b0b0b;\n      color: #ffffff;\n      padding: 40px 20px;\n      padding-top: 120px;\n    }\n\n    .fpc-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 40px;\n      flex-wrap: wrap;\n    }\n\n    .fpc-content {\n      flex: 1 1 500px;\n    }\n\n    .fpc-content h2 {\n      font-size: 38px;\n      margin-bottom: 10px;\n      font-weight: 700;\n      color: white !important;\n    }\n\n    .fpc-content h3 {\n      font-size: 30px;\n      margin-bottom: 20px;\n      font-weight: 600;\n      color: white !important;\n    }\n\n    .fpc-content p {\n      font-size: 16px;\n      line-height: 1.7;\n      color: #bdbdbd;\n      max-width: 600px;\n    }\n\n    .fpc-image {\n      flex: 1 1 400px;\n      text-align: center;\n    }\n\n    .fpc-image img {\n      max-width: 100%;\n      height: 450px;\n    }\n\n    \/* \ud83d\udd25 ANIMATION *\/\n    .fpc-content,\n    .fpc-image {\n      opacity: 0;\n      transition: all 0.8s ease;\n    }\n\n    .fpc-content {\n      transform: translateX(-60px);\n    }\n\n    .fpc-image {\n      transform: translateX(60px);\n    }\n\n    .fpc-show .fpc-content,\n    .fpc-show .fpc-image {\n      opacity: 1;\n      transform: translateX(0);\n    }\n\n    @media (max-width: 900px) {\n      .fpc-container {\n        gap: 20px !important;\n      }\n\n      .fpc-image {\n        margin-top: 10px;\n      }\n    }\n\n    @media (max-width: 500px) {\n      .fpc-container {\n        gap: 15px !important;\n      }\n\n      .fpc-image {\n        margin-top: 5px;\n      }\n    }\n  <\/style>\n\n  <div class=\"fpc-container\">\n    <div class=\"fpc-content\">\n      <h2>FS1 Spoofing \nDrone Countermeasure <\/h2>\n      <h3>Equipment<\/h3>\n      <p>\n       The FS1 generates falsified satellite signals that inject into a drone&#8217;s navigation link, overriding the aircraft&#8217;s ability to follow its programmed route and redirecting it to a specified bearing. This mechanism denies drone access to protected airspace and conducts directional expulsion guiding the intruding aircraft away from the protected zone while keeping the low-altitude airspace of the secured area clear. \n\t\t\t\t<br>\nThe FS1 is suited to drone defence at major economic facilities, railways, power generation plants, petrochemical infrastructure, and high-security public events.\n      <\/p>\n    <\/div>\n\n    <div class=\"fpc-image\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-FS1-Spoofing-Drone-Countermeasure.png\" alt=\"FPC1 Device\">\n    <\/div>\n  <\/div>\n\n  <!-- \ud83d\udd25 ANIMATION SCRIPT -->\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      const section = document.querySelector(\".fpc-section\");\n\n      function revealOnScroll() {\n        const rect = section.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        if (rect.top < windowHeight * 0.85) {\n          section.classList.add(\"fpc-show\");\n        }\n      }\n\n      window.addEventListener(\"scroll\", revealOnScroll);\n      window.addEventListener(\"load\", revealOnScroll);\n    });\n  <\/script>\n<\/section><\/div><\/div><div id=\"panel-gb9128-6a5f94c398c46-0-0-1\" class=\"widget_text so-panel widget widget_custom_html\" data-index=\"1\" ><div class=\"textwidget custom-html-widget\"><section class=\"features-section\">\n  <style>\n    .features-section {\n      background: #0b0b0b;\n      padding: 80px 20px;\n      text-align: center;\n      color: #ffffff;\n    }\n\n    .features-section h2 {\n      font-size: 34px;\n      margin-bottom: 50px;\n      font-weight: 700;\n      color: white !important;\n    }\n\n    .features-row {\n      max-width: 1200px;\n      margin: 0 auto;\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n    }\n\n    .feature-box {\n      background: #111111;\n      width: 30%;\n      margin: 1.5%;\n      padding: 30px 20px;\n      border-radius: 8px;\n      border: 1px solid rgba(255,255,255,0.08);\n      transition: all 0.35s ease;\n\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n\n      \/* \ud83d\udd25 ANIMATION INITIAL STATE *\/\n      opacity: 0;\n      transform: translateY(30px);\n    }\n\n    \/* \ud83d\udd25 SHOW ANIMATION *\/\n    .feature-box.show {\n      opacity: 1;\n      transform: translateY(0);\n      transition: all 0.6s ease;\n    }\n\n    .feature-box:hover {\n      transform: translateY(-8px);\n      border: 1px solid rgba(255,255,255,0.25);\n      box-shadow: 0 15px 40px rgba(0,0,0,0.7);\n    }\n\n    .feature-box img {\n      width: 70px;\n      margin-bottom: 15px;\n      display: block;\n    }\n\n    .feature-box:hover img {\n      transform: scaleX(-1) scale(1.05);\n      filter: brightness(0) invert(1);\n      transition: all 0.4s ease;\n    }\n\n    .feature-box h3 {\n      font-size: 18px;\n      margin-bottom: 10px;\n      color: #ffffff;\n      width: 100%;\n    }\n\n    .feature-box p {\n      font-size: 14px;\n      line-height: 1.6;\n      color: #bdbdbd;\n      margin: 0;\n      width: 100%;\n    }\n\n    @media (max-width: 992px) {\n      .feature-box {\n        width: 45%;\n        margin: 2.5%;\n      }\n    }\n\n    @media (max-width: 600px) {\n      .feature-box {\n        width: 100%;\n        margin: 10px 0;\n      }\n\n      .features-section h2 {\n        font-size: 26px;\n      }\n    }\n  <\/style>\n\n  <h2>Features<\/h2>\n\n  <div class=\"features-row\">\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Directional-expulsion.png\">\n      <h3>Directional \nexpulsion<\/h3>\n      <p>Up to 8 directions of \nexpulsion<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Unattended.png\">\n      <h3>Unattended\n<\/h3>\n      <p>24\/7 autonomous operation<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Swarms.png\">\n      <h3>Swarms<\/h3>\n      <p>Able to tackle multiple \ntargets simultaneously<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Adjustable.png\">\n      <h3>Adjustable<\/h3>\n      <p>Adjustable signal strength<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Linkage.png\">\n      <h3>Linkage<\/h3>\n      <p>Able to link with drone \ndetection and \nlocalization system<\/p>\n    <\/div>\n\n    <div class=\"feature-box\">\n      <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-Fast.png\">\n      <h3>Fast \nresponse\n<\/h3>\n      <p>Able to handle drone \nintrusion within 3s <\/p>\n    <\/div>\n\n  <\/div>\n\n  <!-- \ud83d\udd25 ANIMATION SCRIPT -->\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      const boxes = document.querySelectorAll(\".feature-box\");\n\n      function revealOnScroll() {\n        const triggerBottom = window.innerHeight * 0.9;\n\n        boxes.forEach((box, index) => {\n          const boxTop = box.getBoundingClientRect().top;\n\n          if (boxTop < triggerBottom) {\n            setTimeout(() => {\n              box.classList.add(\"show\");\n            }, index * 100);\n          }\n        });\n      }\n\n      window.addEventListener(\"scroll\", revealOnScroll);\n      window.addEventListener(\"load\", revealOnScroll);\n    });\n  <\/script>\n<\/section><\/div><\/div><div id=\"panel-gb9128-6a5f94c398c46-0-0-2\" class=\"widget_text so-panel widget widget_custom_html\" data-index=\"2\" ><div class=\"textwidget custom-html-widget\"><section class=\"specs-section\">\n  <style>\n    .specs-section {\n      background: #0b0b0b;\n      padding: 40px 20px;\n      text-align: center;\n    }\n\n    .specs-section h2 {\n      font-size: 32px;\n      margin-bottom: 40px;\n      color: #ffffff;\n    }\n\n    .specs-wrapper {\n      max-width: 1100px;\n      margin: 0 auto 60px;\n      display: flex;\n      flex-wrap: wrap;\n    }\n\n    .spec-box {\n      width: 33.33%;\n      padding: 20px;\n      text-align: left;\n\n      \/* animation *\/\n      opacity: 0;\n      transform: translateY(30px);\n      transition: all 0.6s ease;\n    }\n\n    \/* \ud83d\udd25 DARK BOX *\/\n    .spec-box:nth-child(odd) {\n      background: #111111;\n      color: #ffffff;\n      border: 1px solid rgba(255,255,255,0.08);\n    }\n\n    .spec-box:nth-child(odd) h4 {\n      color: #ffffff;\n    }\n\n    .spec-box:nth-child(odd) p {\n      color: #bdbdbd;\n    }\n\n    \/* \ud83d\udd25 LIGHT BOX (theme-based, not pure white) *\/\n    .spec-box:nth-child(even) {\n      background: #f5f5f5;\n      color: #000000;\n      border: 1px solid #e0e0e0;\n    }\n\n    .spec-box:nth-child(even) h4 {\n      color: #000000;\n    }\n\n    .spec-box:nth-child(even) p {\n      color: #444444;\n    }\n\n    \/* hover (subtle premium effect) *\/\n    .spec-box:hover {\n      transform: translateY(-5px);\n    }\n\n    \/* fade-in active *\/\n    .spec-box.show {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    .spec-box h4 {\n      font-size: 15px;\n      margin-bottom: 8px;\n    }\n\n    .spec-box p {\n      font-size: 14px;\n      margin: 0;\n      line-height: 1.5;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n      .spec-box {\n        width: 50%;\n      }\n\t\t\t.specs-section {\n      background: #0b0b0b;\n      padding: 20px 20px;\n      text-align: center;\n    }\n\n    }\n\n    @media (max-width: 500px) {\n      .spec-box {\n        width: 100%;\n      }\n\t\t\t.specs-section {\n      background: #0b0b0b;\n      padding: 40px 20px;\n      text-align: center;\n    }\n\n    }\n  <\/style>\n\n  <!-- Detection -->\n  <h2>Specifications <\/h2>\n\n  <div class=\"specs-wrapper\">\n\n    <div class=\"spec-box\">\n      <h4>\u2611 Work mode:<\/h4>\n      <p>GNSS spoofing<\/p>\n    <\/div>\n\n    <div class=\"spec-box\">\n      <h4>\u2611 Coverage:<\/h4>\n      <p>\u2264500m (radius)<\/p>\n    <\/div>\n\n    <div class=\"spec-box\">\n      <h4>\u2611 Frequency:<\/h4>\n      <p>GPS L1 \u3001GLONASS L1<\/p>\n    <\/div>\n\n    <div class=\"spec-box\">\n      <h4>\u2611 Signal strength:<\/h4>\n      <p>\u226410dBm(adjustable\uff09<\/p>\n    <\/div>\n\n    <div class=\"spec-box\">\n      <h4>\u2611 Swarm spoofing\n(Simultaneously):<\/h4>\n      <p>~10<\/p>\n    <\/div>\n\n    <div class=\"spec-box\">\n      <h4>\u2611 Power consumption:<\/h4>\n      <p>\u226430<\/p>\n    <\/div>\n\t\t\n\t\t<div class=\"spec-box\">\n      <h4>\u2611 Weight:<\/h4>\n      <p>~20kg<\/p>\n    <\/div>\n\t\t\n\t\t<div class=\"spec-box\">\n      <h4>\u2611 Protection grade:<\/h4>\n      <p>IP65<\/p>\n    <\/div>\n\n\t\t<div class=\"spec-box\">\n      <h4>\u2611 Work temperature:<\/h4>\n      <p>-40\u2103~70\u2103<\/p>\n    <\/div>\n\t\t\n  <\/div>\n\n  \n\n  <!-- Animation Script -->\n  <script>\n    const boxes = document.querySelectorAll('.spec-box');\n\n    function showOnScroll() {\n      const triggerBottom = window.innerHeight * 0.9;\n\n      boxes.forEach(box => {\n        const boxTop = box.getBoundingClientRect().top;\n\n        if (boxTop < triggerBottom) {\n          box.classList.add('show');\n        }\n      });\n    }\n\n    window.addEventListener('scroll', showOnScroll);\n    window.addEventListener('load', showOnScroll);\n  <\/script>\n<\/section><\/div><\/div><div id=\"panel-gb9128-6a5f94c398c46-0-0-3\" class=\"widget_text so-panel widget widget_custom_html panel-last-child\" data-index=\"3\" ><div class=\"textwidget custom-html-widget\"><section class=\"as-carousel-section\">\n  <style>\n    .as-carousel-section {\n      background: #070707;\n      padding: 60px 20px;\n      text-align: center;\n      color: #ffffff;\n    }\n\n    .as-carousel-section h2 {\n      font-size: 32px;\n      margin-bottom: 40px;\n\t\t\tcolor: white !important;\n    }\n\n    .as-carousel-wrapper {\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n      overflow: hidden;\n    }\n\n    .as-carousel-track {\n      display: flex;\n      transition: transform 0.5s ease;\n    }\n\n    .as-carousel-item {\n      min-width: 50%;\n      padding: 20px;\n      box-sizing: border-box;\n      transition: transform 0.3s ease;\n    }\n\n    .as-carousel-item img {\n      width: 100%;\n      max-height: 350px;\n      object-fit: contain;\n      transition: transform 0.4s ease;\n    }\n\n    \/* Hover image slight zoom *\/\n    .as-carousel-item:hover img {\n      transform: scale(1.05);\n    }\n\n    \/* Bottom bar *\/\n    .as-carousel-bar {\n      height: 10px;\n      background: #1a1a1a;\n      margin-top: 15px;\n      border-radius: 3px;\n      transition: all 0.3s ease;\n    }\n\n    \/* \ud83d\udd25 Hover effect (premium blue glow) *\/\n    .as-carousel-item:hover .as-carousel-bar {\n      background: #2f6df6;\n      box-shadow: 0 0 10px rgba(47,109,246,0.6);\n    }\n\n    \/* Arrows *\/\n    .as-carousel-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: transparent;\n      border: none;\n      color: #ffffff;\n      font-size: 30px;\n      cursor: pointer;\n      z-index: 2;\n      opacity: 0.7;\n      transition: all 0.3s ease;\n    }\n\n    .as-carousel-btn:hover {\n      opacity: 1;\n      transform: translateY(-50%) scale(1.2);\n    }\n\n    .as-prev { left: 0; }\n    .as-next { right: 0; }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      .as-carousel-item {\n        min-width: 100%;\n      }\n.as-carousel-section {\n      background: #070707;\n      padding: 0px 20px;\n      text-align: center;\n      color: #ffffff;\n    }\n\t\t\t\n      .as-carousel-section h2 {\n        font-size: 26px;\n      }\n    }\n  <\/style>\n\n  <h2>Images<\/h2>\n\n  <div class=\"as-carousel-wrapper\">\n\n    <button class=\"as-carousel-btn as-prev\">&#10094;<\/button>\n\n    <div class=\"as-carousel-track\">\n      <div class=\"as-carousel-item\">\n        <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-FS1-Spoofing-Drone-Countermeasure.png\">\n        <div class=\"as-carousel-bar\"><\/div>\n      <\/div>\n\n      <div class=\"as-carousel-item\">\n        <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-FS1-Spoofing-Drone-Countermeasure.png\">\n        <div class=\"as-carousel-bar\"><\/div>\n      <\/div>\n\n      <div class=\"as-carousel-item\">\n        <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-FS1-Spoofing-Drone-Countermeasure.png\">\n        <div class=\"as-carousel-bar\"><\/div>\n      <\/div>\n\n      <div class=\"as-carousel-item\">\n        <img decoding=\"async\" src=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-FS1-Spoofing-Drone-Countermeasure.png\">\n        <div class=\"as-carousel-bar\"><\/div>\n      <\/div>\n    <\/div>\n\n    <button class=\"as-carousel-btn as-next\">&#10095;<\/button>\n\n  <\/div>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n\n      const wrapper = document.querySelector(\".as-carousel-section\");\n      if (!wrapper) return;\n\n      const track = wrapper.querySelector(\".as-carousel-track\");\n      const items = wrapper.querySelectorAll(\".as-carousel-item\");\n      const prev = wrapper.querySelector(\".as-prev\");\n      const next = wrapper.querySelector(\".as-next\");\n\n      let index = 0;\n\n      function updateSlider() {\n        const width = items[0].offsetWidth;\n        track.style.transform = \"translateX(-\" + (index * width) + \"px)\";\n      }\n\n      next.onclick = function () {\n        index++;\n        if (index > items.length - 2) index = 0;\n        updateSlider();\n      };\n\n      prev.onclick = function () {\n        index--;\n        if (index < 0) index = items.length - 2;\n        updateSlider();\n      };\n\n      window.addEventListener(\"resize\", updateSlider);\n\n    });\n  <\/script>\n<\/section><\/div><\/div><\/div><\/div><\/div>\n\n\n<div class=\"pfaq-wrapper\" id=\"pfaq-fs1spoofing\">\n  <div class=\"pfaq-inner\">\n\n    <div class=\"pfaq-heading-label\">Got questions?<\/div>\n    <h2 class=\"pfaq-main-title\">FS1 Spoofing \u2014 Frequently Asked Questions<\/h2>\n\n    <div class=\"pfaq-item pfaq-active\">\n        <div class=\"pfaq-question\">What is the price of the FS1 Spoofing in UAE?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>The FS1 Spoofing is available in the UAE from Aerosmart, Dubai. Pricing depends on the configuration and accessories selected \u2014 request a same-day quote in AED, with official warranty included.<\/p><\/div>\n    <\/div>\n\n    <div class=\"pfaq-item\">\n        <div class=\"pfaq-question\">What does the FS1 Spoofing system do?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>The FS1 Spoofing provides navigation spoofing counter-drone response \u2014 disrupting unauthorised drone navigation so security teams can neutralise threats before an incident develops. Full specifications are available from Aerosmart on request.<\/p><\/div>\n    <\/div>\n\n    <div class=\"pfaq-item\">\n        <div class=\"pfaq-question\">Who can buy counter-drone systems in the UAE?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>Counter-UAS equipment is typically supplied to government entities, critical infrastructure operators and licensed security organisations, subject to UAE regulatory approvals. Aerosmart advises qualifying organisations on the compliance process.<\/p><\/div>\n    <\/div>\n\n    <div class=\"pfaq-item\">\n        <div class=\"pfaq-question\">Where is the FS1 Spoofing deployed?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>Airports, government facilities, events, ports and critical infrastructure perimeters across the UAE and wider region \u2014 as part of a layered detection and response setup designed with Aerosmart.<\/p><\/div>\n    <\/div>\n\n    <div class=\"pfaq-item\">\n        <div class=\"pfaq-question\">Does Aerosmart support deployment in the UAE?<span class=\"pfaq-arrow\"><\/span><\/div>\n        <div class=\"pfaq-answer\"><p>Yes \u2014 Aerosmart provides site assessment, compliant system design, installation coordination and after-sales support for the FS1 Spoofing from our Dubai office.<\/p><\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<style>\n#pfaq-fs1spoofing{background:#000;padding:60px 20px;margin:0;}\n#pfaq-fs1spoofing .pfaq-inner{max-width:1000px;margin:0 auto;}\n#pfaq-fs1spoofing .pfaq-heading-label{font-size:13px;font-weight:500;color:rgba(255,255,255,.55);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;text-align:center;}\n#pfaq-fs1spoofing .pfaq-main-title{font-size:32px;font-weight:600;color:#fff;margin:0 0 40px;text-align:center;}\n#pfaq-fs1spoofing .pfaq-item{border-bottom:1px solid rgba(255,255,255,.15);}\n#pfaq-fs1spoofing .pfaq-question{padding:20px 40px 20px 0;cursor:pointer;position:relative;font-weight:600;color:#fff;transition:.3s ease;font-size:17px;}\n#pfaq-fs1spoofing .pfaq-question:hover{color:var(--cnvs-secondarycolor,#1c75bc);}\n#pfaq-fs1spoofing .pfaq-arrow{position:absolute;right:0;top:50%;width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:translateY(-50%) rotate(45deg);transition:.3s ease;}\n#pfaq-fs1spoofing .pfaq-item.pfaq-active .pfaq-arrow{transform:translateY(-50%) rotate(-135deg);}\n#pfaq-fs1spoofing .pfaq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease;}\n#pfaq-fs1spoofing .pfaq-item.pfaq-active .pfaq-answer{max-height:400px;}\n#pfaq-fs1spoofing .pfaq-answer p{padding-bottom:20px;line-height:1.7;color:rgba(255,255,255,.70);margin:0;}\n@media (max-width:991px){\n#pfaq-fs1spoofing{padding:40px 20px;}\n#pfaq-fs1spoofing .pfaq-main-title{font-size:26px;}\n#pfaq-fs1spoofing .pfaq-question{font-size:16px;padding:18px 35px 18px 0;}\n#pfaq-fs1spoofing .pfaq-answer p{font-size:15px;}\n}\n@media (max-width:767px){\n#pfaq-fs1spoofing{padding:30px 15px;}\n#pfaq-fs1spoofing .pfaq-main-title{font-size:22px;}\n#pfaq-fs1spoofing .pfaq-question{font-size:15px;padding:16px 30px 16px 0;}\n#pfaq-fs1spoofing .pfaq-answer p{font-size:14px;line-height:1.6;}\n}\n<\/style>\n\n<script>\n(function(){\n  function initPfaqFs1spoofing(){\n    var wrap=document.getElementById(\"pfaq-fs1spoofing\");\n    if(!wrap) return;\n    var items=wrap.querySelectorAll(\".pfaq-item\");\n    items.forEach(function(item){\n      item.querySelector(\".pfaq-question\").addEventListener(\"click\",function(){\n        items.forEach(function(el){ if(el!==item) el.classList.remove(\"pfaq-active\"); });\n        item.classList.toggle(\"pfaq-active\");\n      });\n    });\n  }\n  if(document.readyState===\"loading\"){document.addEventListener(\"DOMContentLoaded\",initPfaqFs1spoofing);}else{initPfaqFs1spoofing();}\n})();\n<\/script>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"FS1 Spoofing\",\n  \"category\": \"Counter-UAS System\",\n  \"description\": \"FS1 Spoofing \u2014 Counter-UAS: navigation spoofing counter-drone response. Available in the UAE from Aerosmart, authorised dealer in Dubai, with training, local support and official warranty.\",\n  \"image\": \"IMAGE_URL_FROM_PAGE\",\n  \"url\": \"https:\/\/www.aerosmart.ae\/fs1-spoofing\/\",\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"priceCurrency\": \"AED\",\n    \"price\": \"PRICE_HERE\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"Aerosmart\",\n      \"url\": \"https:\/\/www.aerosmart.ae\/\"\n    }\n  }\n}\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the price of the FS1 Spoofing in UAE?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The FS1 Spoofing is available in the UAE from Aerosmart, Dubai. Pricing depends on the configuration and accessories selected \u2014 request a same-day quote in AED, with official warranty included.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does the FS1 Spoofing system do?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The FS1 Spoofing provides navigation spoofing counter-drone response \u2014 alerting security teams to unauthorised drone activity so they can respond before an incident develops. Full specifications are available from Aerosmart on request.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who can buy counter-drone systems in the UAE?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Counter-UAS equipment is typically supplied to government entities, critical infrastructure operators and licensed security organisations, subject to UAE regulatory approvals. Aerosmart advises qualifying organisations on the compliance process.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where is the FS1 Spoofing deployed?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Airports, government facilities, events, ports and critical infrastructure perimeters across the UAE and wider region \u2014 as part of a layered detection and response setup designed with Aerosmart.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does Aerosmart support deployment in the UAE?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes \u2014 Aerosmart provides site assessment, compliant system design, installation coordination and after-sales support for the FS1 Spoofing from our Dubai office.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n\n\n\n<style>\nsection.page-title,\n.page-title,\n.pad-bread,\n.page-title-parallax {\n  display: none !important;\n}\n.single-p.pt-0.pb-30,\n.single-p.pt-0.pb-30 > div {\n  background-color: #000 !important;\n}\n\n#pl-gb2962-69b3fa9fa685a .so-panel {\n    margin-bottom: 0px !important;\n}\n.widget_text.so-panel.widget.widget_custom_html {\nbackground-color: black !important;\nmargin-bottom: 0px !important;\n}\n\n\/* Hide original images *\/\n.col-lg-4.dark img {\n  display: none !important;\n}\n\n\/* Center everything *\/\n.col-lg-4.dark {\n  text-align: center;\n}\n\n\/* Add BOTH logos at top *\/\n.col-lg-4.dark::before {\n  content: \"\";\n  display: block;\n  width: 100%;\n  height: 260px; \/* total height for both logos *\/\n\n  background:\n    url(\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/03\/Untitled-design-10-1.png\") no-repeat top center,\n    url(\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/03\/db094e4dfdfd549.png\") no-repeat bottom center;\n\n  background-size:\n    354px 143px,   \/* first logo *\/\n    250px 100px;   \/* second logo *\/\n\n  margin-bottom: 15px;\n}\n\n<\/style>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Got questions? FS1 Spoofing \u2014 Frequently Asked Questions What is the price of the FS1 Spoofing in UAE? The FS1 Spoofing is available in the UAE from Aerosmart, Dubai. Pricing depends on the configuration and accessories selected \u2014 request a same-day quote in AED, with official warranty included. What does [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"single-product.php","meta":{"footnotes":""},"class_list":["post-9128","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.7 (Yoast SEO v21.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>FS1 Drone Spoofing System | Aerosmart<\/title>\n<meta name=\"description\" content=\"FS1 navigation spoofing counter-drone system for controlled airspace protection. Specifications and pricing from Aerosmart.\" \/>\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.aerosmart.ae\/?page_id=9128\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FS1 Spoofing\" \/>\n<meta property=\"og:description\" content=\"FS1 navigation spoofing counter-drone system for controlled airspace protection. Specifications and pricing from Aerosmart.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.aerosmart.ae\/?page_id=9128\" \/>\n<meta property=\"og:site_name\" content=\"Aerosmart Drones | All types drones\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/aerosmart.uav.ae\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-09T06:30:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-FS1-Spoofing-Drone-Countermeasure.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.aerosmart.ae\/?page_id=9128\",\"url\":\"https:\/\/www.aerosmart.ae\/?page_id=9128\",\"name\":\"FS1 Drone Spoofing System | Aerosmart\",\"isPartOf\":{\"@id\":\"https:\/\/www.aerosmart.ae\/#website\"},\"datePublished\":\"2026-03-26T17:27:47+00:00\",\"dateModified\":\"2026-07-09T06:30:56+00:00\",\"description\":\"FS1 navigation spoofing counter-drone system for controlled airspace protection. Specifications and pricing from Aerosmart.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.aerosmart.ae\/?page_id=9128#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.aerosmart.ae\/?page_id=9128\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.aerosmart.ae\/?page_id=9128#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.aerosmart.ae\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FS1 Spoofing\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.aerosmart.ae\/#website\",\"url\":\"https:\/\/www.aerosmart.ae\/\",\"name\":\"Aerosmart\",\"description\":\"Authorised DJI Dealer in Dubai, UAE\",\"publisher\":{\"@id\":\"https:\/\/www.aerosmart.ae\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.aerosmart.ae\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.aerosmart.ae\/#organization\",\"name\":\"Aerosmart\",\"alternateName\":\"Aerosmart UAV Trading L.L.C.\",\"url\":\"https:\/\/www.aerosmart.ae\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.aerosmart.ae\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/07\/aerosmart-logo.png\",\"contentUrl\":\"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/07\/aerosmart-logo.png\",\"width\":729,\"height\":295,\"caption\":\"Aerosmart\"},\"image\":{\"@id\":\"https:\/\/www.aerosmart.ae\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/aerosmart.uav.ae\",\"https:\/\/www.instagram.com\/aerosmart_uav\/\",\"https:\/\/www.linkedin.com\/company\/aerosmartuav\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"FS1 Drone Spoofing System | Aerosmart","description":"FS1 navigation spoofing counter-drone system for controlled airspace protection. Specifications and pricing from Aerosmart.","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.aerosmart.ae\/?page_id=9128","og_locale":"en_US","og_type":"article","og_title":"FS1 Spoofing","og_description":"FS1 navigation spoofing counter-drone system for controlled airspace protection. Specifications and pricing from Aerosmart.","og_url":"https:\/\/www.aerosmart.ae\/?page_id=9128","og_site_name":"Aerosmart Drones | All types drones","article_publisher":"https:\/\/www.facebook.com\/aerosmart.uav.ae","article_modified_time":"2026-07-09T06:30:56+00:00","og_image":[{"url":"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/06\/Aerosmart-FS1-Spoofing-Drone-Countermeasure.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.aerosmart.ae\/?page_id=9128","url":"https:\/\/www.aerosmart.ae\/?page_id=9128","name":"FS1 Drone Spoofing System | Aerosmart","isPartOf":{"@id":"https:\/\/www.aerosmart.ae\/#website"},"datePublished":"2026-03-26T17:27:47+00:00","dateModified":"2026-07-09T06:30:56+00:00","description":"FS1 navigation spoofing counter-drone system for controlled airspace protection. Specifications and pricing from Aerosmart.","breadcrumb":{"@id":"https:\/\/www.aerosmart.ae\/?page_id=9128#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.aerosmart.ae\/?page_id=9128"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.aerosmart.ae\/?page_id=9128#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.aerosmart.ae\/"},{"@type":"ListItem","position":2,"name":"FS1 Spoofing"}]},{"@type":"WebSite","@id":"https:\/\/www.aerosmart.ae\/#website","url":"https:\/\/www.aerosmart.ae\/","name":"Aerosmart","description":"Authorised DJI Dealer in Dubai, UAE","publisher":{"@id":"https:\/\/www.aerosmart.ae\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.aerosmart.ae\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.aerosmart.ae\/#organization","name":"Aerosmart","alternateName":"Aerosmart UAV Trading L.L.C.","url":"https:\/\/www.aerosmart.ae\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.aerosmart.ae\/#\/schema\/logo\/image\/","url":"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/07\/aerosmart-logo.png","contentUrl":"https:\/\/www.aerosmart.ae\/wp-content\/uploads\/2026\/07\/aerosmart-logo.png","width":729,"height":295,"caption":"Aerosmart"},"image":{"@id":"https:\/\/www.aerosmart.ae\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/aerosmart.uav.ae","https:\/\/www.instagram.com\/aerosmart_uav\/","https:\/\/www.linkedin.com\/company\/aerosmartuav\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/pages\/9128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9128"}],"version-history":[{"count":31,"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/pages\/9128\/revisions"}],"predecessor-version":[{"id":12176,"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=\/wp\/v2\/pages\/9128\/revisions\/12176"}],"wp:attachment":[{"href":"https:\/\/www.aerosmart.ae\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}