Protecting the machine

Threat intelligence & detection

Where the feeds come from, what behavioral detection looks for, and how to read an incident without guessing.

7 min read · updated July 25, 2026

Two different mechanisms sit behind the Threats and Detections tabs, and they fail in opposite ways. Threat intelligence is a lookup: is this address on a list of known-bad ones? Detection is behavioral: does what this program is doing look wrong, regardless of where it's going? Lists miss anything new. Behavior flags things that turn out to be fine.

Threat intelligence

NetSecWall mirrors public and commercial reputation feeds — malware command-and-control, phishing, abuse-reported hosts — and checks every destination against them as connections appear. A hit shows on the connection itself, so you see which program reached it.

  • Lists refresh on a schedule; a machine that has been offline is checking against whatever it last downloaded.
  • We host and deduplicate the feeds, so it's one fast download rather than a dozen third-party fetches.
  • Newly registered domains are flagged separately. Being new is not evidence of anything. Still, a brand-new domain that a program contacts once and never again is a pattern worth knowing about.
A feed hit is not a verdict. Shared hosting and CDNs mean a bad neighbor can put a perfectly ordinary address on a list. Look at which program connected and whether that makes sense before you act.

Behavioral detection

This watches shape rather than destination. The signals that matter most in practice:

SignalWhat it meansInnocent explanation
BeaconingConnections on a regular timer — the signature of malware checking inUpdate checkers, telemetry, and push clients all beacon too
Unusual volumeFar more data than this program normally movesA backup, a game update, a big upload you started
First-seen processAn executable reaching the internet for the first timeAnything you installed recently
Suspicious locationRunning from a temp or download directoryInstallers legitimately do this

NetSecWall maps findings onto the MITRE ATT&CK matrix, a shared vocabulary for attacker techniques. That's useful for grouping related findings into one story rather than reading 10 separate alerts.

Reading an incident

Work through it in this order — it's the fastest route to a decision:

  1. Which program? Recognize it? Did you install it? Where does it run from?
  2. Where to? Does the destination make sense for that program? A text editor talking to a CDN is normal; a text editor beaconing to a residential IP is not.
  3. Since when? First seen today, or has it been doing this for months?
  4. How much? A few bytes on a timer reads very differently from a sustained upload.

If it still looks wrong, block it. Blocking is reversible and costs you nothing but that program's network access — see Blocking.

NetSecWall is not an antivirus. It watches the network. It does not scan files, will not remove malware, and cannot see anything that never touches the network. Run it alongside Microsoft Defender or your AV of choice, not instead of one.

Still stuck? Open a support ticket — we reply within one business day.