paper-with-me

홈 › Papers

Natural Language Interface for Firewall Configuration

2025-12-11 · F. Taghiyev, A. Aslanbayli arxiv

This paper presents the design and prototype implementation of a natural language interface for configuring enterprise firewalls. The framework allows administrators to express access control policies in plain language, which are then translated into vendor specific configurations. A compact schema bound intermediate representation separates human intent from device syntax and in the current prototype compiles to Palo Alto PAN OS command line configuration while remaining extensible to other platforms. Large language models are used only as assistive parsers that generate typed intermediate representation objects, while compilation and enforcement remain deterministic. The prototype integrates three validation layers, namely a static linter that checks structural and vendor specific constraints, a safety gate that blocks overly permissive rules such as any to any allows, and a Batfish based simulator that validates configuration syntax and referential integrity against a synthetic device model. The paper describes the architecture, implementation, and test methodology on synthetic network context datasets and discusses how this approach can evolve into a scalable auditable and human centered workflow for firewall policy management.

📄 PDF Abstract BibTeX arXiv:2512.10789

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Learning to Customize Network Security Rules

2017-12-28 · Michael Bargury, Roy Levin, Royi Ronen

Security is a major concern for organizations who wish to leverage cloud computing. In order to reduce security vulnerabilities, public cloud providers offer firewall functionalities. When properly configured, a firewall…

BlockingCloud Computing

Isoflat: Flat Provider Network Multiplexing and Firewalling in OpenStack Cloud

2019-07-15 · IEEE International Conference on Communications (ICC) 2019 7 · Ruipeng Zhang, Mengjun Xie, Li Yang

Networking is one of the key enablers of cloud computing and its security is essential for multi-tenant clouds. As a widely used open source solution to cloud computing, OpenStack allows computing resources to connect to…

Cloud Computing

Multi-Agent Firewall Architecture for Privacy Protection of Sensitive Data in Interactions with Language Models

2026-07-09 · Hugo García Cuesta, Pablo Mateo Torrejón, Alfonso Sánchez-Macián arxiv

While Large Language Models (LLMs) have become essential productivity tools, their integration into workflows without adequate safeguards creates significant risks. This paper proposes an open-source, privacy-focused, us…

Pro-ZD: A Transferable Graph Neural Network Approach for Proactive Zero-Day Threats Mitigation

2026-02-06 · Nardine Basta, Firas Ben Hmida, Houssem Jmal, Muhammad Ikram 외 arxiv

In today's enterprise network landscape, the combination of perimeter and distributed firewall rules governs connectivity. To address challenges arising from increased traffic and diverse network architectures, organizat…

Graph Neural Network

Widget Captioning: Generating Natural Language Description for Mobile User Interface Elements

2020-10-08 · EMNLP 2020 11 · Yang Li, Gang Li, Luheng He, Jingjie Zheng 외

Natural language descriptions of user interface (UI) elements such as alternative text are crucial for accessibility and language-based interaction in general. Yet, these descriptions are constantly missing in mobile UIs…