
INTRUSION INC — Investor Relations & Filings
Intrusion Inc. is a cybersecurity company specializing in applied threat intelligence to protect enterprise networks. The company's core technology provides complete visibility into all inbound and outbound network traffic, enabling the real-time detection and blocking of malicious communications that other security solutions may miss. Its product portfolio includes Intrusion Shield for on-premise protection, Shield Cloud for securing virtual private cloud (VPC) environments, and Shield Endpoint for remote device security. These solutions leverage a comprehensive threat intelligence database to automatically identify and neutralize threats from various sources, including unmanaged and unpatched devices. Intrusion also offers expert threat hunting consulting services to help organizations protect their critical assets.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| FORM 10-Q FOR MAR 2026 | 2026-05-14 | English | |
| FORM 8 -K | 2026-05-14 | English | |
| 8-K - INTRUSION INC (0000736012) (Filer) | 2026-05-13 | English | |
| 8-K - INTRUSION INC (0000736012) (Filer) | 2026-04-09 | English | |
| 10-K - INTRUSION INC (0000736012) (Filer) | 2026-03-25 | English | |
| FORM 8-K | 2026-03-24 | English |
Browse filings by year
31 years- 2026 10 filings
- 2025 44 filings
- 2024 66 filings
- 2023 64 filings
- 2022 47 filings
- 2021 55 filings
- 2020 57 filings
- 2019 21 filings
- 2018 22 filings
- 2017 15 filings
- 2016 17 filings
- 2015 19 filings
- 2014 22 filings
- 2013 19 filings
- 2012 21 filings
- 2011 21 filings
- 2010 29 filings
- 2009 28 filings
- 2008 24 filings
- 2007 40 filings
- 2006 37 filings
- 2005 41 filings
- 2004 48 filings
- 2003 38 filings
- 2002 9 filings
- 2001 8 filings
- 2000 13 filings
- 1999 9 filings
- 1998 10 filings
- 1997 12 filings
- 1996 3 filings
| ID | Filing | Released | Lang | Actions | |
|---|---|---|---|---|---|
|
2026
10 filings
| |||||
| 46274088 | FORM 10-Q FOR MAR 2026 | 2026-05-14 | English | ||
| 46274347 | FORM 8 -K | 2026-05-14 | English | ||
| 45565429 | 8-K - INTRUSION INC (0000736012) (Filer) | 2026-05-13 | English | ||
| 33935464 | 8-K - INTRUSION INC (0000736012) (Filer) | 2026-04-09 | English | ||
| 33041782 | 10-K - INTRUSION INC (0000736012) (Filer) | 2026-03-25 | English | ||
| 46084080 | FORM 8-K | 2026-03-24 | English | ||
| 18358344 | 4 Filing | 2026-01-26 | English | ||
| 18358311 | 4 Filing | 2026-01-26 | English | ||
| 18358341 | 4 Filing | 2026-01-12 | English | ||
| 18358322 | 4 Filing | 2026-01-12 | English | ||
|
2025
5 filings
| |||||
| 9452966 | Director's Dealing 2025 | 2025-12-05 | English | ||
| 9452972 | FORM 10-Q FOR SEPT 2025 | 2025-11-12 | English | ||
| 9452974 | FORM 8-K | 2025-11-12 | English | ||
| 9452976 | CURRENT REPORT | 2025-08-25 | English | ||
| 9452977 | Director's Dealing 2025 | 2025-08-21 | English | ||
Market data
Market data not available
Price history
Peer group · Other information technology and computer service activities
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Avance Technologies Ltd.
Offers mobile VAS, software development, and digital commun…
|
512149 | IN | Telecommunications, computer pr… |
|
Awardit AB
Provides technology solutions for loyalty, rewards, and gif…
|
AWRD | SE | Telecommunications, computer pr… |
|
BCT TECHNOLOGY BERHAD
R&D, distribution of electronic & semiconductor products, s…
|
— | MY | Telecommunications, computer pr… |
|
BeiJing Certificate Authority Co., Ltd.
Provider of electronic certification and information securi…
|
300579 | CN | Telecommunications, computer pr… |
|
Bellock Inc.
Develops AI-powered solutions for network, physical, and co…
|
424760 | KR | Telecommunications, computer pr… |
|
BİLKOM BİLİŞİM HİZMETLERİ A.Ş.
An ICT distributor of consumer electronics and smart techno…
|
BLKOM | TR | Telecommunications, computer pr… |
|
BlockchainK2 Corp
Holding company investing in blockchain solutions, primaril…
|
BITK | CA | Telecommunications, computer pr… |
|
Blue innovation Co., Ltd.
Develops a platform for unified management of multiple dron…
|
5597 | JP | Telecommunications, computer pr… |
|
Boku Inc
Provides a global network of localized payment solutions fo…
|
BOKU | US | Telecommunications, computer pr… |
|
BrightBid Group
Ad-tech company offering an AI SaaS platform to optimize on…
|
BRIGHT | SE | Telecommunications, computer pr… |
INTRUSION INC via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/34748/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=34748 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=34748 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=34748 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 34748}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for INTRUSION INC (id: 34748)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.