Malicious PDF — malware analysis report

Static analysis result for SHA-256 54fcfa556331b453…

MALICIOUS

PDF

569.0 KB Created: 2010-12-21 10:02:16 -06:00 Authoring application: Adobe InDesign CS4 (6.0.5) (via Adobe PDF Library 9.0) First seen: 2026-05-09
MD5: 9cb3fc5cd0aeb9eaf4c64a8f4116e302 SHA-1: 42a9ac8fc641716ac25db10305ca0b1b61b82763 SHA-256: 54fcfa556331b4533d596ebde334b5220c2d2a0e82ec75d8ed7d67b99cf6a41b
78 Risk Score

Malware Insights

MITRE ATT&CK
T1059.001 PowerShell T1204.002 Malicious File

The PDF file contains multiple embedded JavaScript streams and XFA forms with executable scripts, triggered by an OpenAction. The heuristic 'SE_ADVANCE_FEE_SCAM_LURE' indicates the document's content is designed to deceive users with a fake lottery or prize. The embedded scripts are likely responsible for executing the malicious payload, potentially downloading further stages or exploiting vulnerabilities. The presence of XFA forms and JavaScript points to a sophisticated delivery mechanism.

Machine Learning

  • Nyx PDF Classifier malicious score 0.8413

Heuristics 9

  • JavaScript action low 1 related finding PDF_JAVASCRIPT
    PDF contains a /JavaScript action. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
  • Embedded JS stream low PDF_JS
    PDF references a /JS stream. Generic JavaScript is common in benign forms; specific dangerous APIs are scored by separate rules.
  • Embedded file low PDF_EMBEDDED
    PDF embeds a file attachment — could carry an executable or another weaponised document as a nested payload
  • XFA form low PDF_XFA
    PDF uses XML Forms Architecture — can contain script logic
  • AcroForm button with action trigger low PDF_ACROFORM_BUTTON
    PDF contains a /Btn form field together with a SubmitForm/URI/Launch/JS trigger — this is the building block of fake 'Download' or 'Open' button overlays used in PDF phishing lures
  • Embedded script payload in PDF stream info PDF_EMBEDDED_SCRIPT_PAYLOAD
    PDF stream bytes contain an HTML/XFA <script> tag without accompanying Windows shell-execution primitives — common in accessible XFA forms but worth surfacing for analyst review.
  • Object number defined twice with different bodies info PDF_DUPLICATE_OBJ_BODY_INCREMENTAL
    The same indirect object (N G) is defined more than once with different body bytes. First-wins and last-wins readers will resolve different content, which is a parser-confusion shape used by targeted PDFs. Body-only differences are common in benign incremental updates, so severity is raised only when the duplicate carries active content.
  • Suspicious extracted artifact info EXTRACTED_FILE_STATIC_TRIAGE
    One or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL http://www.w3.org/1999/02/22-rdf-syntax-ns# In PDF document text
    • http://purl.org/dc/elements/1.1/In PDF document text
    • http://ns.adobe.com/xap/1.0/In PDF document text
    • http://ns.adobe.com/xap/1.0/mm/In PDF document text
    • http://ns.adobe.com/xap/1.0/sType/ResourceRef#In PDF document text
    • http://ns.adobe.com/xap/1.0/sType/ResourceEvent#In PDF document text
    • http://ns.adobe.com/tiff/1.0/In PDF document text
    • http://ns.adobe.com/exif/1.0/In PDF document text
    • http://ns.adobe.com/photoshop/1.0/In PDF document text
    • http://ns.adobe.com/xap/1.0/g/img/In PDF document text
    • http://ns.adobe.com/illustrator/1.0/In PDF document text
    • http://ns.adobe.com/xap/1.0/t/pg/In PDF document text
    • http://ns.adobe.com/xap/1.0/sType/Dimensions#In PDF document text
    • http://ns.adobe.com/xap/1.0/g/In PDF document text
    • http://ns.adobe.com/xdp/Referenced by PDF JavaScript
    • http://www.xfa.org/schema/xci/1.0/In PDF document text
    • http://www.xfa.org/schema/xfa-template/2.5/In PDF document text
    • http://www.xfa.org/schema/xfa-data/1.0/In PDF document text
    • http://www.xfa.org/schema/xfa-locale-set/2.1/In PDF document text
    • http://ns.adobe.com/xtd/In PDF document text
    • http://ns.adobe.com/xmp/InDesign/privateIn PDF document text
    • http://ns.adobe.com/pdf/1.3/In PDF document text
    • http://ns.adobe.com/xap/1.0/sType/ManifestItem#In PDF document text
    • http://ns.adobe.com/xfdf/In PDF document text
    • http://cgi.adobe.com/special/acrobat/updateReferenced by PDF JavaScript
    • http://www.xfa.org/schema/xfa-form/2.6/Referenced by PDF JavaScript
    • http://www.iec.chIn PDF document text

