Skip to content

GAN-GRID: A Novel Adversarial Attack on Smart Grid Stability Prediction

License

Notifications You must be signed in to change notification settings

emadef1/GAN_GRID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAN_GRID


Logo

GAN_GRID

GAN-GRID: A Novel Adversarial Attack on Smart Grid Stability Prediction
Preprint Available»

Emad Efatinasab · Alessandro Brighente · Mirco Rampazzo . Nahal Azadi · Mauro Conti

(back to top)

🗣️ Citation

Please, cite this work when referring to GAN_GRID.

@misc{efatinasab2024gangrid,
      title={GAN-GRID: A Novel Generative Attack on Smart Grid Stability Prediction}, 
      author={Emad Efatinasab and Alessandro Brighente and Mirco Rampazzo and Nahal Azadi and Mauro Conti},
      year={2024},
      eprint={2405.12076},
      archivePrefix={arXiv},
      primaryClass={id='cs.CR' full_name='Cryptography and Security' is_active=True alt_name=None in_archive='cs' is_general=False description='Covers all areas of cryptography and security including authentication, public key cryptosytems, proof-carrying code, etc. Roughly includes material in ACM Subject Classes D.4.6 and E.3.'}
}

🧩 Abstract

The smart grid represents a pivotal innovation in modernizing the electricity sector, offering an intelligent, digitalized energy network capable of optimizing energy delivery from source to consumer. Central to its operation are goals encompassing grid stability, enhanced power system performance, security, and reduced operational costs. Accurate energy demand prediction is paramount, ensuring optimal energy availability and mitigating costly production or usage errors. Leveraging state-of-the-art machine learning algorithms, including the chosen XGBoost model and a proposed LSTM-based deep learning model, we explore the publicly available smart grid dataset for the stability prediction task. However, the stability of a smart grid is intricately linked to its resilience against cyberattacks. In this study, we propose GAN-GRID a novel adversarial attack targeting the stability prediction system, tailored to real-world constraints. Our findings reveal that an adversary armed solely with the stability model's output, devoid of data or model knowledge, can craft data classified as stable with an Attack Success Rate (ASR) of 0.99. Also by manipulating authentic data and sensor values, the attacker can amplify grid issues, potentially undetected due to a compromised stability prediction system. These results underscore the imperative of fortifying smart grid security mechanisms against adversarial manipulation to uphold system stability and reliability.

(back to top)

⚙️ Usage

To execute the attacks or to deploy the FaultGuard framework, start by cloning the repository:

git clone https://github.com/emadef1/GAN_GRID.git
cd GAN_GRID

NOTE: if you're accessing this data from the anonymized repository, the above command might not work..

(back to top)