public sealed class Exfiltration : IMessage<Exfiltration>, IEquatable<Exfiltration>, IDeepCloneable<Exfiltration>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Exfiltration.
Exfiltration represents a data exfiltration attempt from one or more sources
to one or more targets. The sources attribute lists the sources of the
exfiltrated data. The targets attribute lists the destinations the data was
copied to.
public RepeatedField<ExfilResource> Sources { get; }
If there are multiple sources, then the data is considered "joined" between
them. For instance, BigQuery can join multiple tables, and each
table would be considered a source.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eExfiltration in Security Command Center v2 API represents attempts to copy data from one or more sources to one or more targets.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSources\u003c/code\u003e property lists the origins of the exfiltrated data, where multiple sources indicate a "joined" data set.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTargets\u003c/code\u003e property lists the destinations of the exfiltrated data, with each target receiving a complete copy of the "joined" source data.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTotalExfiltratedBytes\u003c/code\u003e property indicates the total size of data processed in the exfiltration attempt.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eExfiltration\u003c/code\u003e class implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, inheriting from the object class.\u003c/p\u003e\n"]]],[],null,[]]