Extracted artifacts 17

Files carved from inside the sample during analysis.

FilenameKindSourceSize
embedded_file_obj0199.bin pdf-embedded-file PDF EmbeddedFile object 199 at offset 0x8DF58 103 bytes
SHA-256: 1f1694652467f497b35beb6d0c79f2e06aa59e63066523be07dd94733a316db9
embedded_file_obj0200.bin pdf-embedded-file PDF EmbeddedFile object 200 at offset 0x8E01D 85 bytes
SHA-256: c06dcd026a7ea0536b63e07ce688691b585339a3ab7ff59065e546b56308c7bb
javascript_obj0097_000.js pdf-javascript-stream PDF /JS object 97 at offset 0xE62 1604 bytes
SHA-256: f979542c4992f256c12537db5bbe5f86605da11ef877e634ccfc2c47c9284b10
Preview script
First 1,000 lines of the extracted script
if (typeof(xfa_installed) == "undefined" || typeof(xfa_version) == "undefined" || xfa_version < 1.2)
{
   if (app.viewerType == "Reader")
   {
      if (ADBE.Reader_Value_Asked != true)
      {
         if (app.viewerVersion < 6.01)
         {
            if (app.alert(ADBE.Viewer_Form_string_Reader_Older, 1, 1) == 1)
               this.getURL(ADBE.Reader_Value_New_Version_URL + ADBE.SYSINFO, false);
         }
         else
         {
            if (app.alert(ADBE.Viewer_Form_string_Reader_601, 1, 1) == 1)
               app.findComponent({cType:"Plugin", cName:"XFA",
                                   cDesc: ADBE.Viewer_string_Update_Reader_Desc});
         }
         ADBE.Reader_Value_Asked = true;
      }
   }
   else
   {
      if (ADBE.Viewer_Value_Asked != true)
      {
         if (app.viewerVersion == 6)
         {
            app.response({cQuestion: ADBE.Viewer_Form_string_Viewer_60,
            cDefault: ADBE.Viewer_Value_New_Version_URL + ADBE.SYSINFO,
            cTitle: ADBE.Viewer_string_Title});
         }
         else if (app.viewerVersion < 6)
         {
            app.response({cQuestion: ADBE.Viewer_Form_string_Viewer_Older,
            cDefault: ADBE.Viewer_Value_New_Version_URL + ADBE.SYSINFO,
            cTitle: ADBE.Viewer_string_Title});
         }
         else
         {
            if (app.alert(ADBE.Viewer_Form_string_Viewer_601, 1, 1) == 1)
                app.findComponent({cType:"Plugin", cName:"XFA",
                                   cDesc: ADBE.Viewer_string_Update_Desc});
         }
         ADBE.Viewer_Value_Asked = true;
      }
   }
}
javascript_obj0098_001.js pdf-javascript-stream PDF /JS object 98 at offset 0x104A 902 bytes
SHA-256: 3bf84668674e23c91aaaa6c58c24a1f80a30566e9cfbd09040882d18101fed76
Preview script
First 1,000 lines of the extracted script
if (typeof(ADBE.Reader_Value_Asked) == "undefined")
   ADBE.Reader_Value_Asked = false;
if (typeof(ADBE.Viewer_Value_Asked) == "undefined")
   ADBE.Viewer_Value_Asked = false;
if (typeof(ADBE.Reader_Need_Version) == "undefined" || ADBE.Reader_Need_Version < 6.01)
{
   ADBE.Reader_Need_Version = 6.03
   ADBE.Reader_Value_New_Version_URL =
       "http://cgi.adobe.com/special/acrobat/update";
   ADBE.SYSINFO = "?p=" + app.platform + "&v=" + app.viewerVersion + "&l="
       + app.language + "&c=" + app.viewerType + "&w=" + "XFA1_5";
}
if (typeof(ADBE.Viewer_Need_Version) == "undefined" || ADBE.Viewer_Need_Version < 6.01)
{
   ADBE.Viewer_Need_Version = 6.03;
   ADBE.Viewer_Value_New_Version_URL =
       "http://cgi.adobe.com/special/acrobat/update";
   ADBE.SYSINFO = "?p=" + app.platform + "&v=" + app.viewerVersion + "&l=" 
       + app.language + "&c=" + app.viewerType + "&w=" + "XFA1_5";
}
javascript_obj0099_002.js pdf-javascript-stream PDF /JS object 99 at offset 0x11B4 2798 bytes
SHA-256: 922f7942d25f53e6e6eedc1b3a95c47a757faab3be4838fa02db0dbea2c4dbcc
Preview script
First 1,000 lines of the extracted script
if (typeof(this.ADBE) == "undefined")
   this.ADBE = new Object();
