| Credentials | Address-and-password pairs taken from the browser store and from any client the stealer could read. | Rotate, and rotate everywhere the password was reused rather than only where it was found. This is the row every product covers. |
| Session cookies | Live authenticated sessions lifted from the browser, for whatever the user was signed in to at the time. | Revoke sessions. A password reset on its own does not end a stolen session, and an attacker holding a valid cookie never sees your login page. |
| This is the artefact most often missing from a credential-only feed, and the one most likely to make the password reset irrelevant. |
| Tokens | OAuth refresh tokens and similar long-lived grants issued to applications the user had authorised. | Revoke the grant at the identity provider. A refresh token can survive a password change and an MFA re-enrolment, because neither of those revokes it. |
| The device record | Hostname, operating system, installed software and the stealer family that took it, with the infection date. | Decide whether this is a managed endpoint or a personal machine. The answer changes who can act — your EDR reaches one of them. |
| Infostealer infections frequently land on a home or family device that corporate credentials were typed into, which is precisely where endpoint controls do not reach. |
| Autofill data | Saved form data — corporate addresses, personal details, and whatever else the browser had been asked to remember. | Treat as the social-engineering payload. It is what makes a follow-on approach to this person, or to their colleagues, convincing. |
| Browser history | The URLs the machine reached, including internal tools and admin consoles that are not publicly discoverable. | Read it as reconnaissance the attacker already has. It names your internal systems, and it tells you which of them to watch. |
| Cards and wallets | Payment card data and cryptocurrency wallet artefacts found on the device. | Route to fraud operations rather than to identity. For a card issuer, exposure scoped to your own BIN ranges is a different alert to a staff exposure. |
| Source attribution | Stealer family, infection date, exfiltration destination, ingest source and a confidence position, carried on the match itself. | Severity and sequencing. An infection dated this week and one dated two years ago justify very different responses to the same credential. |
| Attribution is on the record rather than in a separate report, because a triage decision made without it is a guess about how urgent the row is. |