ADBE.LANGUAGE = "ENU";
ADBE.Viewer_string_Title = "Adobe Acrobat";
ADBE.Viewer_string_Update_Desc = "Adobe Interactive Forms Update";
ADBE.Viewer_string_Update_Reader_Desc = "Adobe Reader 7.0.5";
ADBE.Reader_string_Need_New_Version_Msg = "This PDF file requires a newer version of Adobe Reader. Press OK to download the latest version or see your system administrator.";
ADBE.Viewer_Form_string_Reader_601 = "This PDF form requires a newer version of Adobe Reader. Although the form may appear to work properly, some elements may function improperly or may not appear at all. Press OK to initiate an online update or see your system administrator.";
ADBE.Viewer_Form_string_Reader_Older = "This PDF form requires a newer version of Adobe Reader. Although the form may appear to work properly, some elements may function improperly or may not appear at all. Press OK for online download information or see your system administrator.";
ADBE.Viewer_Form_string_Viewer_601 = "This PDF form requires a newer version of Adobe Acrobat. Although the form may appear to work properly, some elements may function improperly or may not appear at all. Press OK to initiate an online update or see your system administrator.";
ADBE.Viewer_Form_string_Viewer_60 = "This PDF form requires a newer version of Adobe Acrobat. Although the form may appear to work properly, some elements may function improperly or may not appear at all. For more information please copy the following URL (CTRL+C on Win, Command-C on Mac) and paste into your browser or see your system administrator.";
ADBE.Viewer_Form_string_Viewer_Older = "This PDF requires a newer version of Acrobat. Copy this URL and paste into your browser or see your sys admin.";
ADBE.Viewer_Form_string_Reader_5x = "This PDF form requires a newer version of Adobe Reader. Without a newer version, the form may be displayed, but it might not work properly. Some form elements might not be visible at all. If an internet connection is available, clicking OK will open your browser to a web page where you can obtain the latest version.";
ADBE.Viewer_Form_string_Reader_6_7x = "This PDF form requires a newer version of Adobe Reader. Without a newer version, the form may be displayed, but it might not work properly. Some form elements might not be visible at all. If an internet connection is available, clicking OK will download and install the latest version.";
ADBE.Viewer_Form_string_Viewer_7x = "This PDF form requires a newer version of Adobe Acrobat. Without a newer version, the form may be displayed, but it might not work properly. Some form elements might not be visible at all. If an internet connection is available, clicking OK will download and install the latest version.";
embedded_pdf_script_00075224.bin pdf-embedded-script PDF raw stream script payload at offset 0x75224 3104 bytes
SHA-256: b2a3a4da0527a3577f338cfeb0572019a3af841b2e249c2d2324e46d1e1e026b
Preview script
First 1,000 lines of the extracted script
<config xmlns="http://www.xfa.org/schema/xci/1.0/"
><agent name="designer"
><destination
>pdf</destination
><pdf
><!--  [0..n]  --><fontInfo
></fontInfo
></pdf
></agent
><trace
><area level="1" name="font"
></area
></trace
><present
><!--  [0..n]  --><pdf
><!--  [0..n]  --><fontInfo
><embed
>0</embed
><subsetBelow
>100</subsetBelow
></fontInfo
><version
>1.5</version
><creator
>Adobe LiveCycle Designer 8.0</creator
><producer
>Adobe LiveCycle Designer 8.0</producer
><interactive
>1</interactive
><tagged
>0</tagged
><compression
><level
>6</level
><compressLogicalStructure
>1</compressLogicalStructure
><type
></type
></compression
><linearized
>1</linearized
><batchOutput
></batchOutput
><encryption
><encrypt
></encrypt
><permissions
><accessibleContent
>1</accessibleContent
><contentCopy
>1</contentCopy
><documentAssembly
>1</documentAssembly
><formFieldFilling
>1</formFieldFilling
><modifyAnnots
>1</modifyAnnots
><print
>1</print
><printHighQuality
>1</printHighQuality
><change
>1</change
><plaintextMetadata
>1</plaintextMetadata
></permissions
></encryption
><openAction
><destination
></destination
></openAction
><scriptModel
></scriptModel
><taggedMode
></taggedMode
><viewerPreferences
><addViewerPreferences
></addViewerPreferences
><duplexOption
></duplexOption
><numberOfCopies
></numberOfCopies
><pageRange
></pageRange
></viewerPreferences
><silentPrint
><addSilentPrint
></addSilentPrint
><printerName
></printerName
></silentPrint
></pdf
><xdp
><packets
>*</packets
></xdp
><common
><data
><uri
></uri
><adjustData
>1</adjustData
><xsl
><uri
></uri
></xsl
><outputXSL
><uri
></uri
></outputXSL
></data
><messaging
></messaging
><log
><to
>memory</to
><uri
>C:\DOCUME~1\KHarmer\LOCALS~1\Temp\_62g1bc9t3ffac1ru.log</uri
><mode
>overwrite</mode
><threshold
></threshold
></log
><template
><base
>C:\DOCUME~1\KHarmer\LOCALS~1\Temp\</base
><relevant
></relevant
><uri
></uri
></template
><locale
></locale
></common
><cache
><renderCache
></renderCache
></cache
><incrementalMerge
></incrementalMerge
><script
><runScripts
></runScripts
><exclude
></exclude
><currentPage
></currentPage
></script
><pagination
></pagination
><copies
></copies
><layout
></layout
><destination
>pdf</destination
><output
><to
>uri</to
><uri
>C:\DOCUME~1\KHarmer\LOCALS~1\Temp\_62g1bc9t402e6dv1k.tmp</uri
></output
></present
><agent name="acrobat"
><common
><locale
></locale
><data
><uri
></uri
><adjustData
>1</adjustData
><xsl
><uri
></uri
></xsl
><outputXSL
><uri
></uri
></outputXSL
></data
><template
><base
>C:\DOCUME~1\KHarmer\LOCALS~1\Temp\</base
><relevant
></relevant
><uri
></uri
></template
></common
></agent
><psMap
></psMap
><coolType
><additionalFontsDirectory
>C:\Program Files\Adobe\Acrobat 8.0\Designer 8.0\fonts</additionalFontsDirectory
><commonFontsDirectory
>C:\Program Files\Adobe\Acrobat 8.0\Designer 8.0\fonts</commonFontsDirectory
><unicodeDirectory
>C:\Program Files\Adobe\Acrobat 8.0\Designer 8.0\fonts\typeSpt\Unicode</unicodeDirectory
><fntNamesDBFile
>C:\Program Files\Adobe\Acrobat 8.0\Designer 8.0\fonts\typeSpt\FntNames.db</fntNamesDBFile
></coolType
></config
>
icc_00_off00007e1f.icc pdf-icc-profile PDF ICC profile at offset 0x7E1F 3144 bytes
SHA-256: 2b3aa1645779a9e634744faf9b01e9102b0c9b88fd6deced7934df86b949af7e
font_00_cff_off000088a9.bin pdf-font-stream PDF embedded font (cff) at offset 0x88A9 7930 bytes
SHA-256: e9aa7914d19c92c8ef0264915aa94ea5f4f3630ea456a2059bea7b5ef4a5a58d
font_01_cff_off0000e3a1.bin pdf-font-stream PDF embedded font (cff) at offset 0xE3A1 4145 bytes
SHA-256: 0b27a7a55d5d653d0b8643bc2cf19d4d8bf258a92ce2f8be2af7cb98b416f629
font_02_cff_off0000f2e1.bin pdf-font-stream PDF embedded font (cff) at offset 0xF2E1 4798 bytes
SHA-256: 8a73591b1477806f8cd9bfb71bebbc19b22d669f2cb06cba9faaa2abcadf7858
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact entropy is 7.45, consistent with packed or encrypted content.
font_03_cff_off00026193.bin pdf-font-stream PDF embedded font (cff) at offset 0x26193 2991 bytes
SHA-256: ba61a85c38571711e166245e2b90668751358c52ee81d9f1fdf8663ca91cc649
font_04_sfnt_off00027011.bin pdf-font-stream PDF embedded font (sfnt) at offset 0x27011 11036 bytes
SHA-256: 578bc5aa5b9eb15c9002816f11cf25c0f591de57246a93143c0e2480a4b4801a
font_05_sfnt_off00048f08.bin pdf-font-stream PDF embedded font (sfnt) at offset 0x48F08 19977 bytes
SHA-256: 521a2fa2f96e7eaa1846d555b7f500ae323d8f9f26a19712cf33def57627e00d
font_06_cff_off0004cae8.bin pdf-font-stream PDF embedded font (cff) at offset 0x4CAE8 869 bytes
SHA-256: f9c4fb10abf90d671df200771c4f187f23f456d909c5ddef03298e95e5935dc0
font_07_cff_off0004d157.bin pdf-font-stream PDF embedded font (cff) at offset 0x4D157 1210 bytes
SHA-256: 4db1eeed5e313c540c40f0c7c223f17313aea6f98aaa00e2da784c372893fd9a
font_08_cff_off0004d910.bin pdf-font-stream PDF embedded font (cff) at offset 0x4D910 1674 bytes
SHA-256: 87e35b1e87ce61ece65e7c7d30789d0a2c48877c917c3f80b127a3508602968c
font_09_cff_off0004e296.bin pdf-font-stream PDF embedded font (cff) at offset 0x4E296 403 bytes
SHA-256: 541979015443e1834ccbb41155fd87bc896e2260a0b5d440b5b9e82eff5e2d43